File: macro.esmtools

package info (click to toggle)
cdftools 4.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,948 kB
  • sloc: f90: 43,175; makefile: 457; sh: 96; ada: 22
file content (23 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Makefile for CDFTOOLS
#
# Joakim Kjellsson, GEOMAR, March 2019
#

NCDF = -I/$(NEMO_NETCDF_DIR)/include/ -I/$(NEMO_HDF5_DIR)/include/
LIBS = -L/$(NEMO_NETCDF_DIR)/lib/ -L/$(NEMO_HDF5_DIR)/lib/ -lnetcdff -lnetcdf 
NC4 = -D key_netcdf4

#CMIP6 = -D key_CMIP6
CMIP6 =

F90=$(FC)
MPF90=
#OMP=-mp=nonuma
OMP=
OPT=-O3
FFLAGS= $(OPT) -fpp $(NCDF) $(LIBS) $(NC4) $(CMIP6) $(OMP)
LMPI=-lmpich

INSTALL=../../../bin/
INSTALL_MAN=../../../man/