Changes between Version 53 and Version 54 of Doc/Config/LMDZOR_v6.1


Ignore:
Timestamp:
02/25/19 11:30:52 (5 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Config/LMDZOR_v6.1

    v53 v54  
    217217}}} 
    218218 
     219 
     220# How to make a simulation like CMIP5 using LMDZOR_v6? # 
     221See here how use the model LMDZOR_v6.1.8 with options as used for CMIP5.  
     222 * Install and compile LMDZOR_v6.1.8 as usual 
     223 * For ORCHIDEE 
     224  * Use the parameter file orchidee.def_Choi as orchidee.def. In this file, Choisnel hydrology is set (HYDROL_CWRR = n) but also all other options to obtain a set up as used for CMIP5. For example following is set in orchidee.def_Choi: OK_FREEZE=n, ALB_BG_MODIS=n,OK_EXPLICITSNOW=n, DO_WOOD_HARVEST=n, ROUGH_DYN=n... To use this file, set in orchidee.card: 
     225{{{ 
     226DefSuffix=Choi 
     227}}} 
     228  * To have the same input vegetation map, then also modify 
     229   * orchidee.def_Choi to read 13 pfts, change to have following: 
     230{{{ 
     231NVM=13 
     232PFT_TO_MTC=1,2,3,4,5,6,7,8,9,10,11,12,13 
     233}}} 
     234   * orchidee.card to read the vegetation map file from CMIP5. Change following: 
     235{{{ 
     236${R_IN}/SRF/PFTMAPS/CMIP6/ESA-LUH2v2/historical/15PFT.v1/PFTmap_${year}.nc 
     237into 
     238${R_IN}/SRF/PFTMAPS/CMIP5/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_${year}.nc 
     239}}} 
     240 * Note that the files woodharvest.nc, reftemp.nc, alb_bg.nc and cartepente2d_15min.nc will not be read using orchidee.def_Choi. They can be removed or left in orchidee.card. 
     241 
     242 
     243