Skip to content
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

1/2 degree coupled model crashes with NETCDF ERROR: NetCDF: Numeric conversion not representable #249

Closed
nikizadehgfdl opened this issue Jan 13, 2016 · 2 comments

Comments

@nikizadehgfdl
Copy link
Contributor

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.

@nikizadehgfdl
Copy link
Contributor Author

Here's another one that causes crash at the end of 1st year:

FATAL from PE 1150: NETCDF ERROR: NetCDF: Numeric conversion not representable File=00010101.ocean_annual.nc.0002 Field=T_tendency

@adcroft
Copy link
Collaborator

adcroft commented Mar 25, 2016

I was able to reproduce this problem in global_ALE/z by setting DIABATIC_FIRST=False.

nikizadehgfdl pushed a commit that referenced this issue Apr 29, 2016
- 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.
gustavo-marques pushed a commit to gustavo-marques/MOM6 that referenced this issue Jul 10, 2023
…0406

Merge changes from GFDL to main (2023-04-06)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants