Changes between Version 4 and Version 5 of Ajeterici/ValidateExternalisation


Ignore:
Timestamp:
2011-03-22T17:07:23+01:00 (13 years ago)
Author:
dsolyga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ajeterici/ValidateExternalisation

    v4 v5  
    11== Validate the externalized version == 
    22 
    3 For the moment, we validate the externalization of parameters on a fluxnet site. 
    4 We consider the following reference simulation (named REF-TEST)  : 
     3For the moment, we validate the externalization of parameters on a fluxnet site and with IMPOSE_VEG = y. 
     4 
     5 
     6We consider the following reference simulation (named REF-TEST) with 10% of bare soil and 90% of C3 grass : 
    57 
    68{{{ 
     
    286288  
    287289 
     2904. The last test consists to have three PFTs : one bare soil and two C3 grass like this : 
     291 
     292{{{ 
     293# - Number of PFTs : 
     294NbPFTs= 14 
     295 
     296# Sites descriptions 
     297#       Abbrv,  Filename ,      Inital year (for gregorian calendar) , Length (Y),  \ 
     298#param 1,   2,   3,   4,   5,   6,   7,   8,   9,  10,  11,  12,  13 
     299Sites= ( NL-Loo, NL-Loo.nc   ,          1996,                         11     , \ 
     300     0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.45, 0.0, 0.0, 0.0, 0.45 \ 
     301      0.,  8.,  8.,  4., 4.5, 4.5,  4., 4.5,  4.,  2.,  2.,  2.,  2., 2.) \  
     302}}} 
     303in this case, we spli the C3 grass in two. The corresponding driver.def is : 
     304 
     305 
     306{{{ 
     307# Number of vegetation types (by default 13) : 
     308NVM = 14 
     309 
     310 
     311PFT_TO_MTC__01 = 1 
     312PFT_TO_MTC__02 = 2 
     313PFT_TO_MTC__03 = 3 
     314PFT_TO_MTC__04 = 4 
     315PFT_TO_MTC__05 = 5 
     316PFT_TO_MTC__06 = 6 
     317PFT_TO_MTC__07 = 7 
     318PFT_TO_MTC__08 = 8 
     319PFT_TO_MTC__09 = 9 
     320PFT_TO_MTC__10 = 10 
     321PFT_TO_MTC__11 = 11 
     322PFT_TO_MTC__12 = 12 
     323PFT_TO_MTC__13 = 13  
     324PFT_TO_MTC__14 = 10 
     325 
     326}}}