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

Last change on this file since 2363 was 2363, checked in by aclsce, 9 years ago

IPSLCM6_rc0 :

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