We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NoahMP has a minimum soil moisture threshold value set here:
wrf_hydro_nwm_public/trunk/NDHMS/Land_models/NoahMP/phys/module_sf_noahmplsm.F
Line 7110 in 5cfc4d2
Then the check is only enforced when values are negative:
Line 7112 in 5cfc4d2
So there appears to be a gap when values are less than the minimum threshold but not negative. Should these be addressed?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
NoahMP has a minimum soil moisture threshold value set here:
wrf_hydro_nwm_public/trunk/NDHMS/Land_models/NoahMP/phys/module_sf_noahmplsm.F
Line 7110 in 5cfc4d2
Then the check is only enforced when values are negative:
wrf_hydro_nwm_public/trunk/NDHMS/Land_models/NoahMP/phys/module_sf_noahmplsm.F
Line 7112 in 5cfc4d2
So there appears to be a gap when values are less than the minimum threshold but not negative. Should these be addressed?
The text was updated successfully, but these errors were encountered: