Changes between Version 48 and Version 49 of Documentation/UserGuide/PreIndSim


Ignore:
Timestamp:
2014-10-26T09:59:59+01:00 (10 years ago)
Author:
luyssaert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/PreIndSim

    v48 v49  
    201201LAND_COVER_CHANGE=n 
    202202}}} 
    203 Within the 20-year coupled run the land surface will stay constant to that described by the restart file that will be used, i.e., 1750. Forest management and litter raking are still activated (else we will affect the C-pools). We will keep these settings constant to their values for the year 1750. We simply hard code the years for these maps as detailed below: 
     203Within the 20-year coupled run the land surface will stay constant to that described by the restart file that will be used, i.e., 1750. Forest management and litter raking are still activated (else we will affect the C-pools). We will keep these settings constant to their values for the year 1750. We simply hard code the years for these maps as detailed below. Note that because we start from a restart file the [InitialStateFiles] are not used. We have to define the litter and FM maps as [BoundaryFiles] which are read only once during the year.  
    204204{{{ 
    205205[InitialStateFiles] 
     206List= () 
    206207List=       (/ccc/work/cont003/dofoco/dofoco/MAPS/SOIL/RGRID/soils_param_itype4.nc, soils_param.nc), \ 
    207208            (${R_INIT}/SRF/${config_UserChoices_TagName}/routing.nc,          . ), \ 
    208209            (/ccc/work/cont003/dofoco/dofoco/MAPS/ROUTING/RGRID/cartepente_2d_15min_itype7.nc, cartepente2d_15min.nc), \ 
    209             (/ccc/work/cont003/dofoco/dofoco/MAPS/LITTER_DEMAND/RGRID/litter_demand_map_1750.nc, litter_map.nc), \ 
    210210            (/ccc/work/cont003/dofoco/dofoco/MAPS/PFT/RGRID/combined_species_mtc_1750.nc, PFTmap.nc) 
    211 ... 
    212 [BoundaryFiles]/[SmoothFiles]??? 
    213 List=       (/ccc/work/cont003/dofoco/dofoco/MAPS/FM/RGRID/fm_strat_map_1750.nc, FMmap.nc) 
     211 
     212[BoundaryFiles] 
     213List= () 
     214ListNonDel= (/ccc/work/cont003/dofoco/dofoco/MAPS/LITTER_DEMAND/RGRID/litter_demand_map_1750.nc, litter_map.nc), \ 
     215            (/ccc/work/cont003/dofoco/dofoco/MAPS/FM/RGRID/fm_strat_map_1750.nc, FMmap.nc) 
     216 
     217[SmoothFiles] 
     218List= () 
    214219}}} 
    215220