-
Notifications
You must be signed in to change notification settings - Fork 313
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
Forthcoming FATES satellite phenology ERS test fails #1485
Comments
The history file variable would give the value at the end of the time step. Is it possible that there is some use of TLAI in the first time step, before it is read in? i.e., could there be some sequence like this?:
|
COMPARE_base_rest
This test has been failing on the RUN soon after the restart for a few tags. The order of magnitude of the differences appears to be the same as with the COMPARE_base_rest differences reported previously. After running various combinations of ctsm and fates tags, I determined that this test switched from a COMPARE_base_rest failure mode to RUN with fates tag Talking with @rgknox and reviewing the changes, our hypothesis is that the change NGEET/fates@343ab78 in |
Adding the above logic check, ended up working to avoid the RUN failure as hypothesized. The test now results in the previously noted COMPARE_base_rest failure. One thing I hadn't noted previously is that the comparison is also failing on coupler output as well as fates output. I'm not sure how these variables are updated yet or if it is necessarily illuminating of the issue at hand:
|
Update: After isolating the output to a single site in the high northern latitudes (as seen in the GPP plot above), I isolated the issue down to a problem in which some of the pfts that are coming in are getting their cohort level It appears that I've tested this out on the full fates suite comparing against the latest fates dev tag, and everything expected passes, although most of the non-FatesColdDef test mods have DIFFs against the baseline. |
Brief summary of bug
In upcoming PR #1182, I've added two exact restart (ERS) regression tests for checking the FATES nocomp and sp modes. Both tests run, but the sp mode fail the
COMPARE_base_rest
check.General bug information
CTSM version you are using: [output of
git describe
]: ctsm5.1.dev054 (merge into PR branch)Does this bug cause significantly incorrect results in the model's science? [Yes / No]: No
Configurations affected: [Fill this in if known.]
Details of bug
As this is a new test the scienctific 'baseline' that we have been comparing against is:
/glade/scratch/rfisher/archive/seb_CLM5-SPfates-def_rewindtest0
We've tried a number of modifications to the code to develop a hypothesis on what might be at issue here. The following result in a passing restart check, although they change science relative to expected values, but may be helpful in refining the direction of the investigation:
nolakep
filterhlm_sp_tlai
is hardcoded to1.0
in thedynamics_driv
procedure hereImportant details of your setup / configuration so we can reproduce the bug
[Specify anything relevant: the compset, resolution, machine, compiler, any xml or namelist changes, etc. You don't have to repeat anything that you have already noted above.]
Important output or errors that show the problem
An example of the RMS values:
Screenshot of the comparison(right) between base (left) and rest(middle) output files for
GPP
:It should be noted that
TLAI
is reported in the output and passes the restart.The text was updated successfully, but these errors were encountered: