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 utils/tools_AGRIF_CMEMS_2020/NESTING_AGRIF – NEMO

source: utils/tools_AGRIF_CMEMS_2020/NESTING_AGRIF/make.inc @ 10086

Last change on this file since 10086 was 10086, checked in by rblod, 6 years ago

Compilation of NESTING_AGRIF, a good old makefile

  • Property svn:executable set to *
File size: 549 bytes
Line 
1FC=gfortran
2FFLAGS=  -O0 -fdefault-real-8  -ffree-line-length-none -I$(NCDF_ROOT)/include
3FFLAGS_SPEC=  -J$(DIR_OBJS)
4#-fbounds-check  -fbacktrace -g -fcheck=all -Wall
5CPP=cpp
6CPPFLAGS=-P -traditional
7CPPARCH =
8CPPFLAGS += $(CPPARCH)
9
10CC=mpicc
11CFLAGS = -Df2cFortran
12
13NCDF_ROOT=/usr/local
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
25MPI = NO
26
Note: See TracBrowser for help on using the repository browser.