NCAR / ParallelIO

A high-level Parallel I/O Library for structured grid applications
Apache License 2.0
136 stars 53 forks source link

Add check to accomodate move away from _FillValue in libnetcdf #1994

Closed WardF closed 2 months ago

WardF commented 2 months ago

Adopted from the approach taken by GDAL to address the same issue see reference here. This will allow ParallelIO to compile without having to worry about changing any workflows around the --enable-legacy-macros flag being introduced in v4.9.3.

jedwards4b commented 2 months ago

@WardF thanks - I'll have a look at the github testing tomorrow.

jedwards4b commented 2 months ago

superseded by #1995