-
Notifications
You must be signed in to change notification settings - Fork 315
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
FATES API Updates to facilitate refactor #2000
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.
There is one minor typo in a comment.
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.
I just have a few comments and questions. Obviously most of the work for this is inside FATES. The FATES version does need to be updated in Externals_CLM.cfg.
There isn't much at this level, and it all looks good. I'm happy for the refactoring going on. The principles of the changes make sense to me.
Add parameterization to allow excess ice in soil and subsidence Description: Parameterization for excess ice described in Lee et al. (2014): http://dx.doi.org/10.1088/1748-9326/9/12/124006 This code is a modified version of code provided by Lei Cai: https://github.com/lca041/ctsm/tree/clm5.0.dev92_exice Works only for the nuopc driver.
Regression testing with |
Still waiting on Izumi results location: |
I'm seeing all the
The cesm logs for the unexpected failures appear to be failing in a manner similar to the expected failure. |
It looks like the other @ekluzek given this, should I push the commit to revert the change and retest or should I mark these as expected failures? Regardless, I'm assuming I should make an issue, correct? |
@glemieux leave the ccs_config version as it is, and file an issue. I think this will be resolved with an update of the externals. We do want to update externals to cesm2_3_beta15. I'm thinking that is likely to fix that. We updated the ccs_config because there was a slow down that we think this version resolves. So ust adding two expected fails isn't that bad... |
Description of changes
updates, mostly to module uses, to facilitate a FATES PR that involves a heavy refactor of the
patch
andcohort
types.Specific notes
All changes should be b4b. I also updated to the latest
ccsconfig
branch to bring in an MPI bug fix.CTSM Issues Fixed (include github issue #):
Are answers expected to change (and if so in what way)?
No answer changes, everything is B4B
Any User Interface Changes (namelist or namelist defaults changes)?
No
Testing performed, if any:
fates test suite on Cheyenne - all B4B
Will test aux_clm and then test on izumi as well to ensure everything is B4B