...
To run CMEM you need:
- Fortran # e.g. gfortran (version >= 7.3.0): https://gcc.gnu.org/fortran/
- GRIBAPI #https://softwareconfluence.ecmwf.int/wiki/display/GRIB/HomeECC/What+is+ecCodes
- NetCDF # # https://www.unidata.ucar.edu/software/netcdf
How to compile
$ tar -xzvf cmem_v6.01.tar.gz
$ cd cmem_v6.01/source
Require to update the Makefile to your system.
e.g. FORTRAN_COMPILER, GRIBAPI_* and NETCDF_* in Makefile
...
2: in source/Makefile:
remove gribapi and/or netcdf routines and libraries.
(sample: source/Makefile.not_grib_netcdf)