Changes between Version 255 and Version 256 of DevelopmentActivities/ORCHIDEE-DOFOCO


Ignore:
Timestamp:
2021-04-29T14:34:11+02:00 (3 years ago)
Author:
maignan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-DOFOCO

    v255 v256  
    165165=== C13 (r6470) === 
    166166The concentration of C13 in the leaves can be calculated by setting '''ok_c13''' to y in the run.def. This calculation follows Farquhar's approach and is currently limited to the fractionation in the leaves. Following changes to the recalculation of GPP under plant water stress the calculation of Ci is no longer accurate. This may have broken the functionality to calculate C13. Needs to be tested. 
    167  
    168 === Compilation === 
    169 Modifications to implement at LSCE (2021/04)[[BR]] 
    170 Following an upgrade of compilers, two files have to be modified:[[BR]] 
    171 - modipsl/config/ORCHIDEE_OL/ARCH/arch-ifort_LSCE.env 
    172 {{{ 
    173 < module load gcc/8.3.0 
    174 --- 
    175 > module load gcc/5.2.0 
    176 }}} 
    177 - modipsl/modeles/ORCHIDEE/arch/arch-ifort_LSCE.fcm 
    178 {{{ 
    179 < %DEBUG_FFLAGS        -fpe0 -O0 -g -traceback -fp-stack-check -warn shape -ftrapuv -check bounds -check all -check noarg_temp_created 
    180 --- 
    181 > %DEBUG_FFLAGS        -fpe0 -O0 -g -traceback -fp-stack-check -ftrapuv -check bounds -check all -check noarg_temp_created 
    182 }}} 
    183167 
    184168=== Configurations (r6470) ===