NCAR / wrf_hydro_nwm_public

WRF-Hydro model code
https://ral.ucar.edu/projects/wrf_hydro
Other
181 stars 139 forks source link

Add in namelist checks for NoahMP physics (maybe other) options #560

Open aubreyd opened 3 years ago

aubreyd commented 3 years ago

Currently there are no checks on NoahMP physics options (maybe other inputs as well?). The model will happily run, but not sure what it is doing.

Expected Behavior

Check basic namelist.hrldas inputs to make sure they are within valid ranges. Exit with meaningful error if not.

Current Behavior

i.e., if using a runoff_option that is outside of range, the model will proceed without error but produce odd results.

Possible Solution

Add namelist checks, similar to those setup for hydro.namelist

Steps to Reproduce (for bugs)

N/A

Your Environment

N/A