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

Contents of /trunk/Compilers/g95.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15 - (show annotations)
Fri Aug 1 15:24:12 2008 UTC (15 years, 8 months ago) by guez
File size: 1209 byte(s)
-- Minor modification of input/output:

Added variable "Sigma_O3_Royer" to "histday.nc". "ecrit_day" is not
modified in "physiq". Removed variables "pyu1", "pyv1", "ftsol1",
"ftsol2", "ftsol3", "ftsol4", "psrf1", "psrf2", "psrf3", "psrf4"
"mfu", "mfd", "en_u", "en_d", "de_d", "de_u", "coefh" from
"histrac.nc".

Variable "raz_date" of module "conf_gcm_m" has logical type instead of
integer type.

-- Should not change any result at run time:

Modified calls to "IOIPSL_Lionel" procedures because the interfaces of
these procedures have been simplified.

Changed name of variable in module "start_init_orog_m": "masque" to
"mask".

Created a module containing procedure "phyredem".

Removed arguments "punjours", "pdayref" and "ptimestep" of procedure
"iniphysiq".

Renamed procedure "gr_phy_write" to "gr_phy_write_2d". Created
procedure "gr_phy_write_3d".

Removed procedures "ini_undefstd", "moy_undefSTD", "calcul_STDlev",
"calcul_divers".

1 # These are compiler dependent macros, meant to be included in the
2 # makefile for LMDZE.
3
4 # For G95 0.91
5
6 FC = g95
7
8 netcdf_inc_dir = /home/guez_local/include/NetCDF_g95 /home/guez_local/include
9 netcdf_lib_dir = /home/guez_local/lib /home/guez_local/lib/NetCDF_g95
10
11 numer_rec_dir = /home/guez_local/lib/Numer_Rec_Lionel/l
12 netcdf95_dir = /home/guez_local/lib/NetCDF95/g95
13 IOIPSL_dir = /home/guez_local/lib/IOIPSL_Lionel/ak
14
15 # Include flags:
16 inc_flags = $(addprefix -I, ${libf_dir} ${libf_dir}/dyn3d ${libf_dir}/phylmd ${libf_dir}/filtrez ${netcdf_inc_dir} ${numer_rec_dir} ${netcdf95_dir} ${IOIPSL_dir})
17
18 # Other flags which do not affect run time performance:
19 lang_flags = -ffree-form -pedantic -std=f95 -Wall -Wextra -Wno=136,163,165
20 # Warning (136): Module variable is never used
21 # Warning (163): Actual argument does not have an INTENT
22 # Warning (165): Implicit interface
23
24 # Flags which affect run time performance:
25 perf_flags = -fbounds-check -freal=nan -ftrace=full -g -O0
26
27 FFLAGS = ${inc_flags} ${perf_flags}
28 F90FLAGS = ${inc_flags} ${lang_flags} ${perf_flags}
29
30 LDLIBS = $(addprefix -L, ${netcdf_lib_dir} ${numer_rec_dir} ${netcdf95_dir} ${IOIPSL_dir}) -lioipsl -lnetcdf95 -lnetcdff -lnetcdf -lnumer_rec

Properties

Name Value
svn:executable

  ViewVC Help
Powered by ViewVC 1.1.21