Feature #2565 nccf_laea#2616
Merged
JohnHalleyGotway merged 13 commits intomain_v11.1from feature_2565_nccf_laeaJul 24, 2023
+608-550
Commits
Commits on Jul 13, 2023
Per #2565, initial commit of changes from Randy to support LAEA grids from CF-compliant NetCDF files. Note that the GRIB2 parameters remain the primary method for defining LAEA grids. Randy uses th…
committedPer #2565, rename LaeaGrib2Data struct to simply LaeaData since we're adopting this as the standard way of initializing an LAEA grid.
committed- committed
Commits on Jul 17, 2023
Commits on Jul 18, 2023
Per #2565, add LaeaNetcdfData::dump() function and update nccf_file.cc to dump the grid data structs that are parsed, just like we do for other file formats (GRIB2, MET NetCDF, ...)
committedPer #2565, check for false_easting and false_northing being present and error out if they're non-zero.
committed
Commits on Jul 19, 2023
Commits on Jul 20, 2023
Per #2565, committing Randy's fix to the LAEA grid code to correctly place the sample MetOffice data over the UK.
committedPer #2565, fix the parsing for LAEA GRIB2 grids. The problem is a short-coming in the grib2c library in handling negative longitude values. Define and call a utility function to reprocess the bytes…
committed- committed