Changes between Version 3 and Version 4 of Ajeterici/ValidateExternalisation


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Ajeterici/ValidateExternalisation

    v3 v4  
    3030     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, \ 
    3131      0.,  8.,  8.,  4., 4.5, 4.5,  4., 4.5,  4.,  2.,  2.,  2.,  2. ) \  
     32[SPINUP] 
     33    # SPINUP configuration :  
     34    # ---------------------- 
     35# !! Step of time in N Years !! 
     36# !! The spinup will change if the fluxnet file contains more than one year !! 
     37#    ( N = Number of years contain in fluxnet forcing file )  
     38#     each Year * N 
     39 
     40# Initialisation for spin-up : 
     41# orchidee with sechiba alone (!!! if ok_stomate == n !!!) 
     42duree_nostomate=0 
     43# orchidee with stomate 
     44duree_inistomate=1 
     45# teststomate (only if duree_nostomate or duree_inistomate > 0) 
     46duree_offlineini=0 
     47 
     48# Loop configuration for spin-up : 
     49# The whole job is restarted n_iter times 
     50n_iter=1 
     51# orchidee with sechiba (and stomate if ok_stomate=y below) 
     52duree_sechiba=20 
     53# teststomate 
     54duree_stomate=0 
     55# forcesoil 
     56duree_carbonsol=0 
     57 
     58# Finalization for spin-up : 
     59# all orchidee 
     60duree_final=20 
     61# This last parameter must be non-zero. 
     62 
     63 
     64    # POST configuration :  
     65    # -------------------- 
     66# ATLAS fix parameters : 
     67# Atlas Name :  
     68AtlasCfg=atlas_FLUXNET_LATHUILE.cfg 
     69#atlas_FLUXNET.cfg 
     70#atlas_FLUXNET_soenke.cfg 
     71 
     72# observation_file 
     73observation_file_path='/home/orchidee01/vuichard/AR5/OBS/${Site}.synth.hourly.allvars.nc' 
     74#'${R_BC}/OOL/${config_UserChoices_TagName}/FLUXNET/OLD/${Site}.nc' 
     75#'${R_BC}/OOL/${config_UserChoices_TagName}/FLUXNET/OBS/${Site}_obs_gapfilled.nc' 
     76 
     77# old history file 
     78reference_file_path='/home/orchidee01/vuichard/IGCM_OUT/OL2/LATHUILE_HIST_2m/${Site}_sechiba_hist.nc' 
     79# 3 choices : SECHIBA, OK_CO2, OK_STOMATE 
     80#'/dmnfs/cont003/p86manci/VALID_OL/SECHIBA/${Site}_sechiba_hist.nc' 
     81 
     82# Modulo for SpinUp years 
     83# by default, only one ATLAS-DIFF will be created  
     84# between the last step and the first one. 
     85#Modulo=15 
     86 
     87 
     88[UserChoices] 
     89 
     90# 
     91###-- STOMATE flag 
     92# 
     93ok_stomate=y 
     94# 
     95###-- OK_CO2 flag 
     96# 
     97ok_co2=y 
     98 
     99# 
     100###-- NEW HYDROL CWRR flag 
     101# 
     102ok_newhydrol=n 
     103 
     104# 
     105## DEBUG mode for SPINUP  
     106# 
     107# This mode keep all SPINUP directory in ARCHIVE 
     108# If disable, all ARCHIVE is automaticly cleaned. 
     109#  
     110DEBUG_SPIN=n 
     111# If you don't want to keep old spinup steps, but last one 
     112CONSERVE=y 
     113 
     114[SubJobParams] 
     115# You can specify here any parameters to be modified in sechiba.def, stomate.def or driver.def for SpinUp Subjobs. 
     116# NEW : due to split of orchidee.def in component specific parameter files, 
     117#       you must add here a prefix for the specific parameter file. 
     118driver_DEBUG_INFO=n 
     119sechiba_LONGPRINT=n 
     120stomate_BAVARD=1 
     121sechiba_ALMA_OUTPUT=y 
     122driver_ALLOW_WEATHERGEN=n 
     123sechiba_SECHIBA_reset_time=y 
     124sechiba_IMPOSE_VEG=y 
     125## To begin with half water stress 
     126#sechiba_HYDROL_HUMR=0.5 
     127# FLUXNET files have hour frequency values. 
     128driver_SPLIT_DT=1 
    32129 
    33130}}} 
     
    63160As 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. 
    64161 
    65 So we turn a C3 crop in a C3 grass. Now we have in fluxnet.card : 
     162So we turn a C3 crop in a C3 grass. Now we have in fluxnet.card (by the following we only show the changing lines): 
    66163 
    67164{{{ 
     
    82179{{{ 
    83180VCMAX_FIX__12 = 60. 
    84  
    85181VJMAX_FIX__12 = 120. 
    86  
    87182NATURAL__12 = TRUE 
    88  
    89183VJMAX_OPT__12 = 160. 
    90  
    91184TPHOTO_MIN_A__12 = 0.0025   
    92  
    93185TPHOTO_MIN_B__12 = 0.1 
    94  
    95186TPHOTO_MIN_C__12 = -3.25 
    96  
    97187TPHOTO_OPT_A__12 = 0.0025 
    98  
    99188TPHOTO_OPT_B__12 = 0.25 
    100  
    101189TPHOTO_OPT_C__12 = 27.25 
    102  
    103190TPHOTO_MAX_A__12 =  0.00375 
    104  
    105191TPHOTO_MAX_B__12 =  0.35 
    106  
    107192TPHOTO_MAX_C__12 = 41.125 
    108  
    109193FLAM__12 = .25 
    110  
    111194LAI_MAX__12 = 2.5 
    112  
    113195PHENO_TYPE__12 = 4 
    114  
    115196PHENO_GDD_CRIT_A__12 = 0.03125  
    116  
    117197PHENO_GDD_CRIT_B__12 = 6.25 
    118  
    119198PHENO_GDD_CRIT_C__12 = 270. 
    120  
    121199HUM_MIN_TIME__12 = 35. 
    122  
    123200LEAFAGECRIT__12 = 120. 
    124  
    125201SENESCENCE_HUM__12 = .2 
    126  
    127202SENESCENCE_TEMP_C__12 = -1.375  
    128  
    129203SENESCENCE_TEMP_B__12 = .1 
    130  
    131204SENESCENCE_TEMP_A__12 = .00375 
    132  
    133205RSTRUCT_CONST__12 = 2.5 
    134206 
     
    156228in order to see that the system of Metaclasses work well. 
    157229 
     2303. The third validation test is the opposite of the first one. We set the C3 grass as the 14th PFT.[[BR]] 
     231We have respectively in fluxnet.card and in driver.def : 
     232{{{ 
     233# - Number of PFTs : 
     234NbPFTs= 14 
     235 
     236# Sites descriptions 
     237#       Abbrv,  Filename ,      Inital year (for gregorian calendar) , Length (Y),  \ 
     238#param 1,   2,   3,   4,   5,   6,   7,   8,   9,  10,  11,  12,  13 
     239Sites= ( NL-Loo, NL-Loo.nc   ,          1996,                         11     , \ 
     240     0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.9 \ 
     241      0.,  8.,  8.,  4., 4.5, 4.5,  4., 4.5,  4.,  2.,  2.,  2.,  2., 2.) \  
     242 
     243}}} 
     244 
     245{{{ 
     246# Number of vegetation types (by default 13) : 
     247NVM = 14 
     248 
     249# PFT_TO_MTC : 
     250# Here is the list of the MTC implememented in the model 
     251# & (/ 'bared ground                      ', &          !  1 
     252# &    'tropical  broad-leaved evergreen  ', &          !  2 
     253# &    'tropical  broad-leaved raingreen  ', &          !  3 
     254# &    'temperate needleleaf   evergreen  ', &          !  4 
     255# &    'temperate broad-leaved evergreen  ', &          !  5 
     256# &    'temperate broad-leaved summergreen', &          !  6 
     257# &    'boreal    needleleaf   evergreen  ', &          !  7 
     258# &    'boreal    broad-leaved summergreen', &          !  8 
     259# &    'boreal    needleleaf   summergreen', &          !  9 
     260# &    '          C3           grass      ', &          ! 10 
     261# &    '          C4           grass      ', &          ! 11 
     262# &    '          C3           agriculture', &          ! 12 
     263# &    '          C4           agriculture'  /)         ! 13 
     264 
     265# Give the MTC associated to each PFT 
     266# WARNING : you had to set PFT_TO_MTC (1) = 1 
     267# ie, the first pft ought to be the bare soil 
     268# WARNING : more than one bare soil is prohibited 
     269# if you don't respect these two rules, the job will stop 
     270 
     271PFT_TO_MTC__01 = 1 
     272PFT_TO_MTC__02 = 2 
     273PFT_TO_MTC__03 = 3 
     274PFT_TO_MTC__04 = 4 
     275PFT_TO_MTC__05 = 5 
     276PFT_TO_MTC__06 = 6 
     277PFT_TO_MTC__07 = 7 
     278PFT_TO_MTC__08 = 8 
     279PFT_TO_MTC__09 = 9 
     280PFT_TO_MTC__10 = 10 
     281PFT_TO_MTC__11 = 11 
     282PFT_TO_MTC__12 = 12 
     283PFT_TO_MTC__13 = 13  
     284PFT_TO_MTC__14 = 10 
     285}}} 
     286  
     287