GEOS-ESM / ESMA_cmake

Custom CMake macros for the GEOS Earth System Model
Apache License 2.0
4 stars 9 forks source link

Changes for netCDF Quantize Support #289

Closed mathomp4 closed 1 year ago

mathomp4 commented 1 year ago

This PR includes a change needed for supporting netCDF quantize testing in MAPL. This PR adds NETCDF_INCLUDE_DIRS as an alias to the INC_NETCDF that ESMA_cmake previously defined. As NETCDF_INCLUDE_DIRS is the more "standard" way to refer to this in CMake, this is also desirable for Spack capability.

Note that in GEOSgcm, only MAPL used INC_NETCDF so the rest of the model should be fine.