source: CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/DUSS/COMP/orchidee.card @ 2765

Last change on this file since 2765 was 2765, checked in by acosce, 8 years ago

Add possibility to coupled Inca with Orchidee in DUSS configuration of INCA

File size: 2.7 KB
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
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
11VEGET_UPDATE=0Y
12LAND_COVER_CHANGE=n
13
14[InitialStateFiles]
15List=   (${R_IN}/SRF/soils_param.nc,        . ), \
16        (${R_IN}/SRF/routing.nc,            . ), \
17        (${R_IN}/SRF/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_2000.nc, PFTmap.nc), \
18        (${R_IN}/SRF/cartepente2d_15min.nc, .)
19
20[BoundaryFiles]
21List= ()
22ListNonDel= ()
23
24# to decomment if we want to calcul bvoc - for this we need to activate CHEMISTRY_BVOC in orchidee.def_Choi
25#ListNonDel= (/ccc/store/cont003/dsm/p24palm/ORCHIDEE_FORCING/orchidee_fertilizer_1995.nc, .), \
26#            (/ccc/store/cont003/dsm/p24palm/ORCHIDEE_FORCING/orchidee_bbg_clim.nc, .), \
27#            (/ccc/store/cont003/dsm/p24palm/ORCHIDEE_FORCING/Nfert.nc, .), \
28#            (/ccc/store/cont003/dsm/p24palm/ORCHIDEE_FORCING/Nmanure.nc, .)
29
30[SmoothFiles]
31List= ()
32
33[ParametersFiles]
34List=   (${SUBMIT_DIR}/PARAM/orchidee.def_${DefSuffix}, orchidee.def)   ,\
35        (${SUBMIT_DIR}/PARAM/file_def_orchidee.xml, .)                  ,\
36        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .)   ,\
37        (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .)
38
39[RestartFiles]
40List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
41
42[OutputText]
43List=   (out_orchidee, orchidee.def, used_orchidee.def, iodef.xml, context_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml, river_desc.nc)
44
45[OutputFiles]
46List=   (sechiba_history.nc,   ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \
47        (sechiba_out_2.nc,     ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc,   NONE),                    \
48        (orchidee_watchout.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_watchout.nc,        NONE)
49
50[Post_1M_sechiba_history]
51Patches = ()
52GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_counter_bounds)
53TimeSeriesVars2D = (nobiofrac, alb_nir, alb_vis, evap, fluxlat, fluxsens, 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, TWBR)
54ChunckJob2D = NONE
55TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, ptn, nee)
56ChunckJob3D = NONE
57Seasonal = ON
58
59[Post_HF_sechiba_out_2]
60Patches = ()
61GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_counter_bounds)
62TimeSeriesVars2D = (mrsos, mrro)
63ChunckJob2D = 50Y
64TimeSeriesVars3D = (ptn)
65ChunckJob3D = 10Y
66Seasonal = OFF
67
Note: See TracBrowser for help on using the repository browser.