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

Contents of /trunk/Compiler_options/ifort.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 83 - (show annotations)
Thu Mar 6 15:12:00 2014 UTC (10 years, 2 months ago) by guez
File size: 656 byte(s)
In procedure conf_guide, replaced calls to getpar by reading a
namelist. Removed file getparam.f, now unused. So getin of IOIPSL is
now unused too. Removed files getincom.f, getincom2.f, cmpblank.f,
find_sig.f, gensig.f and nocomma.f.

Moved variables lat_min_guide and lat_max_guide from module
tau2alpha_m to module conf_guide_m.

Removed variables nivsig and nivsigs of module disvert_m. Instead, in
initdynav and initfluxsto, directly wrote arithmetic sequence for
verical axis, pending a better vertical axis. Removed variables nivsig
and nivsigs of "(re)?.start.nc".

In procedure exner_hyb, replaced p(:, :, 1) by equivalent ps.

1 # These are machine dependent macros, meant to be included in the
2 # LMDZE makefile
3
4 # For ifort 9
5
6 FFLAGS = -I${libf_dir} -I${libf_dir}/dyn3d -I${libf_dir}/phylmd -I/home/guez/NetCDF/netcdf-3.6.1_ifort/include -I/home/guez/lib/IOIPSL/IOIPSL_t -I/home/guez/lib/Numerical_Recipes_Lionel/ifort -assume minus0 -check all -debug extended -debug-parameters all -error_limit 1 -fltconsistency -fpe0 -fpstkchk -ftrapuv -g -inline-debug-info -O0 -traceback -free -warn all -warn stderrors
7
8 LDFLAGS =
9
10 LDLIBS = -L/home/guez/NetCDF/netcdf-3.6.1_ifort/lib -L/home/guez/lib/IOIPSL/IOIPSL_t -L/home/guez/lib/Numerical_Recipes_Lionel/ifort -lioipsl -lnetcdf -lnumer_rec

  ViewVC Help
Powered by ViewVC 1.1.21