Changes between Version 12 and Version 13 of Documentation/Archive/News2015-2016/2015July


Ignore:
Timestamp:
2015-07-27T15:30:24+02:00 (9 years ago)
Author:
maignan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Archive/News2015-2016/2015July

    v12 v13  
    2020 
    2121=== Technical changes === 
    22 * The vegetation map is now read in the beginning of a new year instead of in December. This change simplifies the simulation set up. Read more here :  wiki:Documentation/UserGuide/ReadingPFTmap 
     22* The vegetation map is now read in the beginning of a new year instead of in December. This change simplifies the simulation set up. Read more here:  wiki:Documentation/UserGuide/ReadingPFTmap 
    2323* Structural change for the main subroutines. Each module now have the three subroutines _initialize, _main and _finalize. The _main subroutine is only called in the time loop once per time step. All initialization should be done before the _main subroutines are called. See ticket #168. For example see [https://forge.ipsl.jussieu.fr/orchidee/browser/trunk/ORCHIDEE/src_sechiba/sechiba.f90 sechiba.f90].   
    2424* XIOS is added as output library in ORCHIDEE. It is replacing IOIPSL in a more efficient way. [https://forge.ipsl.jussieu.fr/orchidee/attachment/wiki/GroupActivities/Meetings/Developer/xios_in_orchidee_31mars2015_Ghattas.pdf See here the presentation about XIOS in ORCHDIDEE given at the developers meeting the 31st of Mars 2015]. XIOS is now used as default in LMDZOR_v6 configurations and as option in ORCHIDEE_OL configuration. These configurations using XIOS are tested at curie, ada and obelix. 
    25 * Homogenization of variables controlling the text output: a new variable PRINTLEV replaces BAVARD, LONGPRINT and local debug variables. Read more here :  wiki:Documentation/UserGuide/Printlev 
     25* Homogenization of variables controlling the text output: a new variable PRINTLEV replaces BAVARD, LONGPRINT and local debug variables. Read more here:  wiki:Documentation/UserGuide/Printlev 
    2626* Change default value for SPRED_PREC, see ticket #177 
    2727* ORCHIDEE_WATCHOUT and STOMATE_WATCHOUT have been removed, see ticket #172. 
     
    3636 
    3737Removed parameters: 
    38 * LAND_COVER_CHANGE : stomate_lcchange is always calculated if the vegetation map is updated. 
    39 * BAVARD, LONGPRINT : homogenization 
    40 * SECHIBA_rest_time : see ticket #174 
    41 * SECHIBA_DAY : parameter never used, see #173 
    42 * DRAINAGE_FACTOR_F : see changeset [2344] 
    43 * SPLIT_DT : removed, split_dt is now calculated using the variable DT_SECHIBA, see #98 
     38* LAND_COVER_CHANGE: stomate_lcchange is always calculated if the vegetation map is updated. 
     39* BAVARD, LONGPRINT: homogenization 
     40* SECHIBA_rest_time: see ticket #174 
     41* SECHIBA_DAY: parameter never used, see #173 
     42* DRAINAGE_FACTOR_F: see changeset [2344] 
     43* SPLIT_DT: removed, split_dt is now calculated using the variable DT_SECHIBA, see #98 
    4444 
    4545Parameters that changed names 
     
    4848 
    4949Parameters that changed default values 
    50 * SPRED_PREC : Changed from 1 to the half of the forcing time step or uniform, depending on dt_force and dt_sechiba. This parameter is not needed to be set in run.def file any more. The default value is calculated in the code, see #177 
     50* SPRED_PREC: Changed from 1 to the half of the forcing time step or uniform, depending on dt_force and dt_sechiba. This parameter is not needed to be set in run.def file any more. The default value is calculated in the code, see #177 
    5151 
    5252Added parameters 
     
    5656 
    5757== Installation of ORCHIDEE == 
    58 * See here how to install offline mode : wiki:Documentation/UserGuide/InstallingORCHIDEEBasic 
    59 * See here how to install coupled mode : wiki:Documentation/UserGuide/LMDZOR 
     58* See here how to install offline mode: wiki:Documentation/UserGuide/InstallingORCHIDEEBasic 
     59* See here how to install coupled mode: wiki:Documentation/UserGuide/LMDZOR 
    6060* Compiling is now done based on the the tool '''fcm'''. The main makefile is found in modipsl/config/ORCHIDEE_OL (offline mode) or in modipsl/config/LMDZOR_vX (coupled mode). Read more about compile methods here: wiki:Documentation/UserGuide/CompileMethods 
    6161 
     
    7373 * After compiling with XIOS, activating must also be done in orchidee_ol.card. To use the server mode, take example form config.card.xios_server in OOL_SEC_STO.  
    7474 
    75 * LMDZOR_v6 : read more http://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocHconfigBlmdzorv6  
     75* LMDZOR_v6: read more http://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocHconfigBlmdzorv6  
    7676