You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- A numeric conversion not representable netcdf error was reported
for the 0.5 degree model which turns out to be due to the use
of DIABATIC_FIRST=False for which the diagnostic is called after
and interval of 0.
- The fix is to test the interval length and zero out the result
if the interval is zero.
- Closes#249.
- No answer changes.
CM4_c96L32_am4g7_2000_OMp5 using 1/2 degree grid crashes on the first day with:
FATAL from PE 576: NETCDF ERROR: NetCDF: Numeric conversion not representable File=00010101.ocean_annual.nc.0000 Field=opottemptend
Commenting out the diagnostics from diag_table let's the model run.
The text was updated successfully, but these errors were encountered: