-
Notifications
You must be signed in to change notification settings - Fork 92
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
ERS tests at least one year long failing across multiple test mods #897
Comments
Following the thread of the restart differences around I've confirmed through diagnostic outputs that the sum of the |
Tracing the issue lead me through the host land model and back to fates in the fates/biogeochem/EDPhysiologyMod.F90 Lines 591 to 608 in 12ce31c
At least part of the ERS issue is that |
Adding This suggests that the |
I realized I made an error in my initial fix to add |
The issue is not with the restart implementation method. I simply missed that I had taken out the |
For future reference, since this has moved down the priority list, the branch for adding the yearly_net_uptake is https://github.com/glemieux/fates/commits/restart-nlevleaf |
This appears to have been fixed by #1098. |
In the course of debugging an issue that lead to the creation of #894, it was discovered that there was a subtler, secondary issue with exact restarts for test cases that are a year or longer (i.e. most
ERS
tests fail onCOMPARE_base_rest
). This currently appears somewhat different than the issue noted in ESCOMP/CTSM#667 (comment). The problem did not at first appear confined to anyone variable or any particular testmod, although the following has been discovered so far:FatesColdDefReducedComplexSatPhen
testmod are b4b1x1_brazil
grid resolution is b4bFatesColdDef
is not b4bThrough testing a subset of the run modes I've found that
FatesColdDefReducedComplexNoComp
will run b4b if I comment out the call totrim_canopy
, turn fire off, setnclmax = 1
, and settest_zero_mortality = .true.
. Trying the same setup withFatesColdDef
will result in a failure onCOMPARE_base_rest
.The current thread that I'm following is assessing the DIFFs for the former above test setup, but with
trim_canopy
on. I've found that bothbc_in%h2o_liqvol_sl
andtveg24
are varying on the final pass through the call tophenology
. This seems to suggest to me that there might be some timing issue on the last model day of the year. This plus a number of diagnostic outputs for the restart variables, lends some confidence that this issue isn't in the restart initialization necessarily.Also note that these test were run with #685.
The text was updated successfully, but these errors were encountered: