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

Contents of /trunk/Compiler_options/pgf95_debug.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 83 - (show annotations)
Thu Mar 6 15:12:00 2014 UTC (10 years, 2 months ago) by guez
File size: 1106 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 # These are compiler dependent macros, meant to be included in the
2 # makefile for LMDZE.
3
4 netcdf_inc_dir = /opt/netcdf3/pgf/include
5 netcdf_lib_dir = /opt/netcdf3/pgf/lib
6
7 numer_rec_95_dir = /data/guez/lib/Numer_Rec_95_pgf95_debug
8 nr_util_dir = /data/guez/lib/NR_util_pgf95_debug
9 netcdf95_dir = /data/guez/lib/NetCDF95_pgf95_debug
10 jumble_dir = /data/guez/lib/Jumble_pgf95_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 # Overall options:
16 FFLAGS += -Minform=inform
17
18 # Optimization options:
19 FFLAGS += -Mframe
20
21 # Debugging options:
22 FFLAGS += -g -gopt -Mchkfpstk -Mchkptr -Mpgicoff
23 # "-Mbounds" gives an error in module "mathelp", procedure "trans_buff",
24 # for a "gcm" run.
25
26 # Language options:
27 FFLAGS += -Mstandard -Mallocatable=95 -Mbackslash -Mdefaultunit -Mrecursive
28
29 # Target-specific Options:
30 FFLAGS += -Kieee -Ktrap=fp
31
32 LDFLAGS = -g
33
34 LDLIBS = $(addprefix -L, ${netcdf_lib_dir} ${numer_rec_95_dir} ${netcdf95_dir} ${nr_util_dir} ${jumble_dir}) -ljumble -lnetcdf95 -lnetcdf -lnumer_rec_95 -lnr_util
35
36 version_flag = -V

  ViewVC Help
Powered by ViewVC 1.1.21