-
Notifications
You must be signed in to change notification settings - Fork 317
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
Set initial t_soisno=272 for soils and 274K for urban road #2355
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.
Thanks for correcting this @olyson
@slevis-lmwg will add this to a merge-tag for answer changes to come in right away. |
Link to discussion of the problem. |
I have added a use_fates that encompasses the code in question as suggested by @wwieder in issue #2373 . The test now passes. However, a couple of questions.
|
I've backed out the use_fates change and added the FATES test as an expected failure. I ran the full test suite on both derecho and izumi to make sure there weren't any other problems. All tests PASSed or FAILed as expected. |
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.
Looks great.
@olyson is this ready to come to master then?
Yes, I believe it is ready, thanks. |
I'm about to merge to dev170 and then start the test-suites. @olyson if you have 5', please look over the ChangeLog that I put together for dev171. It's ok if not. Test-suites: |
Add hillslope hydrology parameterization Changes include multiple soil columns per vegetated landunit, additional meteorological downscaling, new subsurface lateral flow equations, and a hillslope routing parameterization. slevis resolved conflicts: doc/ChangeLog doc/ChangeSum
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.
Looks good other than see my comment about summarizing changes to answers, thanks.
Description of changes
Set initial t_soisno=272K for soils and 274K for urban road
Specific notes
Soil temperature was intended to be initialized at 272K, replacing the previous setting of 274K, as described in issue #1460, but was not implemented correctly. Instead urban road was set to 272K and soils were unchanged.
Contributors other than yourself, if any: @wwieder @dlawrenncar
CTSM Issues Fixed (include github issue #): #2338
Are answers expected to change (and if so in what way)? Yes. Less soil carbon at high latitudes. See here for a set of simulations evaluating this: NCAR/LMWG_dev#45
Any User Interface Changes (namelist or namelist defaults changes)? No
Testing performed, if any:
No system testing performed yet.