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

Annotation of /trunk/Compiler_options/gfortran_debug.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 83 - (hide annotations)
Thu Mar 6 15:12:00 2014 UTC (10 years, 2 months ago) by guez
File size: 1170 byte(s)
In procedure conf_guide, replaced calls to getpar by reading a
namelist. Removed file getparam.f, now unused. So getin of IOIPSL is
now unused too. Removed files getincom.f, getincom2.f, cmpblank.f,
find_sig.f, gensig.f and nocomma.f.

Moved variables lat_min_guide and lat_max_guide from module
tau2alpha_m to module conf_guide_m.

Removed variables nivsig and nivsigs of module disvert_m. Instead, in
initdynav and initfluxsto, directly wrote arithmetic sequence for
verical axis, pending a better vertical axis. Removed variables nivsig
and nivsigs of "(re)?.start.nc".

In procedure exner_hyb, replaced p(:, :, 1) by equivalent ps.

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

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.21