-
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
tveg causing errors in global nocomp runs #973
Comments
Thanks for the heads up @JessicaNeedham. I think this suggests that somehow there are patches on a bareground site that aren't having their |
@JessicaNeedham how quickly into the run are you seeing this? In the cases you are running are you using a restart? |
@glemieux divide by zero error occurs during compilation if debug=TRUE. Otherwise, if debug=FALSE, the error occurs after the first history file is written to output. I get one month of output and then it crashes. My simulations are from bare ground. |
@JessicaNeedham determined that the issue is due to the fact that the fates/biogeochem/EDPatchDynamicsMod.F90 Lines 1285 to 1293 in e663a6e
Updating allows an fbg+nocomp case with debug on to run successfully on Compy. UPDATE: The issue I was seeing with the new error actually was a recurrence of #911 due to the fact that I was testing off of an older fates tag that didn't include this fix. Testing this with the updates on #888 result in a passing nocomp+fbg debug mode test. |
I was able to replicate this issue with clm-fates on Cheyenne as well when running a test in debug mode. Testing out the fix via #976, however, resulted in a downstream issue in spitfire with |
The variable tveg is causing errors in global runs with nocomp on. With debug=TRUE there's a floating divide by zero error here:
fates/main/FatesHistoryInterfaceMod.F90
Line 4311 in e663a6e
from site_area_veg being zero in some patches - defined here:
fates/main/FatesHistoryInterfaceMod.F90
Line 4277 in e663a6e
If debug is false then the following error gets triggered:
Non blocking write for variable (FATES_TVEG, varid=260) failed (Number of subarray requests/regions=1, Size of data local to this process = 792). NetCDF: Numeric conversion not representable (err=-60).
The text was updated successfully, but these errors were encountered: