29.9.07

Compiling netCDF with no second underscore

To compile netCDF in the way that International ATOVS Processing Package (IAPP) would work, you need to set fortran flags to FFLAGS = -fno-second-underscore.

In brief, declare the two following variables:


$ CPPFLAGS=-DpgiFortran
$ FFLAGS=-fno-second-underscore

No comments: