Skip to content

MAPL 2.15.1

Compare
Choose a tag to compare
@mathomp4 mathomp4 released this 06 Jan 14:35
· 3151 commits to main since this release
daa33a5

NOTE: Non-zero-diff for History output compared to 2.15.0 when comparing metadata and lat and lon. The actual fields' data themselves are zero-diff, but the metadata with those variables are different. Also, lat and lon were made 64-bit. Again, the same data, but now at a different precision.


DOI

This release of MAPL fixes issues with the history output from MAPL. Namely, the History output more closely follows the GEOS FP 1.2 File Specification. The changes include:

  • Coordinate Variables
    • lon and lat are now 64-bit (double) in lat-lon History files rather than 32-bit (single)
    • lons, lats, corner_lons, and corner_lats are now 64-bit (double) in cubed-sphere History files rather than 32-bit (single)
  • Variable Metadata
    • Added fmissing_value (equal to _FillValue aka MAPL_UNDEF)
    • Added missing_value (equal to _FillValue aka MAPL_UNDEF)
    • Added vmin (equal to -MAPL_UNDEF)
    • Added vmax (equal to +MAPL_UNDEF)
    • Added add_offset (equal to 0.0)
    • Added scale_factor (equal to 1.0)
    • Added standard_name (equal to long_name)
  • Global Metadata
    • Added Title, History, Source, Contact, Convention, Institution, References, Filename, Comment
      • These currently have hardcoded values roughly equivalent to the GEOS FP 5.27 output

What's Changed

Full Changelog: v2.15.0...v2.15.1