sensitivity.define_Morris

Contents

sensitivity.define_Morris#

sensitivity.define_Morris()[source]#

morris_problem = { # There are six variables ‘num_vars’: 2, # These are their names ‘names’: [‘PERMX’, ‘POROS’

],

# Plausible ranges over which we’ll move the variables ‘bounds’: [[1e-5, 1e-3], # Ks

[0.4, 0.6], # porosity

],

# I don’t want to group any of these variables together ‘groups’: None }