You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is widespread use in the tools subdirectory, but none of that is used directly by MOM5. The only use of read_mosaic in the code is also in the tools subdirectory
apart from compiling EBM (mom5_ebm_compile.csh) which is not relevant.
From the limited searching I've done above it seems to me that read_mosaic.c is not required for MOM5, but it is included in the generic build of FMS because that is used for a number of builds.
GCC compiles contain the Makefile snippet:
that results in the following being added:
Instead, should we explicitly add netcdf-c's include directory? e.g.
(spec["netcdf-c"].headers).cpp_flags
The text was updated successfully, but these errors were encountered: