|
24 | 24 | 'dWTableHbr': {'algorithm': ['HMC_Info', 'hmc_parameters', 'wtable_hbr']}, |
25 | 25 | 'dKSatRatio': {'algorithm': ['HMC_Info', 'hmc_parameters', 'ksat_ratio']}, |
26 | 26 | 'dSlopeMax': {'algorithm': ['HMC_Info', 'hmc_parameters', 'slope_max']}, |
| 27 | + 'dSoil_ksat_infilt': {['HMC_Info', 'hmc_parameters', 'soil_ksat_infilt']}, |
| 28 | + 'dSoil_ksat_drain': {['HMC_Info', 'hmc_parameters', 'soil_ksat_drain']}, |
| 29 | + 'dSoil_vmax': {['HMC_Info', 'hmc_parameters', 'soil_vmax']}, |
| 30 | + 'dWtable_ksath': {['HMC_Info', 'hmc_parameters', 'wtable_ksath']}, |
27 | 31 | 'sDomainName': {'algorithm': ['Run_Info', 'run_type', 'run_domain']}, |
28 | 32 | }, |
29 | 33 |
|
|
64 | 68 | 'iFlagFlood': {'algorithm': ['HMC_Info', 'hmc_flags', 'flag_phys_flooding']}, |
65 | 69 | 'iFlagEnergyBalance': {'algorithm': ['HMC_Info', 'hmc_flags', 'flag_phys_energy_balance']}, |
66 | 70 |
|
| 71 | + 'iFlagSoilParamsType': {'algorithm': ['HMC_Info', 'hmc_flags', 'flag_phys_soil_parameters_type']}, |
| 72 | + 'iFlagInfiltRateVariable': {'algorithm': ['HMC_Info', 'hmc_flags', 'flag_phys_infiltration_rate_type']}, |
| 73 | + 'iFlagETReductionType': {'algorithm': ['HMC_Info', 'hmc_flags', 'flag_phys_et_reduction_model']}, |
| 74 | + |
67 | 75 | 'a1dGeoForcing': [-9999.0, -9999.0], |
68 | 76 | 'a1dResForcing': [-9999.0, -9999.0], |
69 | 77 | 'a1iDimsForcing': [-9999, -9999], |
|
126 | 134 | }, |
127 | 135 |
|
128 | 136 | HMC_Constants={ |
129 | | - 'a1dAlbedoMonthly': [0.18, 0.17, 0.16, 0.15, 0.15, 0.15, 0.15, 0.16, 0.16, 0.17, 0.17, 0.18], |
| 137 | + 'a1dAlbedoMonthly': {'algorithm': ['HMC_Info', 'hmc_phys_parametrization', 'monthly_albedo']}, |
130 | 138 | 'a1dLAIMonthly': [4.00, 4.00, 4.00, 4.00, 4.00, 4.00, 4.00, 4.00, 4.00, 4.00, 4.00, 4.00], |
131 | 139 |
|
132 | 140 | 'dWTableHMin': 10.0, |
|
135 | 143 | 'dWTableSlopeBM': 0.08, |
136 | 144 | 'dWTableHOBedRock': 25.0, |
137 | 145 |
|
138 | | - 'dRateMin': 0.01, |
| 146 | + 'dRateMin': {'algorithm': ['HMC_Info', 'hmc_phys_parametrization', 'min_hypodermic_flow_ratio']}, |
139 | 147 | 'dBc': 0.5, |
140 | 148 |
|
141 | 149 | 'dTRef': 273.15, |
|
168 | 176 | 'dWTLossMax': {'algorithm': ['HMC_Info', 'hmc_phys_parametrization', 'phys_water_table_maximum_losses']}, |
169 | 177 |
|
170 | 178 | 'dSMGain': 0.45, |
| 179 | + |
| 180 | + 'dPowVarInfiltRate': {'algorithm': ['HMC_Info', 'hmc_phys_parametrization', 'phys_decay_parameter_for_infiltration_rate']}, |
171 | 181 | }, |
172 | 182 |
|
173 | 183 | HMC_Command={ |
|
200 | 210 | 'dKSatRatio': 1, |
201 | 211 | 'dSlopeMax': 70, |
202 | 212 | 'sDomainName': "default", |
| 213 | + 'dSoil_ksat_infilt': 3.5, |
| 214 | + 'dSoil_ksat_drain': 3.5, |
| 215 | + 'dSoil_vmax': 500, |
| 216 | + 'dWtable_ksath': 1 |
203 | 217 |
|
204 | 218 | }, |
205 | 219 |
|
|
240 | 254 | 'iFlagFlood': 0, |
241 | 255 | 'iFlagEnergyBalance': 1, |
242 | 256 |
|
| 257 | + 'iFlagSoilParamsType': 0, |
| 258 | + 'iFlagInfiltRateVariable': 1, |
| 259 | + 'iFlagETReductionType': 1, |
| 260 | + |
243 | 261 | 'a1dGeoForcing': [-9999.0, -9999.0], |
244 | 262 | 'a1dResForcing': [-9999.0, -9999.0], |
245 | 263 | 'a1iDimsForcing': [-9999, -9999], |
|
344 | 362 | 'dWTLossMax': 0.25, |
345 | 363 |
|
346 | 364 | 'dSMGain': 0.45, |
| 365 | + |
| 366 | + 'dPowVarInfiltRate' : 7 |
347 | 367 | }, |
348 | 368 |
|
349 | 369 | HMC_Command={ |
|
0 commit comments