File: macro.nymphea

package info (click to toggle)
cdftools 4.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,980 kB
  • sloc: f90: 43,175; makefile: 446; sh: 96; ada: 22
file content (19 lines) | stat: -rw-r--r-- 436 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Makefile for CDFTOOLS : Nymphea (OSF1)
# !!  $Rev$
# !!  $Date$
# !!  $Id$
# !!--------------------------------------------------------------
#
NCDF = -I/home/nymphea/services/bibli/netcdf-3.6.0/include -L/home/nymphea/services/bibli/netcdf-3.6.0/lib -lnetcdf

OMP = 
#NC4 = -D key_netcdf4
NC4 =

#CMIP6 = -D key_CMIP6
CMIP6 =

F90=f90
FFLAGS=  $(NC4) $(CMIP6) -convert big_endian -assume byterecl $(NCDF) $(OMP)

INSTALL=$(HOME)/bin