Changes between Version 8 and Version 9 of Documentation/Archive/News2015-2016/2015July


Ignore:
Timestamp:
2015-07-11T09:49:42+02:00 (9 years ago)
Author:
jgipsl
Comment:

--

Legend:

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

    v8 v9  
    66 
    77== ORCHIDEE trunk source code == 
    8 Here below are the main changes done in ORCHIDEE source code during the last year.[[BR]] 
     8Here below are the main changes done in ORCHIDEE trunk source code during the last year.[[BR]] 
    99  
    1010Simulations using different trunk revision are done regularly and can be seen here: wiki:ReferenceSimulations. See especially the latest revision 2724 here: wiki:ReferenceSimulations/2724 
     
    1212 
    1313=== Physical changes === 
    14 * The multilayer snow modules has been updated by Tao Wang. More modification related to the fraction of snow will come during the autumn. See ticket #179 
     14* The multilayer snow modules has been updated by Tao Wang. Modification related to the fraction of snow will come during the autumn. See ticket #179 
    1515* The dynamic vegetation has been updated and corrected by Dan Zhu. See ticket #182 
    1616* Initialize t2m_longterm without reading reftemp.nc file. See ticket #158 
    17 * Add beta factor in enerbil during coupling with LMDZ, see ticket #157 
     17* Add beta factor in enerbil during coupling with LMDZ by Fuxing Wang, see ticket #157 
    1818* Enhancement in CWRR hydrology and routing, see ticket #113, #114 and #151 
    19 * Bug correction- interpolation of SWdown with 'daily' forcing files, see ticket #156 
     19* Bug correction: interpolation of SWdown with 'daily' forcing files, see ticket #156 
    2020 
    2121=== Technical changes === 
     
    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 variables 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_WATHCOUT and STOMATE_WATCHOUT have been removed, see ticket #172. 
    28 * Compilng options for ciclad using ifort is added. Same options are supposed to work at climserv too. libIGCM latest tag can be used at ciclad. 
     28* Clarification in time step variables: dt_sechiba and dt_stomate are replacing dt_radia and dt_slow. The new variables do not need to be passed as argument. See ticket #87 
     29* Compilng options for ciclad using ifort is added. Same options are supposed to work at climserv too. libIGCM latest tag v2.6 can be used at ciclad. 
    2930 
    3031=== Externalized parameters === 
     
    4041* SECHIBA_DAY : parameter never used, see #173 
    4142* DRAINAGE_FACTOR_F : see changeset [2344] 
    42  
     43* SPLIT_DT : removed, split_dt is now calculated using the variable DT_SECHIBA, see #98 
    4344 
    4445Parameters that changed names 
     46* DT_SLOW changed name into DT_STOMATE 
    4547* LAND_USE changed name into MAP_PFT_FORMAT (default =y) : This parameter is only controlling the format of the vegetation file. If MAP_PFT_FORMAT=y(default), read on pft format. If =n, read the Olson map.  
    4648 
    4749Parameters that changed default values 
    48 * 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.  
     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 
    4951 
    5052Added parameters 
    5153* DT_SECHIBA ([s]): Time-step of the sechiba component. Default value is 1800s. Only for offline mode. 
    52 * PRINTLEV ([0-5]): level of text output. PRINTLEV=1 (default) production mode, PRINTLEV=5 very much output 
     54* PRINTLEV ([0-5]): level of text output. PRINTLEV=1 (default) production mode, PRINTLEV=5 very much output, read more here :  wiki:Documentation/UserGuide/Printlev 
    5355* PRINTLEV_sechiba, PRINTLEV_intersurf, PRINTLEV_slowproc, PRINTLEV_dim2_driver, PRINTLEV_readdim2, PRINTLEV_forcesoil : change the printlev for a specific module. Default value is the value for PRINTLEV. 
    5456 
     
    5658* See here how to install offline mode : wiki:Documentation/UserGuide/InstallingORCHIDEEBasic 
    5759* See here how to install coupled mode : wiki:Documentation/UserGuide/LMDZOR 
    58 * Compiling is now done based on the a 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 
     60* 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 
    5961 
    6062== Configurations using ORCHIDEE ==