Ignore:
Timestamp:
06/03/24 15:18:06 (4 weeks ago)
Author:
jgipsl
Message:

Update all experiments using ORCHIDEE_4 according to settings choosen in offline mode by ORCHIDEE project groupe.

  • All experiements follow the set up accoring to the TRENDY protocol: changes in nitrogen input files and vegetation file
  • update parameter files for ORCHIDEE_4 according to changes in offline setup
  • added new experiments for ORCHIDEE_4 LMDZOR/clim_pdControl.orch4 and IPSLCM-reg/piControl_TEST.orch4
Location:
CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/LMDZOR/clim_pdControl.orch4
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/LMDZOR/clim_pdControl.orch4/COMP/orchidee.card

    r6822 r6870  
    33 
    44[UserChoices] 
     5# Select the PFT and age class set-up. NOTE: the number of PFTs should match the  
     6# number in the land cover and maps. The number of age classes does not affect the 
     7# maps that can be used. 
     8DefSuffix = 15pft.1ac 
     9 
    510# VEGET_UPDATE_at_start=y : orchidee.driver will set VEGET_UPDATE=1Y at the first cumul period when starting a new simulation.  
    611#                           After the first period, VEGET_UPDATE will be set according to the choice done below.   
     
    1419# ROUTING=standard   => in orchidee.def RIVER_ROUTING=y and ROUTING_METHOD=standard 
    1520# ROUTING=simple     => in orchidee.def RIVER_ROUTING=y and ROUTING_METHOD=simple 
     21# ROUTING=native     => in orchidee.def RIVER_ROUTING=y and ROUTING_METHOD=native (note: routing_simple.nc is used also for this case) 
    1622# ROUTING=off        => in orchidee.def RIVER_ROUTING=n  
    17 ROUTING=standard 
     23ROUTING=simple 
    1824 
    1925# Specify output level for output files 
     
    2228# output_level_filename=12    : highest level which will output all variables 
    2329# output_level_filename=NONE  : deactivate the file 
    24 output_level_sechiba_history = 11 
     30output_level_sechiba_history = 2 
    2531output_level_sechiba_out_2 = NONE 
    26 output_level_sechiba_history_4dim = 11 
     32output_level_sechiba_history_4dim = NONE 
    2733 
    2834# Specify output frequency for each file [1y, 1mo, 1d, 10800s, 1ts] 
    2935# Settings using WriteFrequency in config.card is not longer used 
    3036output_freq_sechiba_history = 1mo 
    31 output_freq_sechiba_out_2 = 10800s 
     37output_freq_sechiba_out_2 = 1d 
    3238output_freq_sechiba_history_4dim = 1mo 
    3339 
    34  
    3540[InitialStateFiles] 
    36 List=   (${R_IN}/SRF/SOIL/soils_param_zobler_coord.nc, soils_param.nc), \ 
    37         (${R_IN}/SRF/SOIL/soils_param_zobler_coord.nc, soilcolor.nc), \ 
    38         (${R_IN}/SRF/reftemp.nc, . ), \ 
    39         (${R_IN}/SRF/ROUTING/routing.nc, . ), \ 
    40         (${R_IN}/SRF/albedo/alb_bg_modisopt_2D_ESA_v2.nc, alb_bg.nc ), \ 
    41         (${R_IN}/SRF/cartepente2d_15min.nc, .) 
     41List=       (${R_IN}/SRF/SOIL/soil_bulk_and_ph.nc, .), \ 
     42            (${R_IN}/SRF/SOIL/soils_param_usda_with_clay_oxisol_coord.nc, soils_param.nc), \ 
     43            (${R_IN}/SRF/SOIL/soils_param_zobler_coord.nc, soilcolor.nc), \ 
     44            (${R_IN}/SRF/cartepente2d_15min4.nc, cartepente2d_15min.nc), \ 
     45            (${R_IN}/SRF/reftemp4.nc, reftemp.nc), \ 
     46            (${R_IN}/SRF/PFTMAPS/CMIP6/ESA-LUH2v2/historical/15PFT.v2023.1/PFTmap_2000.nc, PFTmap.nc) 
    4247 
    4348[BoundaryFiles] 
    44 List= () 
    45 ListNonDel= (${R_IN}/SRF/PFTMAPS/CMIP6/ESA-LUH2v2/historical/15PFT.v1/PFTmap_2000.nc, PFTmap.nc),\ 
    46             (${R_IN}/SRF/WOODHARVEST/LUH2v2/historical/woodharvest_2000.nc,           woodharvest.nc),\ 
     49List=   () 
     50ListNonDel= (${R_IN}/SRF/ROUTING/routing_simple.nc, .) 
    4751 
    4852[SmoothFiles] 
     
    5054 
    5155[ParametersFiles] 
    52 List=   (${SUBMIT_DIR}/PARAM/ORCHIDEE/orchidee.def_v22, orchidee.def)   ,\ 
    53         (${MODIPSL}/modeles/ORCHIDEE_2_2/src_xml/file_def_orchidee.xml, .)  ,\ 
    54         (${MODIPSL}/modeles/ORCHIDEE_2_2/src_xml/context_input_orchidee.xml, .) ,\ 
    55         (${MODIPSL}/modeles/ORCHIDEE_2_2/src_xml/context_orchidee.xml, .)   ,\ 
    56         (${MODIPSL}/modeles/ORCHIDEE_2_2/src_xml/field_def_orchidee.xml, .) 
     56List=   (${SUBMIT_DIR}/PARAM/ORCHIDEE/orchidee.def_v4, orchidee.def)   ,\ 
     57        (${SUBMIT_DIR}/PARAM/ORCHIDEE/orchidee_pft.def_${DefSuffix}_v4, orchidee_pft.def) ,\ 
     58        (${MODIPSL}/modeles/ORCHIDEE_4/src_xml/file_def_orchidee.xml, .)  ,\ 
     59        (${MODIPSL}/modeles/ORCHIDEE_4/src_xml/context_input_orchidee.xml, .) ,\ 
     60        (${MODIPSL}/modeles/ORCHIDEE_4/src_xml/context_orchidee.xml, .)   ,\ 
     61        (${MODIPSL}/modeles/ORCHIDEE_4/src_xml/context_routing_orchidee.xml, .)   ,\ 
     62        (${MODIPSL}/modeles/ORCHIDEE_4/src_xml/field_def_orchidee.xml, .) 
    5763 
    5864[RestartFiles] 
    59 List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc) 
     65List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc) ,\ 
     66        (routing_restart.nc, routing_restart.nc, routing_start.nc) 
    6067 
    6168[OutputText] 
    62 List=   (out_orchidee*, orchidee.def, used_orchidee.def, iodef.xml, context_orchidee.xml, context_input_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml, river_desc.nc) 
     69List=   (out_orchidee*, orchidee.def, orchidee_pft.def, used_orchidee.def, used_orchidee_pft.def, iodef.xml, context_orchidee.xml, context_input_orchidee.xml, context_routing_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml, river_desc.nc) 
    6370 
    6471[OutputFiles] 
    65 List=   (sechiba_history.nc,   ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \ 
    66         (sechiba_history_4dim.nc,${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history_4dim.nc, NONE), \ 
    67         (sechiba_out_2.nc,     ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc,   NONE), \ 
     72List=   (sechiba_history.nc,      ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \ 
     73        (sechiba_history_4dim.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history_4dim.nc, NONE), \ 
     74        (sechiba_out_2.nc,        ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc,   NONE), \ 
    6875        (ORCHIDEE_interp_diag.nc, ${R_OUT_SRF_O_D}/${PREFIX}_ORCHIDEE_interp_diag.nc, NONE), \ 
    69         (forcing_by_ORCHIDEE.nc, ${R_OUT_SRF_O_H}/${PREFIX}_forcing_by_ORCHIDEE.nc, NONE) 
     76        (forcing_by_ORCHIDEE.nc,  ${R_OUT_SRF_O_H}/${PREFIX}_forcing_by_ORCHIDEE.nc, NONE), \ 
     77        (diag_routing.nc,         ${R_OUT_SRF_O_D}/${PREFIX}_1D_sechiba_routing.nc, NONE),\ 
     78        (diag_routing_r.nc,       ${R_OUT_SRF_O_D}/${PREFIX}_1D_sechiba_routing_r.nc, NONE) 
    7079 
    7180 
     
    7382Patches = () 
    7483GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_centered, time_centered_bounds) 
    75 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_daily, snowmelt, LAImean, transpir, evapnu) 
     84TimeSeriesVars2D = (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_daily, LAImean, transpir, evapnu, lwdown, swdown, gppCrop, rhCrop) 
    7685ChunckJob2D = NONE 
    77 TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, ptn, nee) 
     86TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, nee, gpp, growth_resp, hetero_resp, humrel, inter, maint_resp, npp, precisol) 
    7887ChunckJob3D = NONE 
    7988Seasonal = ON 
     
    8291Patches = () 
    8392GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_centered, time_centered_bounds) 
    84 TimeSeriesVars2D = (mrsos, mrro) 
    85 ChunckJob2D = 50Y 
    86 TimeSeriesVars3D = (ptn) 
    87 ChunckJob3D = 10Y 
     93TimeSeriesVars2D = () 
     94ChunckJob2D = NONE 
     95TimeSeriesVars3D = (snowdz, snowtemp, snowrho) 
     96ChunckJob3D = NONE 
    8897Seasonal = OFF 
    8998 
Note: See TracChangeset for help on using the changeset viewer.