Ignore:
Timestamp:
04/13/18 13:41:50 (6 years ago)
Author:
acosce
Message:

update IPSLESM6 to be consistent with CM6.1 (rev 3744)
+ add two flag in lmdz.card to drive iflag_phytrac and ok_bug_cv_trac (mandatory for AER configuration)

File:
1 edited

Legend:

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

    r3687 r3758  
    2222# output_level_filename=12    : highest level which will output all variables 
    2323# output_level_filename=NONE  : deactivate the file 
    24 output_level_sechiba_history = 11 
     24output_level_sechiba_history = 0 
    2525output_level_sechiba_out_2 = NONE 
    26 output_level_sechiba_history_4dim = 11 
     26output_level_sechiba_history_4dim = NONE 
    2727 
    2828# Specify output frequency for each file [1y, 1mo, 1d, 10800s, 1ts] 
    2929# Settings using WriteFrequency in config.card is not longer used 
    3030output_freq_sechiba_history = 1mo 
    31 output_freq_sechiba_out_2 = 10800s 
    32 output_freq_sechiba_history_4dim = 1mo 
     31output_freq_sechiba_out_2 = 1d 
     32output_freq_sechiba_history_4dim = 1d 
    3333 
    3434 
     
    4141 
    4242[BoundaryFiles] 
    43 List= () 
     43List= (${R_IN}/CMIP6/${config_UserChoices_ExperimentName}/${year}/dr2xml_orchidee.xml, .) 
    4444ListNonDel= (${R_IN}/SRF/PFTMAPS/CMIP6/ESA-LUH2v2/historical/15PFT.v1/PFTmap_1850.nc, PFTmap.nc),\ 
    4545            (${R_IN}/SRF/WOODHARVEST/LUH2v2/historical/woodharvest_1850.nc,           woodharvest.nc),\ 
     
    5050[ParametersFiles] 
    5151List=   (${SUBMIT_DIR}/PARAM/orchidee.def_${DefSuffix}, orchidee.def)   ,\ 
    52         (${SUBMIT_DIR}/PARAM/dr2xml_orchidee.xml, . ),                          \ 
    53         (${SUBMIT_DIR}/PARAM/ping_orchidee.xml, . ),                            \ 
     52    (${SUBMIT_DIR}/PARAM/ping_orchidee.xml, . )                       ,\ 
    5453        (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .)  ,\ 
    5554        (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_input_orchidee.xml, .) ,\ 
     
    7170Patches = () 
    7271GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_centered, time_centered_bounds) 
    73 TimeSeriesVars2D = (nobiofrac, alb_nir, alb_vis, evap, fluxlat, fluxsens, netrad, qair, rain, runoff, snow, snownobio, snowf, frac_snow, subli, tair, temp_sol, tsol_max, tsol_min, drainage,mrsos, mrso, mrros, mrro, prveg, evspsblveg, evspsblsoi, tran, treeFrac, grassFrac, cropFrac, baresoilFrac, residualFrac, TWBR, riverflow, coastalflow, DelSoilMoist_daily, DelIntercept_daily, DelSWE_daily, delstock_routing, snowmelt, LAImean, transpir, evapnu) 
     72TimeSeriesVars2D = (nobiofrac, alb_nir, alb_vis, evap, fluxlat, fluxsens, rain, runoff, snow, snownobio, snowf, frac_snow, subli, tair, temp_sol, drainage, mrsos, mrso, TWBR, riverflow, coastalflow, DelSoilMoist_daily, DelIntercept_daily, DelSWE_daily, delstock_routing, LAImean, transpir, evapnu, lwdown, swdown, t2m, gppCrop, rhCrop) 
    7473ChunckJob2D = NONE 
    75 TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, ptn, nee) 
     74TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, nee, gpp, growth_resp, hetero_resp, humrel, inter, maint_resp, npp, precisol) 
    7675ChunckJob3D = NONE 
    7776Seasonal = ON 
     
    8079Patches = () 
    8180GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_centered, time_centered_bounds) 
    82 TimeSeriesVars2D = (mrsos, mrro) 
    83 ChunckJob2D = 50Y 
    84 TimeSeriesVars3D = (ptn) 
    85 ChunckJob3D = 10Y 
     81TimeSeriesVars2D = () 
     82ChunckJob2D = NONE 
     83TimeSeriesVars3D = (snowdz, snowtemp, snowrho) 
     84ChunckJob3D = NONE 
    8685Seasonal = OFF 
    8786 
Note: See TracChangeset for help on using the changeset viewer.