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

Contents of /trunk/Compiler_options/g95.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: 1104 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 = /home/guez_local/include/NetCDF_g95 /home/guez_local/include
5 netcdf_lib_dir = /home/guez_local/lib/NetCDF_g95 /home/guez_local/lib
6
7 numer_rec_dir = /home/guez_local/lib/Numer_Rec_Lionel/z
8 nr_util_dir = /user/guez_local/lib/NR_util_a
9 netcdf95_dir = /home/guez_local/lib/NetCDF95/g95
10
11 # Include flags:
12 inc_flags = $(addprefix -I, ${libf_dir} ${libf_dir}/phylmd ${netcdf_inc_dir} ${numer_rec_dir} ${netcdf95_dir} ${nr_util_dir})
13
14 # Other flags which do not affect run time performance:
15 lang_flags = -ffree-form -pedantic -std=f95 -Wall -Wextra -Wno=136,163,165
16 # Warning (136): Module variable is never used
17 # Warning (163): Actual argument does not have an INTENT
18 # Warning (165): Implicit interface
19
20 # Flags which affect run time performance:
21 perf_flags = -fbounds-check -freal=nan -ftrace=full -g -O0
22
23 FFLAGS = ${inc_flags} ${lang_flags} ${perf_flags}
24
25 LDLIBS = $(addprefix -L, ${netcdf_lib_dir} ${numer_rec_dir} ${netcdf95_dir} ${nr_util_dir}) -lnetcdf95 -lnetcdff -lnetcdf -lnumer_rec -lnr_util

Properties

Name Value
svn:executable

  ViewVC Help
Powered by ViewVC 1.1.21