source: CONFIG/UNIFORM/v6_rc0/IPSLCM6/EXPERIMENTS/IPSLCM/piControl/COMP/orchidee.card @ 2566

Last change on this file since 2566 was 2566, checked in by sdipsl, 9 years ago
  • Reference or actions related to IOIPSL output management has been removed
  • XIOS is used by default
  • Use a low level of output by default
  • Add missing variables related to monitoring01*cfg files (sohtc300, tro3, solaire, co2_ppm, CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt)
  • Remove dbio_T from pisces.card and pisces.driver
  • Waiting for file_def_histhf3h_lmdz.xml and file_def_histhf3hm_lmdz.xml integration in LMDZ/DefLists
  • Still need to homogenize OUTPUT_LEVEL like option in comp.card
  • Will be propagate to sister v6_rc0 confiurations when fully completed
  • Has been tested
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
11sechiba_LEVEL=11
12
13[InitialStateFiles]
14List=   (${R_INIT}/SRF/${config_UserChoices_TagName}/routing.nc,            .), \
15        (${R_INIT}/SRF/${config_UserChoices_TagName}/cartepente2d_15min.nc, .), \
16        (${R_INIT}/SRF/${config_UserChoices_TagName}/PFTmap_IPCC_1850.nc,   PFTmap.nc)
17
18[BoundaryFiles]
19List=   (${R_INIT}/SRF/${config_UserChoices_TagName}/soils_param.nc, . )
20ListNonDel= ()
21
22[SmoothFiles]
23List=   ()
24
25[ParametersFiles]
26List=   (${SUBMIT_DIR}/PARAM/orchidee.def_${DefSuffix}, orchidee.def),  \
27        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .),  \
28        (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .),\
29        (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .)
30
31[RestartFiles]
32# List restart that have to be saved/restored each loop (file out, saved, and in) :
33List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
34
35[OutputText]
36List=   (out_orchidee, orchidee.def, context_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml)
37
38[OutputFiles]
39List=   (sechiba_history.nc,   ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \
40        (sechiba_out_2.nc,     ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc,   NONE),                    \
41        (orchidee_watchout.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_watchout.nc,        NONE)
42
43[Post_1M_sechiba_history]
44Patches = ()
45GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_counter_bounds)
46TimeSeriesVars2D = (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)
47ChunckJob2D = NONE
48TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, ptn, nee)
49ChunckJob3D = NONE
50Seasonal = ON
51
52[Post_HF_sechiba_out_2]
53Patches = ()
54GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_counter_bounds)
55TimeSeriesVars2D = (mrsos, mrro)
56ChunckJob2D = 50Y
57TimeSeriesVars3D = (ptn)
58ChunckJob3D = 10Y
59Seasonal = OFF
Note: See TracBrowser for help on using the repository browser.