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

Annotation of /trunk/Compilers/nag_tools.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (hide annotations)
Fri Apr 18 14:45:53 2008 UTC (16 years, 1 month ago) by guez
File size: 714 byte(s)
Added NetCDF directory "/home/guez/include" in "g95.mk" and
"nag_tools.mk".

Added some "intent" attributes in "PVtheta", "advtrac", "caladvtrac",
"calfis", "diagedyn", "dissip", "vlspltqs", "aeropt", "ajsec",
"calltherm", "clmain", "cltrac", "cltracrn", "concvl", "conema3",
"conflx", "fisrtilp", "newmicro", "nuage", "diagcld1", "diagcld2",
"drag_noro", "lift_noro", "SUGWD", "physiq", "phytrac", "radlwsw", "thermcell".

Removed the case "ierr == 0" in "abort_gcm"; moved call to "histclo"
and messages for end of run from "abort_gcm" to "gcm"; replaced call
to "abort_gcm" in "leapfrog" by exit from outer loop.

In "calfis": removed argument "pp" and variable "unskap"; changed
"pksurcp" from scalar to rank 2; use "pressure_var"; rewrote
computation of "zplev", "zplay", "ztfi", "pcvgt" using "dyn_phy";
added computation of "pls".

Removed unused variable in "dynredem0".

In "exner_hyb": changed "dellta" from scalar to rank 1; replaced call
to "ssum" by call to "sum"; removed variables "xpn" and "xps";
replaced some loops by array expressions.

In "leapfrog": use "pressure_var"; deleted variables "p", "longcles".

Converted common blocks "YOECUMF", "YOEGWD" to modules.

Removed argument "pplay" in "cvltr", "diagetpq", "nflxtr".

Created module "raddimlw" from include file "raddimlw.h".

Corrected call to "new_unit" in "test_disvert".

1 guez 7 # These are compiler dependent macros, meant to be included in the
2     # makefile for LMDZE.
3 guez 3
4 guez 7 # For the NAGWare Fortran 95 module builder and other NAG tools.
5 guez 3
6     # Include flags:
7 guez 10 inc_flags = -I${libf_dir} -I${libf_dir}/dyn3d -I${libf_dir}/phylmd -I${libf_dir}/filtrez -I/home/guez/include -I/home/guez/include/NetCDF_nag_modules95 -I/home/guez/lib/IOIPSL_Lionel/ai -I/home/guez/lib/Numer_Rec_Lionel/g -I/home/guez/lib/NetCDF95/nag_modules95
8 guez 3
9 guez 7 # NAG general options:
10     nag_gl_options = ${inc_flags} -dusty -mismatch_all
11    
12     COMPILE.f90 = nag_modules95.sh $@ ${nag_gl_options}
13 guez 3 COMPILE.f = ${COMPILE.f90}
14     OUTPUT_OPTION =
15 guez 7
16     nag_fcalls_options = -calledby -locate -class ${nag_gl_options}
17     nag_cross_options = -key ${nag_gl_options}

  ViewVC Help
Powered by ViewVC 1.1.21