Changes between Initial Version and Version 1 of DevelopmentActivities/ORCHIDEE-IPSLCM5A2


Ignore:
Timestamp:
2017-12-08T10:53:25+01:00 (7 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-IPSLCM5A2

    v1 v1  
     1= Branch ORCHIDEE-IPSLCM5A2.1 = 
     2The coupled model IPSLCM5A2 is an update of the model IPSLCM5A used for CMIP5. One of the goal of this model is to have a model which runs fast. It therefore uses newer model versions to include hybrid parallelism and use of XIOS. It still uses the same model set up as for IPSLCM5A (at least for ORCHIDEE). 
     3 
     4The branch ORCHIDEE-IPSLCM5A2.1 has been created to allow some technical changes related to the coupling to INCA whitout changing the model ORCHIDEE itself. 
     5 
     6A. Cozic is in charge of this branch. 
     7 
     8== Version IPSLCM5A2.0 ==  
     9This version of the coupled model includes trunk/ORCHIDEE rev 3925. 
     10 
     11== Version IPSLCM5A2.1 == 
     12This version of the coupled model uses branches/ORCHIDEE-IPSLCM5A2.1. This branch is based on a copy of the ORCHIDEE trunk revision 3930 and containing also an update of the interface towards INCA rev [4456].  
     13 
     14= Comparison of ORCHIDEE used in IPSLCM5A and IPSLCM5A2 = 
     15Here below are listed developments and corrections done on the trunk between the tag ORCHIDEE_1_9_5 and revision 3930 that might impact the model IPSLCM5A2 according to the orchidee.def used.  
     16 
     17Following technical developments have been added: 
     18* Interface to XIOS for output diagnostics 
     19* Hybrid (MPI-OpenMP) parallelisation 
     20* Correction to restart correctly 1+1=2 
     21* Corrections of minor bugs 
     22 
     23Following changes might have an impact on the results, according to orchidee.def used in IPSLCM5A2: 
     24 * [3930] : Correction on vbeta in diffuco_comb for water conservation 
     25 * [2425] : Added beta factor, important for coupled simulations, see ticket #157 
     26 * [2360], [2361] : See ticket #136 : Limitation of snow mass. Might change results 
     27 * [2183] :  
     28 * [2093] : Bug correction in enerbil, see ticket #137  
     29 * [2031] : '''Merge the Photosynthesis branch''' primarily based on the work of Yin et al (2009). Some change in results. 
     30 * [1987] : Changed default value for '''DOWNREGULATAION_CO2 from TRUE to FALSE ''' 
     31 * [1957] : Change formula for snow albedo, ticket #74 . Change in results are excpected. But also introduced a bug. This revision do not compile!! Use rev [1959].  
     32 * [1882] : Modification of parameters for tropical forests and activation of CO2 downregulation, more details here [wiki:trunk/DownRegulation] 
     33 * [1383] : Changed default values for vc_max_opt and vj_max_opt parameters. Results change. 
     34 * [1102] : '''Merged new phenology branch''' into the trunk. Use with caution. Some changes are expected in stomate outputs (tropics especially). Please, look at  [wiki:Branches/ORCHIDEE-NEWPHENO] for more details.  
     35 * [864] : Specific leaf area (SLA) is prescribed => Change in results. 
     36 * [10] : This revision on the trunk corresponds to the tag orchidee_1_9_5 used in IPSLCM5A 
     37 
     38== orchidee.def used in both versions of IPSLCM5A2 == 
     39{{{ 
     40# 
     41#************************************************************************** 
     42#                    Parameter file list for ORCHIDEE 
     43#************************************************************************** 
     44 
     45# Input and output 
     46#************************************************************************** 
     47# Restart the time from the GCM.  
     48# default = n 
     49SECHIBA_reset_time = y 
     50 
     51# Name of restart to read for initial conditions 
     52# default = NONE 
     53SECHIBA_restart_in = _AUTOBLOCKER_ 
     54 
     55# Name of restart to read for initial conditions of STOMATE 
     56# default = NONE 
     57STOMATE_RESTART_FILEIN = _AUTOBLOCKER_ 
     58 
     59# Use XIOS for writing diagnostics file 
     60# defulat = n 
     61XIOS_ORCHIDEE_OK = y 
     62 
     63# Writefrequency in seconds in sechiba_history.nc 
     64# default = 86400.0 
     65WRITE_STEP = 0 
     66 
     67# Hydrology parameters 
     68#************************************************************************** 
     69# Activate the multi-layer diffusion scheme adapted from CWRR 
     70# by default the Choisnel hydrology is used. 
     71# default = n 
     72HYDROL_CWRR = n  
     73 
     74# Total depth of soil reservoir 
     75# default = 2./4. depending on HYDROL_CWRR 
     76HYDROL_SOIL_DEPTH = 4. 
     77 
     78# Root profile 
     79HYDROL_HUMCSTE = 5., .4, .4, 1., .8, .8, 1., 1., .8, 4., 1., 4., 1. 
     80 
     81# Activate river routing 
     82# default = n 
     83RIVER_ROUTING = y 
     84 
     85#************************************************************************** 
     86# Activate Stomate component 
     87# default = n 
     88STOMATE_OK_STOMATE = _AUTOBLOCKER_  
     89 
     90# Activate calculations of CO2 according to Farqhuar and Ball 
     91# default = n 
     92STOMATE_OK_CO2 = y 
     93 
     94# Use cdrag coefficient from gcm 
     95CDRAG_FROM_GCM = y 
     96 
     97# Interception reservoir coefficient. 
     98# default = 0.1 
     99SECHIBA_QSINT = 0.02 
     100 
     101# Parmeters related to vegetation map 
     102#************************************************************************** 
     103# Year of the land_use vegetation map readed 
     104# year off the pft map 
     105# default = 282 
     106VEGET_YEAR = 1 
     107 
     108# The parameter is used to bypass veget_year count  
     109# and reinitialize it with VEGET_YEAR parameter. 
     110# Then it is possible to change LAND USE file. 
     111# If LAND_USE 
     112# default = y 
     113VEGET_REINIT = n 
     114 
     115# Update vegetation frequency (since 2.0 version) 
     116# The veget datas will be update at this period if LAND_USE 
     117# default = 1Y 
     118VEGET_UPDATE = _AUTO_ 
     119 
     120# Do not use default fire module 
     121FIRE_DISABLE = y 
     122 
     123# Create river description file 
     124RIVER_DESC = _AUTO_ 
     125RIVER_DESC_FILE =  river_desc.nc 
     126 
     127# Parameter related to chemistry bvoc  
     128#************************************************************************ 
     129# CHEMISTRY_OK_BVOC ([FLAG]) :  Activate chemistry    {OK_SECHIBA} 
     130# default =  n  
     131CHEMISTRY_BVOC =  n 
     132 
     133# CO2 FOR BVOC - WILKINSON ([FLAG]) :  CO2 inhibition effect for isoprene based on Wilkinson approach?    {CHEMISTRY_OK_BVOC } 
     134CO2_FOR_BVOC_WILKINSON=n 
     135 
     136# CO2 FOR BVOC - POSSELL ([FLAG]) :  CO2 inhibition effect for isoprene based on Possell approach?    {CHEMISTRY_OK_BVOC } 
     137CO2_FOR_BVOC_POSSELL=n 
     138 
     139}}}