-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
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
Add a namelist warning when hillslope hydrology is used with initial interpolation. #2703
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be rebased to b4b-dev, but otherwise this is great.
Converting to draft, pending the rebase. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is good to go, pending your merge of mvdebolskiy#6.
hs-uii: Merge in latest b4b-dev
Description of changes
Added warning to
CLMBuildNamelist.pm
and a warning test inbuild-namelist_test.pl
.Specific notes
The warning is added after logic for initial conditions is done.
Contributors other than yourself, if any:
CTSM Issues Fixed (include github issue #):
Fixes #1806
Are answers expected to change (and if so in what way)?
No.
Any User Interface Changes (namelist or namelist defaults changes)?
You have to run
./xmlchange --append CLM_BLDNML_OPTS=-ignore_warnings
if you want to haveuse_init_interp
withuse_hillslope
both true.Does this create a need to change or add documentation? Did you do so?
Testing performed, if any:
ran build-namelist_test.pl and tested a new case with above namelist changes