Changes between Version 4 and Version 5 of Doc/Models/ORCHIDEE


Ignore:
Timestamp:
09/24/15 16:50:04 (9 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Models/ORCHIDEE

    v4 v5  
    3535 
    3636# Vegetation map # 
     37The vegetaion map (PFTmap.nc) can be constant or updated annually. Use the option VEGET_UPDATE=0Y for constant vegetaion map and VEGET_UPDATE=1Y to update annually the vegetation map. Note that in previous versions of ORCHIDEE up to revision 2718 on the trunk, including _v5 configurations, the vegetation map was updated in the end of the year with the map for the next coming year. In newer versions and all _v6 configurations, the vegetation map is updated the first day of the year.  
     38 
     39For constant vegetation map, set in orchidee.card (or sechiba.card) VEGET_UPDATE=0Y and set in [InitialStateFiles] the PFTmap.nc file you want to use for the simulation. Note that for constant vegetation map, the vegetation will be read from the restart file. Only if it is not found in the restart file, then the file PFTmap.nc will be read.  
     40 
    3741If you want to update annually (VEGET_UPDATE=1Y) the vegetation map (in forced or coupled mode) you must add the following lines in COMP/orchidee.card: 
    3842{{{ 
    3943[SmoothFiles] 
    4044List=(${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_${year_p1}.nc, PFTmap.nc, 12:12:) 
    41 }}} 
    42  
    43  
    44 If you do not want to update annually the vegetation map (VEGET_UPDATE=0Y) but you want to update the vegetation map with activated stomate instead, you must add the following lines in COMP/orchidee.card and specify the map year to be used: 
    45 {{{ 
    46 [BoundaryFiles] 
    47 List=(${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_2005.nc, PFTmap.nc) 
    48 ListNonDel= () 
    4945}}} 
    5046