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

Contents of /trunk/Compiler_options/nagfor_debug.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 97 - (show annotations)
Fri Apr 25 14:58:31 2014 UTC (10 years, 2 months ago) by guez
Original Path: trunk/Compilation/Compiler_options/nagfor_debug.mk
File size: 637 byte(s)
Module pressure_var is now only used in gcm. Created local variables
pls and p3d in etat0, added argument p3d to regr_pr_o3.

In leapfrog, moved computation of p3d and exner function immediately
after integrd, for clarity (does not change the execution).

Removed unused arguments: ntra, tra1 and tra of cv3_compress; ntra,
tra and traent of cv3_mixing; ntra, ftra, ftra1 of cv3_uncompress;
ntra, tra, trap of cv3_unsat; ntra, tra, trap, traent, ftra of
cv3_yield; tra, tvp, pbase, bbase, dtvpdt1, dtvpdq1, dplcldt,
dplcldr, ntra of concvl; ndp1, ntra, tra1 of cv_driver

Removed argument d_tra and computation of d_tra in concvl. Removed
argument ftra1 and computation of ftra1 in cv_driver. ftra1 was just
set to 0 in cv_driver, associated to d_tra in concvl, and set again to
zero in concvl.

1 # These are compiler dependent macros, meant to be included in the
2 # makefile for LMDZE.
3
4 netcdf_dir = /opt/netcdf3/nag
5 numer_rec_95_dir = /data/guez/lib/Numer_Rec_95_nagfor
6 nr_util_dir = /data/guez/lib/NR_util_nagfor
7 netcdf95_dir = /data/guez/lib/NetCDF95_nagfor
8 jumble_dir = /data/guez/lib/Jumble_nagfor
9
10 # Include flags:
11 FFLAGS = $(addprefix -I, ${netcdf_dir}/include ${numer_rec_95_dir} ${netcdf95_dir} ${nr_util_dir} ${jumble_dir})
12
13 FFLAGS += -free
14
15 LDLIBS = $(addprefix -L, ${netcdf_dir}/lib ${numer_rec_95_dir} ${netcdf95_dir} ${nr_util_dir} ${jumble_dir}) -ljumble -lnetcdf95 -lnetcdf -lnumer_rec_95 -lnr_util
16
17 version_flag = -V

  ViewVC Help
Powered by ViewVC 1.1.21