Day 1: mHM Configuration Tasks #139
MuellerSeb
started this conversation in
Workshop 2025
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
All task will be done on the test domain 1 from the mHM repository.
To download this (assuming mhm was installed with conda), you can execute this command:
Afterwards you will see a new folder
test_domain/with all input data and configuration files inside.You can run the test domain with
A simple tool to check NetCDF files is
ncdump, that can be used to get header information (-h) about a file with:For documentation on the namelist files see the reference namelists.
First Block
Task 1: Output hourly and only runoff
timeStep_model_outputsinmhm_outputs.nml)mhm_outputs.nml/mrm_outputs.nmlTask 2: Change hydrological resolution
latlon_1.ncandlatlon_2.ncininput/latlon/file_LatLontolatlon_2.ncin&directories_general(mhm.nml)resolution_Hydrologyin&mainconfig(mhm.nml) to match the L1 info from the new latlon fileresolution_Routingin&mainconfig_mhm_mrm(mhm.nml) to match the L11 info from the new latlon fileTask 3: Change time frame
&time_periodsnamelist inmhm.nmleval_Per%yStart,%mStart,%dStart, etc.)warming_Days)Second Block
Task 4: Restart files (create one and restart your model from it)
First run:
write_restart = .TRUE.inmhm.nmlmHM_restart_*.nc) are writtenSecond run:
read_restart = .TRUE.inmhm.nmlOptional Tasks
Optional Task A: Change infiltration / soil-moisture process
&processSelectionin changeprocessCase(3)(soil moisture) to another option, e.g.:1= Feddes + infiltration capacity (default)2= Jarvis equation (alternative ET reduction)4= Feddes + global FC dependencyOptional Task B: Change PET method
&processSelection, addprocessCase(5)(PET process) and add required input directories in&directories_general:0= PET as input (aspect correction)1= Hargreaves–Samani (needsdir_MinTemperature,dir_MaxTemperature)2= Priestley–Taylor (needsdir_NetRadiation)3= Penman-Monteith method (needsdir_NetRadiation,dir_absVapPressure,dir_windspeed)<dir_MinTemperature>/tmin.nc)Optional Task C: Check parameter ranges for soil moisture process
(Jarvis equation for ET reduction and global FC dependency on root fraction coefficient)
mhm_parameter.nmland find parameters related to soil moisture:infiltrationShapeFactorrootFractionCoefficient_forestprocessCase(3) = 3)Beta Was this translation helpful? Give feedback.
All reactions