Ignore:
Timestamp:
03/23/18 15:31:39 (6 years ago)
Author:
acosce
Message:

Update IPSLESM to comply with v6 standard and add the AER experiment for the coupled model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLESM6/EXPERIMENTS/IPSLCM/piControl/COMP/orchidee.card

    r3459 r3687  
    99DefSuffix=CWRR 
    1010 
     11# VEGET_UPDATE_at_start=y : orchidee.driver will set VEGET_UPDATE=1Y at the first cumul period when starting a new simulation.  
     12#                           After the first period, VEGET_UPDATE will be set according to the choice done below.   
     13VEGET_UPDATE_at_start=y 
     14 
     15# VEGET_UPDATE=0Y : default, do not update the vegetation and woodharvest file except if starting without restart file 
     16# VEGET_UPDATE=1Y : update the vegetation and woodharvest file 1st of January each year 
    1117VEGET_UPDATE=0Y 
     18 
     19# Specify output level for output files 
     20# Only the files sechiba_history.nc, sechiba_out_2.nc and sechiba_history_4dim.nc can be set here. 
     21# output_level_filename=0     : lowest level writing only variables needed for the monitoring 
     22# output_level_filename=12    : highest level which will output all variables 
     23# output_level_filename=NONE  : deactivate the file 
     24output_level_sechiba_history = 11 
     25output_level_sechiba_out_2 = NONE 
     26output_level_sechiba_history_4dim = 11 
     27 
     28# Specify output frequency for each file [1y, 1mo, 1d, 10800s, 1ts] 
     29# Settings using WriteFrequency in config.card is not longer used 
     30output_freq_sechiba_history = 1mo 
     31output_freq_sechiba_out_2 = 10800s 
     32output_freq_sechiba_history_4dim = 1mo 
     33 
    1234 
    1335[InitialStateFiles] 
     
    1638        (${R_IN}/SRF/routing.nc, . ), \ 
    1739        (${R_IN}/SRF/albedo/alb_bg_modisopt_2D_ESA_v2.nc, alb_bg.nc ), \ 
    18         (${R_IN}/SRF/PFTMAPS/CMIP6/ESA-LUH2/historical/v1.2/withoutNoBio_15PFT/PFTmap_1850.nc, PFTmap.nc),\ 
    19         (${R_IN}/SRF/WOODHARVEST/LUH2v2/historical/woodharvest_1850.nc, woodharvest.nc),\ 
    2040        (${R_IN}/SRF/cartepente2d_15min.nc, .) 
    2141 
    2242[BoundaryFiles] 
    2343List= () 
    24 ListNonDel= () 
     44ListNonDel= (${R_IN}/SRF/PFTMAPS/CMIP6/ESA-LUH2v2/historical/15PFT.v1/PFTmap_1850.nc, PFTmap.nc),\ 
     45            (${R_IN}/SRF/WOODHARVEST/LUH2v2/historical/woodharvest_1850.nc,           woodharvest.nc),\ 
    2546 
    2647[SmoothFiles] 
     
    2950[ParametersFiles] 
    3051List=   (${SUBMIT_DIR}/PARAM/orchidee.def_${DefSuffix}, orchidee.def)   ,\ 
    31         (${SUBMIT_DIR}/PARAM/file_def_orchidee.xml, .)  ,\ 
     52        (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .)  ,\ 
    3253        (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_input_orchidee.xml, .) ,\ 
    3354        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .)   ,\ 
Note: See TracChangeset for help on using the changeset viewer.