GMS:Parameters: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
(3 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
A parameter is a variable that is used to control one or more other values. GMS uses parameters with [[GMS:MODFLOW|MODFLOW]] to define inputs for [[GMS:Global_Options/Basic_Package#Run Options|forward runs]] or for [[GMS:Model_Calibration|model calibration]] or for [[GMS:Stochastic_Modeling|stochastic modeling]]. | A parameter is a variable that is used to control one or more other values. GMS uses parameters with [[GMS:MODFLOW|MODFLOW]] to define inputs for [[GMS:Global_Options/Basic_Package#Run Options|forward runs]] or for [[GMS:Model_Calibration|model calibration]] or for [[GMS:Stochastic_Modeling|stochastic modeling]]. | ||
==Key | ==Key Value and Standard MODFLOW Parameters== | ||
There are two ways to do MODFLOW parameterization in GMS: | There are two ways to do MODFLOW parameterization in GMS: | ||
*The [[GMS:Parameters#Key | *The [[GMS:Parameters#Key Values|key value method]] (recommended) | ||
*The [[GMS:Parameters#Standard MODFLOW | *The [[GMS:Parameters#Standard MODFLOW Parameters|standard MODFLOW method]] | ||
===Key Values=== | ===Key Values=== | ||
Key values are used to parameterize the MODFLOW input. Key values can be used for both the zonation and pilot points methods of defining parameters. A key value is a number that is assigned as input that marks the input values as belonging to a parameter. When selecting a key value, a number should be chosen that is not likely to occur in typical input for that parameter. | Key values are used to parameterize the MODFLOW input. Key values can be used for both the zonation and pilot points methods of defining parameters. A key value is a number that is assigned as input that marks the input values as belonging to a parameter. When selecting a key value, a number should be chosen that is not likely to occur in typical input for that parameter. In most cases, negative numbers are the best option. | ||
For example, a model may have four K zones and three recharge zones. The four K zones would be marked by assigning -100, -200, -300, and -400 to the cells in the ''K'' array for each of the four zones. Likewise, the recharge zones would be marked by assigning -500, -600, and -700 to the appropriate cells in the recharge array. | For example, a model may have four K zones and three recharge zones. The four K zones would be marked by assigning -100, -200, -300, and -400 to the cells in the ''K'' array for each of the four zones. Likewise, the recharge zones would be marked by assigning -500, -600, and -700 to the appropriate cells in the recharge array. | ||
Line 26: | Line 26: | ||
==Using Parameters== | ==Using Parameters== | ||
To use parameters: | To use parameters: | ||
# [[GMS:Parameters#Parameterizing the | # [[GMS:Parameters#Parameterizing the Model|Parameterize the model]] and | ||
# [[GMS:Parameters#Create a | # [[GMS:Parameters#Create a Parameter List|Create a parameter list]] | ||
===Parameterizing the Model=== | ===Parameterizing the Model=== |