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

Contents of /trunk/Compilers/nag_modules95_FC.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: 542 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 compiler dependent macros, meant to be included in the
2 # makefile for LMDZE.
3
4 # For the NAGWare Fortran 95 module builder and other NAG tools
5
6 # Include flags:
7 inc_flags = $(addprefix -I, ${HOME}/include ${HOME}/lib/Numer_Rec_95 ${HOME}/lib/NR_util_g ${HOME}/lib/NetCDF95 ${HOME}/lib/Jumble)
8
9 # NAG general options:
10 nag_gl_options = ${inc_flags} -dusty -mismatch_all
11
12 FFLAGS= ${nag_gl_options}
13 F90FLAGS = ${FFLAGS}
14
15 nag_fcalls_options = -calledby -lines -locate -class ${nag_gl_options}
16 nag_cross_options = -key ${nag_gl_options}

  ViewVC Help
Powered by ViewVC 1.1.21