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
The ocean component for CM4 (the default model configuration for gfdlvitals) relies on the util/extract_ocean_scalar.mom6 routine to grab data from the ocean_scalar_annual.nc file.
assumes that the output from ocean_scalar_annual.nc will have 2 dimensions (implicitly, time and scalar_axis). Now that scalar_axis is no longer produced for the modern diag manager, the util/extract_ocean_scalar.mom6 routine needs a way to handle the one dimensional output.
The text was updated successfully, but these errors were encountered:
GFDL-Eric
changed the title
Modern diag manager breaks ocean component with lack of scalar_axis
Modern diag manager breaks ocean component with lack of scalar_axis dimension
Jun 12, 2024
The ocean component for CM4 (the default model configuration for gfdlvitals) relies on the util/extract_ocean_scalar.mom6 routine to grab data from the ocean_scalar_annual.nc file.
The line here:
gfdlvitals/gfdlvitals/util/extract_ocean_scalar.py
Line 28 in 8623f2d
assumes that the output from ocean_scalar_annual.nc will have 2 dimensions (implicitly, time and scalar_axis). Now that scalar_axis is no longer produced for the modern diag manager, the util/extract_ocean_scalar.mom6 routine needs a way to handle the one dimensional output.
The text was updated successfully, but these errors were encountered: