Changeset 3815 for CONFIG/UNIFORM


Ignore:
Timestamp:
05/16/18 10:17:49 (6 years ago)
Author:
jgipsl
Message:
  • orchidee.driver, orchidee.def_CWRR : add possibility to desactivate DO_WOOD_HARVEST. By default it does not change anything. Desactivation is done from orchidee.card.
  • EXPERIMENT/highresmip/orchidee.card change in set up:
    • No update of vegetation, always use year 2000 according to highresmip protocole
    • Desactivate woodharvest. This option has no signification if stomate is desactivated
    • Set lower default output
Location:
CONFIG/UNIFORM/v6/LMDZOR_v6
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/highresmip_CMIP6/COMP/orchidee.card

    r3805 r3815  
    44[UserChoices] 
    55# The variable DefSuffix gives the suffix of the orchidee.def file to be used. 
    6 # By default the file orchidee.def_Choi will be selected. 
    7 # Sef DefSuffix=Choi (default) to activate default 2-layer Choisnel hydrology 
    8 # Set DefSuffix=CWRR to activate 11-layer CWRR hydrology 
     6# Set DefSuffix=CWRR to activate 11-layer CWRR hydrology (default) 
     7# Sef DefSuffix=Choi to activate 2-layer Choisnel hydrology (obsolete option) 
    98DefSuffix=CWRR 
    109 
    11 VEGET_UPDATE=1Y 
     10# Set frequency to update vegetation map. 
     11# VEGET_UPDATE=0Y : no update 
     12VEGET_UPDATE=0Y 
    1213 
    1314# Set climatology lai map 
    1415LAI_MAP=y 
     16 
     17# Here desactivate wood harvest, no need when running without stomate 
     18DO_WOOD_HARVEST=n 
    1519 
    1620# Specify output level for output files 
     
    1923# output_level_filename=12    : highest level which will output all variables 
    2024# output_level_filename=NONE  : deactivate the file 
    21 output_level_sechiba_history = 11 
     25output_level_sechiba_history = 0 
    2226output_level_sechiba_out_2 = NONE 
    23 output_level_sechiba_history_4dim = 11 
     27output_level_sechiba_history_4dim = NONE 
    2428 
    2529# Specify output frequency for each file [1y, 1mo, 1d, 10800s, 1ts] 
     
    3943 
    4044[BoundaryFiles] 
    41 List= (${R_IN}/SRF/PFTMAPS/CMIP6/ESA-LUH2v2/historical/15PFT.v1/PFTmap_${year}.nc, PFTmap.nc) ,\ 
    42       (${R_IN}/SRF/WOODHARVEST/LUH2v2/historical/woodharvest_${year}.nc, woodharvest.nc),\ 
    43       (${R_IN}/CMIP6/IPSLCM6.1.2-LR/IPSL-CM6A-LR/highresSST-present/r1i1p1f1/${year}/dr2xml_orchidee.xml, .) 
     45List= (${R_IN}/CMIP6/IPSLCM6.1.2-LR/IPSL-CM6A-LR/highresSST-present/r1i1p1f1/${year}/dr2xml_orchidee.xml, .) 
    4446 
    4547# For resolution 512x360 change to use:  
    4648#      (${R_IN}/CMIP6/IPSLCM6.1.2-LR/IPSL-CM6A-ATM-HR/highresSST-present/r1i1p1f1/${year}/dr2xml_orchidee.xml, .) 
    4749 
    48 ListNonDel= () 
     50ListNonDel= (${R_IN}/SRF/PFTMAPS/CMIP6/ESA-LUH2v2/historical/15PFT.v1/PFTmap_2000.nc, PFTmap.nc) 
    4951 
    5052[SmoothFiles] 
     
    6365 
    6466[OutputText] 
    65 List=   (out_orchidee, orchidee.def, used_orchidee.def, iodef.xml, context_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml, file_def_input_orchidee.xml, river_desc.nc) 
     67List=   (out_orchidee, orchidee.def, used_orchidee.def, iodef.xml, context_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml, file_def_input_orchidee.xml, river_desc.nc, ping_orchidee.xml, dr2xml_orchidee.xml) 
    6668 
    6769[OutputFiles] 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/DRIVER/orchidee.driver

    r3772 r3815  
    6868    else 
    6969        IGCM_comp_modifyDefFile nonblocker orchidee.def LAI_MAP   DEFAULT 
     70    fi 
     71 
     72    # Set DO_WOOD_HARVEST in orchidee.def acording to value set in orchidee.card section UserChoices 
     73    # If DO_WOOD_HARVEST is not definded in orchidee.card, set default value y 
     74    if [ ! X${orchidee_UserChoices_DO_WOOD_HARVEST} = X ] ; then 
     75        IGCM_comp_modifyDefFile nonblocker orchidee.def DO_WOOD_HARVEST   ${orchidee_UserChoices_DO_WOOD_HARVEST} 
     76    else 
     77        IGCM_comp_modifyDefFile nonblocker orchidee.def DO_WOOD_HARVEST   DEFAULT 
    7078    fi 
    7179 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/orchidee.def_CWRR

    r3774 r3815  
    137137 
    138138# Activate harvest of wood 
    139 DO_WOOD_HARVEST=y 
     139DO_WOOD_HARVEST=_AUTO_ : DEFAULT=y 
    140140 
    141141# Growth respiration (default values except for PFT=14 and PFT=15) 
Note: See TracChangeset for help on using the changeset viewer.