/[lmdze]/trunk/Compiler_options/gfortran_debug.mk
ViewVC logotype

Contents of /trunk/Compiler_options/gfortran_debug.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 119 - (show annotations)
Wed Jan 7 14:34:57 2015 UTC (9 years, 4 months ago) by guez
Original Path: trunk/Compilation/Compiler_options/gfortran_debug.mk
File size: 1165 byte(s)
Removed procedure fxyhyper. Useless intermediary between inigeom and
fxhyp, fyhyp. Removed argument yprimv of fyhyp, not used in
inigeom. Downgraded rlonm025 and rlonp025 from arguments to local
variables of fxhyp, not used in inigeom. Downgraded arguments
champmin, champmax of fxhyp and fyhyp to local variables: print them
in fxhyp and fyhyp instead of fxyhyper.

Removed arguments xzoomdeg, grossism, dzooma, tau of fxhyp. Use
directly module variables clon, grossismx, dzoomx, taux instead.

Removed arguments yzoomdeg, grossism, dzooma, tau of fyhyp. Use
directly module variables clat, grossismy, dzoomy, tauy instead.

In procedure yamada4, l0 does not need the save attribute. It is
defined at each call.

1 # These are compiler dependent macros, meant to be included in the
2 # makefile for LMDZE.
3
4 netcdf_inc_dir = /usr/include
5 netcdf_lib_dir =
6
7 numer_rec_95_dir = /user/guez_local/lib/Numer_Rec_95_gfortran_debug
8 nr_util_dir = /user/guez_local/lib/NR_util_gfortran_debug
9 netcdf95_dir = /user/guez_local/lib/NetCDF95_gfortran_debug
10 jumble_dir = /user/guez_local/lib/Jumble_debug
11
12 # Include flags:
13 FFLAGS = $(addprefix -I, ${netcdf_inc_dir} ${numer_rec_95_dir} ${netcdf95_dir} ${nr_util_dir} ${jumble_dir})
14
15 # Fortran language options:
16 FFLAGS += -ffree-form -std=f95
17
18 # Error and warning options:
19 FFLAGS += -fmax-errors=1 -pedantic-errors -Wall -Wcharacter-truncation -Wunderflow -Wunreachable-code -Wno-conversion
20
21 # Debugging options:
22 FFLAGS += -ffpe-trap=invalid,zero,overflow -fbacktrace -fdump-core -g
23
24 # Code generation options:
25 FFLAGS += -fcheck=bounds -fcheck=do -fcheck=mem -fcheck=pointer -fcheck=recursion -finit-real=SNAN
26
27 # Optimization options:
28 FFLAGS += -O0
29
30 LDLIBS = $(addprefix -L, ${netcdf_lib_dir} ${numer_rec_95_dir} ${netcdf95_dir} ${nr_util_dir} ${jumble_dir}) -ljumble -lnetcdf95 -lnetcdff -lnetcdf -lnumer_rec_95 -lnr_util
31
32 version_flag = --version

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.21