source: CONFIG/UNIFORM/v6/IPSLCM6CHT/EXPERIMENTS/LMDZOR/amip/COMP/orchidee.card

Last change on this file was 2636, checked in by acosce, 9 years ago

in COMP/*card iodef.xml can be copied only one time by period (by only one model)

File size: 2.6 KB
RevLine 
[1095]1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
[2018]5# 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
9DefSuffix=Choi
10
[1095]11sechiba_LEVEL=11
[2469]12VEGET_UPDATE=1Y
13LAND_COVER_CHANGE=y
[2345]14
15# Use XIOS as output library
[2334]16XIOS=y
[1095]17
18[InitialStateFiles]
19List=   (${R_INIT}/SRF/${config_UserChoices_TagName}/soils_param.nc,      . ), \
[1592]20        (${R_INIT}/SRF/${config_UserChoices_TagName}/routing.nc,          . ), \
[2469]21        (${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_${year}.nc, PFTmap.nc), \
[1759]22        (${R_INIT}/SRF/${config_UserChoices_TagName}/cartepente2d_15min.nc, .)
[1095]23
24[BoundaryFiles]
[1592]25List= ()
[1095]26ListNonDel= ()
27
28[SmoothFiles]
[2469]29List=(${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_${year_p1}.nc, PFTmap.nc, 12:12:)
[1095]30
31[ParametersFiles]
[2238]32List=   (${SUBMIT_DIR}/PARAM/orchidee.def_${DefSuffix}, orchidee.def)   ,\
33        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .)   ,\
34        (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .) ,\
35        (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .)
[1095]36
37[RestartFiles]
38# List restart that have to be saved/restored each loop (file out, saved, and in) :
39List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
40
41[OutputText]
[2636]42List=   (out_orchidee, orchidee.def, used_orchidee.def, context_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml)
[1095]43
44[OutputFiles]
45List=   (sechiba_history.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \
46        (sechiba_out_2.nc, ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc, Post_HF_sechiba_out_2), \
47        (orchidee_watchout.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_watchout.nc, NONE)
48
49[Post_1M_sechiba_history]
50Patches= ()
[2509]51GatherWithInternal= (lon, lat, veget, time_counter, time_counter_bounds, Areas, Contfrac)
[1095]52TimeSeriesVars2D= (nobiofrac, alb_nir, alb_vis, bqsb, evap, fluxlat, fluxsens, gqsb, netrad, qair, rain, runoff, snow, snownobio, snowf, subli, tair, temp_sol, tsol_max, tsol_min, drainage,mrsos, mrso, mrros, mrro, prveg, evspsblveg, evspsblsoi, tran, treeFrac, grassFrac, cropFrac, baresoilFrac, residualFrac)
53ChunckJob2D= NONE
54TimeSeriesVars3D= (lai, maxvegetfrac, vegetfrac, CO2FLUX, ptn, nee)
55ChunckJob3D= NONE
56Seasonal= ON
57
58[Post_HF_sechiba_out_2]
59Patches= ()
[2509]60GatherWithInternal= (lon, lat, veget, time_counter, time_counter_bounds, Areas, Contfrac)
[1095]61TimeSeriesVars2D= (mrsos, mrro)
62ChunckJob2D= 50Y
63TimeSeriesVars3D= (ptn)
64ChunckJob3D= 10Y
65Seasonal= OFF
Note: See TracBrowser for help on using the repository browser.