wiki:Ajeterici/ValidateExternalisation

Version 1 (modified by dsolyga, 13 years ago) (diff)

--

Validate the externalized version

For the moment, we validate the externalization of parameters on a fluxnet site. We consider the following reference simulation (named REF-TEST) :

# - Fluxnet files path
FluxnetPath=/home/orchidee01/vuichard/AR5/FORCING

# - Number of PFTs :
NbPFTs= 13

#   * ORCHIDEE name for physical parameters on each sites
#   PFT (IMPOSE_VEG), \
#   initial LAI (IMPOSE_VEG)
NameSitesParam= ( SECHIBA_VEGMAX, SECHIBA_LAI )
# by Default : 
# 1) first line is for PFT
# 2) second line is for LAI default for SLOWPROC lai model with : 
#    llaimax = 0.,  8.,  8.,  4., 4.5, 4.5,  4., 4.5,  4.,  2.,  2.,  2.,  2.)

#   * Name of component for each physical parameter described in NameSitesParam
#     (in SECHIBA, STOMATE, DRIVER)
CompSitesParam= ( SECHIBA, SECHIBA )

# Sites descriptions
#       Abbrv,  Filename ,      Inital year (for gregorian calendar) , Length (Y),  \
#param 1,   2,   3,   4,   5,   6,   7,   8,   9,  10,  11,  12,  13
Sites= ( NL-Loo, NL-Loo.nc   ,          1996,                         11     , \
     0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.9, 0.0, 0.0, 0.0, \
      0.,  8.,  8.,  4., 4.5, 4.5,  4., 4.5,  4.,  2.,  2.,  2.,  2. ) \ 

Then we tried to compare the outputs files of the reference job to the following tests :

  1. REF-TEST on 2PFTS : we want to check if the matching array PFT_TO_MTC works correctly. So we have in fluxnet.card :
# - Number of PFTs :
NbPFTs= 2

# Sites descriptions
#       Abbrv,  Filename ,      Inital year (for gregorian calendar) , Length (Y),  \
#param 1,   2,   3,   4,   5,   6,   7,   8,   9,  10,  11,  12,  13
Sites= ( NL-Loo, NL-Loo.nc   ,          1996,                         11     , \
      0.1, 0.9, \
      0.0,  2. ) \