NCAR / icar

The Intermediate Complexity Atmospheric Research model (ICAR)
MIT License
72 stars 53 forks source link

bugfix: adding NETCDFF variable in makefile #115

Closed scrasmussen closed 2 years ago

scrasmussen commented 2 years ago

TYPE: bugfix

KEYWORDS: NetCDF, makefile, library paths

SOURCE: Soren Rasmussen, NCAR

DESCRIPTION OF CHANGES: Some installations of NetCDF has different locations for the C library and the Fortran library. If the environmental variable NETCDFF is defined, that path will also be searched when building.

TESTS CONDUCTED: Built and ran full test domain on NERSC's Cori in parallel.

Checklist