Changes between Version 1 and Version 2 of LandUse


Ignore:
Timestamp:
2011-03-14T10:20:44+01:00 (13 years ago)
Author:
mmaipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LandUse

    v1 v2  
    1 Land Use Map update behaviour :  
     1= Land Use Map = 
     2How to update LAND USE vegetation in ORCHIDEE. 
     3This change the vegetation veget_max along years. 
     4  
     5There are two sort of maps :  
     61. Big files with all historical maps inside as in  
     7{{{ 
     8BC/SRF/OL2/PFTmap_1850to2005_AR5_LUHa.rc2.nc 
     9}}} 
     102. The same datas split in one file per year in the directory 
     11{{{ 
     12BC/SRF/OL2/PFTmap_1850to2005_AR5_LUHa.rc2/PFT_map_${year}.nc 
     13}}} 
    214 
    3 This change the vegetation map along years.  
    415 
    516Rules for Land Use :  
     17 * Except for the first initialization without restart, the vegetation map is '''always change at the end of the year''' (midnight, the last day of december). Then STOMATE can compute LAND COVER CHANGE fluxes for the next year with old and new veget_max. Then the new veget_max is saved in the restart for january. 
    618 
    7 *) If you set parameter VEGET_UPDATE = 0Y, ORCHIDEE will read only one map in  
    8    the Land Use file gives by the VEGET_YEAR parameter  
    9    (the index of the map in the file and NOT the corresponding year).  
     19 * If you set parameter VEGET_UPDATE = 0Y, ORCHIDEE will read only one map in the Land Use file gives by the VEGET_YEAR parameter (the index of the map in the file and NOT the corresponding year).  
    1020 
    11 *) If you set VEGET_UPDATE = nY (n is an INTERGER gt one), the veget_max will be  
    12    updated the first time and each n years exactly.  
    13    There is a new variable veget_year in the sechiba restart to keep the last value.  
     21 * If you set VEGET_UPDATE = nY (n is an INTERGER gt one), the veget_max will be updated the first time and each n years exactly. There is a new variable veget_year in the sechiba restart to keep the last value.  
    1422 
    15 *) During the run, if the index is greater than the number of map in the file,  
    16    it will return to one automaticly. 
     23 * An index '''veget_year''' is saved in the restart. It is the index of the veget_max map in the PFT map file saved in the restart.  
     24 
     25 * During the run, if the index is greater than the number of map in the file, it will return to one automaticly. 
     26 
     27 * If you want to use a PFT map file in case two (only one year per file) or just change PFT map file, you must use SECHIBA parameter VEGET_REINIT (=y/n). It will change the index to 1. Then the first map will be read for the new PFT map file.