source: tags/ORCHIDEE_2_0/ORCHIDEE/arch/arch-gfortran.fcm

Last change on this file was 3831, checked in by josefine.ghattas, 8 years ago

Integrated modifications done in branch ORCHIDEE-DYNAMICO between revision 3129 (start of the branch) and including revision 3830 (current version of the branch).

The modifications consist in a reorganization of the code related to the interpolations. Generic subroutines and functions are added into a new module interpweight. These new subroutines are called from the modules in src_sechiba instead of calling IOIPSL directly.

These modifications do not change the method of the interpolations except for read_reftempfile in thermosoil and thermosoilc where previously an old method for interpolation were used.

The results changes slightly due to the reorganization of the code.

Work done by Lluis Fita

File size: 462 bytes
Line 
1%COMPILER            gfortran
2%LINK                gfortran
3%AR                  ar
4%MAKE                make
5%FPP_FLAGS           -P -C -traditional
6%FPP_DEF             
7%BASE_FFLAGS         -fdefault-real-8
8%PROD_FFLAGS         -O3 -funroll-all-loops
9%DEV_FFLAGS          -O
10%DEBUG_FFLAGS        -ffpe-trap=invalid,zero,overflow -Wall -fbounds-check -g3 -O0 -fstack-protector-all
11%MPI_FFLAGS
12%OMP_FFLAGS         
13%BASE_LD     
14%MPI_LD
15%OMP_LD             
Note: See TracBrowser for help on using the repository browser.