Changes between Version 54 and Version 55 of DevelopmentActivities/ORCHIDEE-CNP/howtoFLUXNET


Ignore:
Timestamp:
2016-11-22T14:59:09+01:00 (7 years ago)
Author:
dgoll
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-CNP/howtoFLUXNET

    v54 v55  
    463463}}} 
    464464You find the files in the folder "JobName"STOI in the IGCM_OUT path for the STOI simulation. Exchange "STOI" with "ORC-1", "FIN" etc for the simulations you want to check. 
     465 
     466=== additional site specific parameters === 
     467You can add more site specific parameter values by adding them to the fluxnet.card.  
     468Here an example how to add site specific information for the soil fractions 
     469{{{ 
     470SOIL_FRACTIONS = 1. , 0. , 0. 
     471}}} 
     472 
     473First, edit the variable for the number of site specific parameters in fluxnet.card: 
     474{{{ 
     475#  Number of parameters to modify for each site 
     476NbSitesParam= 2 
     477}}}  
     478Second, add the parameter name to the list of parameters to be site specific in fluxnet.card: 
     479{{{ 
     480NameSitesParam= ( SECHIBA_VEGMAX SOIL_FRACTIONS ) 
     481}}} 
     482Third, add the values for the parameters to the site in fluxnet.card: 
     483{{{Tface=      ( US-Thu, US-Thu_1999-2014.nc , 1980 , 36 , 0,1,0,0,0,0,0,0,0,0,0,0,0 , 1.,0.,0.) 
     484}}} 
     485REMARK: the separation between the parameters is via " , ", therefore there must be no blank in the sequence of values for each parameter. 
     486REMARK: The parameter has to be present in PARAM/orchidee.default. If not present, Job_ENSEMBLE will stop.  
     487 
     488 
     489