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

Annotation of /trunk/Compilers/gfortran_debug.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 70 - (hide annotations)
Mon Jun 24 15:39:52 2013 UTC (10 years, 10 months ago) by guez
File size: 1086 byte(s)
In procedure, "addfi" access directly the module variable "dtphys"
instead of going through an argument.

In "conflx", do not create a local variable for temperature with
reversed order of vertical levels. Instead, give an actual argument
with reversed order in "physiq".

Changed names of variables "rmd" and "rmv" from module "suphec_m" to
"md" and "mv".

In "hgardfou", print only the first temperature out of range found.

1 guez 36 # These are compiler dependent macros, meant to be included in the
2     # makefile for LMDZE.
3    
4 guez 61 netcdf_inc_dir = /usr/include
5     netcdf_lib_dir =
6 guez 36
7 guez 62 numer_rec_95_dir = /user/guez_local/lib/Numer_Rec_95_gfortran_debug
8 guez 69 nr_util_dir = /user/guez_local/lib/NR_util_gfortran_debug
9 guez 70 netcdf95_dir = /user/guez_local/lib/NetCDF95_gfortran_debug
10 guez 61 jumble_dir = /user/guez_local/lib/Jumble_debug
11 guez 36
12     # Include flags:
13 guez 61 inc_flags = $(addprefix -I, ${netcdf_inc_dir} ${numer_rec_95_dir} ${netcdf95_dir} ${nr_util_dir} ${jumble_dir})
14 guez 36
15     # Other flags which do not affect run time performance:
16 guez 38 lang_flags = -ffree-form -frange-check -std=f95 -pedantic-errors -Wall -Wunderflow -Wextra
17 guez 36
18     # Flags which affect run time performance:
19     perf_flags = -fbacktrace -ffpe-trap=invalid,zero,overflow -fbounds-check -g3 -O0 -fstack-protector-all
20    
21     FFLAGS = ${inc_flags} ${perf_flags}
22     F90FLAGS = ${inc_flags} ${lang_flags} ${perf_flags}
23    
24 guez 61 LDLIBS = $(addprefix -L, ${netcdf_lib_dir} ${numer_rec_95_dir} ${netcdf95_dir} ${nr_util_dir} ${jumble_dir}) -ljumble -lnetcdf95 -lnetcdff -lnetcdf -lnumer_rec_95 -lnr_util
25 guez 69
26     version_flag = --version

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.21