-
Notifications
You must be signed in to change notification settings - Fork 321
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
Clm45BgcCrop case dies due to negative leafn #66
Comments
Bill Sacks < sacks@ucar.edu > - 2017-07-06 13:26:36 -0600 Oops, I copied the wrong test name. The failure is actually in: ERS_Ly5_P72x1.f10_f10_musgs.IHistClm45BgcCrop.cheyenne_intel.clm-cropMonthOutput |
Bill Sacks < sacks@ucar.edu > - 2017-07-06 13:28:13 -0600 This test was newly added in this branch, in order to maintain a long production test of CLM45 in the test list. |
Erik Kluzek < erik@ucar.edu > - 2017-09-08 15:23:53 -0600 Danica and Keith found they needed to do the following to get simulations to run: It sets the cnegcrit to -600 and nnegcrit to -60 That's much larger than we are comfortable with. But, this has been how the model has worked for some time, we just didn't notice it as we didn't check for negative values for C and N variables. |
Erik Kluzek < erik@ucar.edu > - 2017-09-19 10:53:26 -0600 Fixed in clm4_5_16_r255 |
Bill Sacks < sacks@ucar.edu > - 2017-10-25 07:45:58 -0600 This test is still failing in my branch off of r260, seemingly for the same reason: the death is from this call:
|
Bill Sacks < sacks@ucar.edu > - 2017-10-25 07:46:59 -0600 It looks like the proposed changes didn't make it into the code: real(r8), public :: ccrit = 1.e-8_r8 ! critical carbon state value for truncation (gC/m2) |
It's actually set in the namelist defaults.
But it looks like it doesn't actually make it into the actual namelist for some reason, even though as far as I can tell it should. |
These are the changes needed to get the namelist working correctly:
|
Fixed in clm5.0.dev0004 |
Remove mml or MML prefix from SLIM history fields
changes for cmeps threading ### Description of changes Add the SetVM needed for nuopc threading. The cdeps routines have no openmp sections so this is only for compatibility with the updated cmeps code. ### Specific notes Contributors other than yourself, if any: CMEPS Issues Fixed (include github issue #): Are there dependencies on other component PRs - [ ] CIME (list) - [ ] CMEPS (list) Are changes expected to change answers? - [X] bit for bit - [ ] different at roundoff level - [ ] more substantial Any User Interface Changes (namelist or namelist defaults changes)? - [ ] Yes - [X] No Testing performed: - [X] (required) aux_cdeps - machines and compilers: cheyenne intel, created baseline apr05 - details (e.g. failed tests): - [ ] (optional) CESM prealpha test - machines and compilers - details (e.g. failed tests): Hashes used for testing: - [ ] CIME - repository to check out: https://github.com/ESCOMP/CESM.git - branch: - hash:6eac99c34e69 - [ ] CMEPS - repository to check out: https://github.com/ESCOMP/CESM.git - branch: nuopc_dev - hash:2ece713a1958 - [ ] CESM - repository to check out: https://github.com/ESCOMP/CESM.git - branch: nuopc_dev - hash:
50bd54c63 Bump to 0.9.3 1e0c40a46 Merge pull request ESCOMP#66 from ESMCI/poetry_and_test_update 135770709 strip strip e7f9a261c fix issue 65 b1568e724 update poetry certifi version and update tests failing due to mpi-serial update git-subtree-dir: .lib/git-fleximod git-subtree-split: 50bd54c63e38c52e0bfc4a1d6bc6cb0eea6cf645
Bill Sacks < sacks@ucar.edu > - 2017-07-06 13:21:37 -0600
Bugzilla Id: 2489
Bugzilla CC: andre@ucar.edu, dlawren@ucar.edu, dll@ucar.edu, oleson@ucar.edu, rfisher@ucar.edu,
In the compsetchanges branch (soon to be clm4_5_16_r249), this test is dying:
ERP_D.f10_f10_musgs.IHistClm50Bgc.yellowstone_gnu.clm-decStart
with message:
28: ERROR: Carbon or Nitrogen patch negative = 30.5688132018826
28: -6.01119011968369
28: ERROR: limits = -60.0000000000000 -6.00000000000000
28: ENDRUN:
28: ERROR: carbon or nitrogen state critically negative ERROR in CNPrecisionControl
28: Mod.F90 at line 207
This is from this call:
which I'm pretty sure means that the problem is in leafn_patch.
The text was updated successfully, but these errors were encountered: