Closed yantosca closed 4 months ago
Transferring to GCHP so we can keep GCHP issues all in the same place.
I think #1 needs to be checked again since @msulprizio pointed out the input meteorology files have time as integer without issue.
GMAO is putting together a guide on netCDF file requirements for MAPL: https://github.com/GEOS-ESM/MAPL/wiki/Guide-to-Supported-ExtData-Input-Files
ReadTheDocs Debugging page now links to the GMAO wiki page for MAPL-supported input files.
This PR is intended to document the various netCDF file attributes that cause MAPL to hang (see issue geoschem/GCHP#373).
Any field that is of integer type, e.g.
time(int)
bnds
,lat_bnds
,lon_bnds
,lev_bnds
. However, I wonder if this is more becauselon_bnds
,lat_bnds
,lev_bnds
do not havelong_name
andunits
attributes. I can test this.Area variable without a time dimension:
Any variable that does not have the same number of vertical levels as the
lev
dimension.More to follow
Tagging @lizziel