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

Contents of /trunk/Compilers/f90.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 62 - (show annotations)
Thu Jul 26 14:37:37 2012 UTC (11 years, 9 months ago) by guez
File size: 658 byte(s)
Changed handling of compiler in compilation system.

Removed the prefix letters "y", "p", "t" or "z" in some names of variables.

Replaced calls to NetCDF by calls to NetCDF95.

Extracted "ioget_calendar" procedures from "calendar.f90" into a
separate file.

Extracted to a separate file, "mathop2.f90", procedures that were not
part of the generic interface "mathop" in "mathop.f90".

Removed computation of "dq" in "bilan_dyn", which was not used.

In "iniadvtrac", removed schemes 20 Slopes and 30 Prather. Was not
compatible with declarations of array sizes.

In "clcdrag", "ustarhb", "vdif_kcay", "yamada4" and "coefkz", changed
the size of some arrays from "klon" to "knon".

Removed possible call to "conema3" in "physiq".

Removed unused argument "cd" in "yamada".

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} ${perf_flags}
16 F90FLAGS = ${inc_flags} ${lang_flags} ${perf_flags}
17 LDFLAGS =
18
19 LDLIBS= -L${workdir}/IOIPSL_k -lioipsl -L/usr/local/pub/lib64 -lnetcdf

  ViewVC Help
Powered by ViewVC 1.1.21