New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
make.inc in NEMO/branches/2019/ENHANCE-03_domcfg – NEMO

source: NEMO/branches/2019/ENHANCE-03_domcfg/make.inc @ 11207

Last change on this file since 11207 was 11129, checked in by mathiot, 5 years ago

simplification of domcfg (rm all var_n and var_b as it is not needed) (ticket #2143)

  • Property svn:executable set to *
File size: 558 bytes
Line 
1FC=ftn
2FFLAGS= -em -s real64 -s integer32 -O2 -hflex_mp=intolerant -e0 -ez -Rb
3FFLAGS_SPEC= -J$(DIR_OBJS)
4#-fbounds-check  -fbacktrace -g -fcheck=all -Wall
5CPP=cpp
6CPPFLAGS=-P -E -traditional-cpp
7CPPARCH =
8CPPFLAGS += $(CPPARCH)
9
10CC=cc
11CFLAGS = -O0
12
13NCDF_ROOT=/home/d01/pmathiot/XIOS_2.0_r1296_from_xcs/1296
14INC_NETCDF = -I$(NCDF_ROOT)/include
15LIB_NETCDF= -L$(NCDF_ROOT)/lib/ -lnetcdf -lnetcdff
16
17INCS = $(INC_NETCDF)
18LIBS =$(LIB_NETCDF) 
19
20# language-specific flags
21#
22F77FLG =  -ffixed-form # -Mfixed
23F90FLG =  -ffree-form -ffree-line-length-0 # -Mfree
24
Note: See TracBrowser for help on using the repository browser.