source: CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/piControl/COMP/orchidee.card @ 2582

Last change on this file since 2582 was 2582, checked in by jgipsl, 9 years ago

Update with changes done on v6_rc0 (sdipsl) :

  • remove IOIPSL
  • clean

This is done only for IPSLCM6 and LMDZOR_v6 configurations and only for the part LMDZ and ORCHIDEE.

File size: 2.4 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
11[InitialStateFiles]
12List=   (${R_INIT}/SRF/${config_UserChoices_TagName}/routing.nc,            .), \
13        (${R_INIT}/SRF/${config_UserChoices_TagName}/cartepente2d_15min.nc, .), \
14        (${R_INIT}/SRF/${config_UserChoices_TagName}/PFTmap_IPCC_1850.nc,   PFTmap.nc)
15
16[BoundaryFiles]
17List=   (${R_INIT}/SRF/${config_UserChoices_TagName}/soils_param.nc, . )
18ListNonDel= ()
19
20[SmoothFiles]
21List=   ()
22
23[ParametersFiles]
24List=   (${SUBMIT_DIR}/PARAM/orchidee.def_${DefSuffix}, orchidee.def),  \
25        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .),  \
26        (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .),\
27        (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .)
28
29[RestartFiles]
30# List restart that have to be saved/restored each loop (file out, saved, and in) :
31List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
32
33[OutputText]
34List=   (out_orchidee, orchidee.def, context_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml)
35
36[OutputFiles]
37List=   (sechiba_history.nc,   ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \
38        (sechiba_out_2.nc,     ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc,   NONE),                    \
39        (orchidee_watchout.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_watchout.nc,        NONE)
40
41[Post_1M_sechiba_history]
42Patches = ()
43GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_counter_bounds)
44TimeSeriesVars2D = (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)
45ChunckJob2D = NONE
46TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, ptn, nee)
47ChunckJob3D = NONE
48Seasonal = ON
49
50[Post_HF_sechiba_out_2]
51Patches = ()
52GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_counter_bounds)
53TimeSeriesVars2D = (mrsos, mrro)
54ChunckJob2D = 50Y
55TimeSeriesVars3D = (ptn)
56ChunckJob3D = 10Y
57Seasonal = OFF
Note: See TracBrowser for help on using the repository browser.