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

Contents of /trunk/Compiler_options/xlf95.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: 1249 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 # For IBM XL Fortran
5
6 numer_rec_dir = ${workdir}/lib/Numer_Rec_Lionel_v
7 netcdf95_dir = ${workdir}/lib/NetCDF95
8 IOIPSL_dir = ${workdir}/lib/IOIPSL_Lionel_ar
9
10 # Include flags:
11 inc_flags = $(addprefix -I, ${libf_dir} ${libf_dir}/dyn3d ${libf_dir}/phylmd ${libf_dir}/filtrez ${numer_rec_dir} ${netcdf95_dir} ${IOIPSL_dir}) ${NETCDF_FFLAGS}
12
13 # Other flags which do not affect run time performance:
14 lang_flags = -qlanglvl=95pure -qnodirective -qnoescape -qsuppress=1520-050 -qwarn64
15
16 ##-qattr=full -qxref=full
17
18 # Flags which affect run time performance:
19 perf_flags = -qdbg -qfloat=nans -qfloat=nomaf:rndsngl:nofold -qflttrap=overflow:zerodivide:enable -qfullpath -qinitauto=7FBFFFFF -qnooptimize -qnosave -qsigtrap -qspillsize=1024
20
21 ##-O3 -qnostrict -qessl -qextchk
22 ## "-qflttrap=invalid" gives an error in "orografi.F"
23 ##-qcheck severe error in etat0
24 # "-qcheck -qextchk" give an error in module "mathelp", procedure
25 # "trans_buff", for a "gcm" run.
26
27 FFLAGS = ${inc_flags} ${lang_flags} ${perf_flags}
28
29 LDFLAGS =
30 ##-O3 -bnoquiet
31
32 LDLIBS = $(addprefix -L, ${numer_rec_dir} ${netcdf95_dir} ${IOIPSL_dir}) -lioipsl -lnetcdf95 -lnumer_rec ${NETCDF_LDFLAGS}
33
34 ##-lessl

  ViewVC Help
Powered by ViewVC 1.1.21