-
Notifications
You must be signed in to change notification settings - Fork 365
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
ALM crashing with "Forcing height is below canopy height for pft index" #1259
Comments
Background of the code in ALM.
Few possible explanation for the error:
|
@PeterCaldwell : How can I reproduce this error? |
Hi Gautam - I was afraid you would ask this question. If you continue the beta0 coupled simulation from 0196-01-01 you should be able to reproduce the crash. We can probably give you a run script for this (because changing anything at roundoff level will make the problem go away). My inclination, however, is to wait until the crash happens again (once we do our next round of coupled simulations) and start debugging from there. The question I was trying to ask today was just whether you'd seen this sort of thing before and whether you had any ideas about simple ways to fix this... It sounds like the answer is "no", which I think is fine until next time this comes up. |
I'm not aware of a simple way to fix this issue. The fix would require figuring out why the code is crashing, which will be non trivial since this bug would require running a couple compset. I agree that we should wait till the code crashes again with this error. |
Ok, sounds good. I'll make sure to report here next time we encounter this kind of crash. I'll also give a restart file which reproduces the crash after a simulated day of run time. |
We now have a case exhibiting this behavior and @jonbob has been looking at it. Any progress on this, Jon? |
I've got a case setup and now have restart files just 6-7 hours before the failure -- which I can replicate consistently. My failures have so far given up even less information than Chris' -- so I'm compiling a debug version now and hope to have more information soon. |
Index in namelist Adds support for namelist entries of the form foo(3) = 'a' Test suite: scripts_regression_tests.py, --namelist-only tests for cesm prealpha and aux_clm45 Note there are some expected failures here due to bugs found in the process. One bug was that for multi-instance cases all namelists were using the 0001 stream file and they each should have a separate file. Another bug was that only changes in user_nl_d***_0001 were being used in all instances (user_nl_d***_000n where n>1 was being ignored) Test baseline: cesm2_0_alpha06g Test namelist changes: Test status: bit for bit Fixes #1248 Fixes #1274 User interface changes?: Code review: @jgfouca @mvertens @gold2718
This bug was first emailed by @polunma and have been recently reported by @PeterCaldwell.
The text was updated successfully, but these errors were encountered: