source: CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/EXP00/COMP/orchidee.card @ 2291

Last change on this file since 2291 was 2112, checked in by acosce, 11 years ago

Add in section Output_Text all files useful for debugging (with pack there is no more problem of inodes with Debug directories)

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