Changes between Version 1 and Version 2 of Ajeterici/ValidateExternalisation


Ignore:
Timestamp:
2011-03-22T16:52:38+01:00 (13 years ago)
Author:
dsolyga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ajeterici/ValidateExternalisation

    v1 v2  
    3333}}} 
    3434  
    35 Then we tried to compare the outputs files of the reference job to the following tests : 
     35Then we tried to compare the outputs files of the reference job to the following tests :[[BR]] 
     36 
    36371. REF-TEST on 2PFTS : we want to check if the matching array PFT_TO_MTC works correctly. So we have in fluxnet.card : 
    3738 
     
    4849 
    4950}}} 
     51and in PARAM/driver.def : 
    5052 
     53{{{ 
     54NVM = 2 
     55 
     56PFT_TO_MTC__01 = 01 
     57PFT_TO_MTC__02 = 10 
     58 
     59}}} 
     60 
     612. The second test consists to test if the re-parametrization works correctly. 
     62 
     63As there are some few differences between C3 crop and C3 grass, we change the parameters of the C3 crop and we give the values of the C3 grass. 
     64 
     65So we turn a C3 crop in a C3 grass. Now we have in fluxnet.card : 
     66 
     67{{{ 
     68# - Number of PFTs : 
     69NbPFTs= 13 
     70 
     71# Sites descriptions 
     72#       Abbrv,  Filename ,      Inital year (for gregorian calendar) , Length (Y),  \ 
     73#param 1,   2,   3,   4,   5,   6,   7,   8,   9,  10,  11,  12,  13 
     74Sites= ( NL-Loo, NL-Loo.nc   ,          1996,                         11     , \ 
     75     0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.9, 0.0, \ 
     76      0.,  8.,  8.,  4., 4.5, 4.5,  4., 4.5,  4.,  2.,  2.,  2.,  2. ) \  
     77 
     78 
     79}}} 
     80In driver.def, we only got : 
     81 
     82{{{ 
     83VCMAX_FIX__12 = 60. 
     84 
     85VJMAX_FIX__12 = 120. 
     86 
     87NATURAL__12 = TRUE 
     88 
     89VJMAX_OPT__12 = 160. 
     90 
     91TPHOTO_MIN_A__12 = 0.0025   
     92 
     93TPHOTO_MIN_B__12 = 0.1 
     94 
     95TPHOTO_MIN_C__12 = -3.25 
     96 
     97TPHOTO_OPT_A__12 = 0.0025 
     98 
     99TPHOTO_OPT_B__12 = 0.25 
     100 
     101TPHOTO_OPT_C__12 = 27.25 
     102 
     103TPHOTO_MAX_A__12 =  0.00375 
     104 
     105TPHOTO_MAX_B__12 =  0.35 
     106 
     107TPHOTO_MAX_C__12 = 41.125 
     108 
     109FLAM__12 = .25 
     110 
     111LAI_MAX__12 = 2.5 
     112 
     113PHENO_TYPE__12 = 4 
     114 
     115PHENO_GDD_CRIT_A__12 = 0.03125  
     116 
     117PHENO_GDD_CRIT_B__12 = 6.25 
     118 
     119PHENO_GDD_CRIT_C__12 = 270. 
     120 
     121HUM_MIN_TIME__12 = 35. 
     122 
     123LEAFAGECRIT__12 = 120. 
     124 
     125SENESCENCE_HUM__12 = .2 
     126 
     127SENESCENCE_TEMP_C__12 = -1.375  
     128 
     129SENESCENCE_TEMP_B__12 = .1 
     130 
     131SENESCENCE_TEMP_A__12 = .00375 
     132 
     133RSTRUCT_CONST__12 = 2.5 
     134 
     135}}}