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

Contents of /trunk/Compiler_options/f90.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: 620 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 machine dependent macros, meant to be included in the
2 # LMDZE makefile
3
4 # For the MIPSpro 7 Fortran 90 compiler
5
6 # Include flags:
7 inc_flags = -I${libf_dir} -I${libf_dir}/phylmd -I/usr/local/pub/include -I${workdir}/IOIPSL_k
8
9 # Other flags which do not affect run time performance:
10 lang_flags = -ansi -fullwarn
11
12 # Flags which affect run time performance:
13 perf_flags = -check_bounds -g2 -O0 -DEBUG:div_check=3:subscript_check=ON:verbose_runtime=ON -DEBUG:trap_uninitialized=ON
14
15 FFLAGS = ${inc_flags} ${lang_flags} ${perf_flags}
16 LDFLAGS =
17
18 LDLIBS= -L${workdir}/IOIPSL_k -lioipsl -L/usr/local/pub/lib64 -lnetcdf

  ViewVC Help
Powered by ViewVC 1.1.21