Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Registry/Registry.EM_COMMON
Original file line number Diff line number Diff line change
Expand Up @@ -2733,8 +2733,8 @@ rconfig integer opt_pedo namelist,noah_mp 1 1 h "
rconfig integer opt_crop namelist,noah_mp 1 0 h "opt_crop" "crop model option" ""
rconfig integer opt_irr namelist,noah_mp 1 0 h "opt_irr" "Noah-MP irrigation option" ""
rconfig integer opt_irrm namelist,noah_mp 1 0 h "opt_irrm" "Noah-MP irrigation method option" ""
rconfig integer opt_infdv namelist,noah_mp 1 0 h "opt_infdv" "Noah-MP infiltration option in dynamic VIC runoff scheme (only works with opt_run=8), 1->Philip; 2->Green-Ampt; 3->Smith-Parlange"
rconfig integer opt_tdrn namelist,noah_mp 1 0 h "opt_tdrn" "NoahMP tile drainage option (currently only tested & works with opt_run=3), 0->no tile drainage; 1->Simple drainage; 2->Hooghoudt scheme"
rconfig integer opt_infdv namelist,noah_mp 1 0 h "opt_infdv" "Noah-MP infiltration option in dynamic VIC runoff scheme (only works with opt_runsrf=8), 1->Philip; 2->Green-Ampt; 3->Smith-Parlange"
rconfig integer opt_tdrn namelist,noah_mp 1 0 h "opt_tdrn" "NoahMP tile drainage option (currently only tested & works with opt_runsrf=3), 0->no tile drainage; 1->Simple drainage; 2->Hooghoudt scheme"
rconfig real soiltstep namelist,noah_mp 1 0. h "soiltstep" "NoahMP soil process timestep (s) for solving soil temperature and water (default:0->same as main noahmp timestep)"
rconfig real WTDDT namelist,physics max_domains 30. h "wtddt" "minutes between calls to lateral hydro" ""
rconfig real noahmp_acc_dt namelist,noah_mp 1 0. h "noahmp_acc_dt" "bucket reset time interval between outputs for noah-mp accumulation" "minutes"
Expand Down
4 changes: 2 additions & 2 deletions run/README.namelist
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,7 @@ Options for use with the Noah-MP Land Surface Model (sf_surface_physics=4):
7 = Xinanjiang Infiltration and surface runoff scheme ((Jayawardena and Zhou, 2000)
8 = Dynamic VIC surface runoff scheme (Liang and Xie, 2001)
opt_runsub = 3, ! Noah-MP Subsurface Runoff option (Same option set as surface runoff option)
opt_infdv = 0, ! Noah-MP infiltration option in dynamic VIC runoff scheme (only works for opt_run=8)
opt_infdv = 0, ! Noah-MP infiltration option in dynamic VIC runoff scheme (only works for opt_runsrf=8)
1 = Philip scheme
2 = Green-Ampt scheme
3 = Smith-Parlange scheme
Expand Down Expand Up @@ -1431,7 +1431,7 @@ Options for use with the Noah-MP Land Surface Model (sf_surface_physics=4):
1 = sprinkler method
2 = micro/drip irrigation
3 = surface flooding
opt_tdrn = 0, ! Noah-MP tile drainage option (currently only tested and works with opt_run=3)
opt_tdrn = 0, ! Noah-MP tile drainage option (currently only tested and works with opt_runsrf=3)
geogrid must have been run with GEOGRID.TBL.ARW.noahmp, use with caution
0 = No tile drainage
1 = Simple drainage
Expand Down