Closed agstephens closed 2 years ago
Defined in ncdump source code:
https://github.com/Unidata/netcdf-c/blob/main/ncdump/ncdump.c#L575
Looks like you can see all these in the formatting...
b
f
s
NaNf
Infinityf
NaN
Infinity
UB
uUS
U
ldLL
luULL
Implemented as follows:
https://github.com/cedadev/checksit/blob/specs-fmt-checks-etc/checksit/readers/cdl.py#L101-L109
E.g.:
Which others might exist?
http://www-c4.ucsd.edu/netCDF/netcdf-guide/guide_5.html#SEC25