Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Confirmed: potential for users of CMEM

...

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

...