source: CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM5/piControl/COMP/orchidee.card @ 2047

Last change on this file since 2047 was 2018, checked in by jgipsl, 11 years ago

Le fichier orchidee.def est renome en orchidee.def_Choi.

  • Ajoute le fichier orchidee.def_CWRR (CWRR reste toujours en cours de validation et necessite le trunk d'ORCHIDEE).
  • La variable NEWHYDROL est enleve de orchidee.card et driver.
File size: 2.0 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}/soils_param.nc,      . ), \
15        (${R_INIT}/SRF/${config_UserChoices_TagName}/routing.nc,          . ), \
16        (${R_INIT}/SRF/${config_UserChoices_TagName}/PFTmap_IPCC_1850.nc, PFTmap.nc)
17
18[BoundaryFiles]
19List=   ()
20ListNonDel= ()
21
22[SmoothFiles]
23List=()
24
25[ParametersFiles]
26List=   (${SUBMIT_DIR}/PARAM/orchidee.def_${DefSuffix}, orchidee.def)
27
28[RestartFiles]
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)
31
32[OutputText]
33List=   (out_orchidee)
34
35[OutputFiles]
36List=   (sechiba_history.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \
37        (sechiba_out_2.nc, ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc, Post_HF_sechiba_out_2), \
38        (orchidee_watchout.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_watchout.nc, NONE)
39
40[Post_1M_sechiba_history]
41Patches = ()
42GatherWithInternal = (lon, lat, veget, time_counter, time_counter_bnds, Areas, Contfrac)
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)
44ChunckJob2D = NONE
45TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, CO2FLUX, ptn, nee)
46ChunckJob3D = NONE
47Seasonal=ON
48
49[Post_HF_sechiba_out_2]
50Patches= ()
51GatherWithInternal= (lon, lat, veget, time_counter, time_counter_bnds, Areas, Contfrac)
52TimeSeriesVars2D= (mrsos, mrro)
53ChunckJob2D= 50Y
54TimeSeriesVars3D= (ptn)
55ChunckJob3D= 10Y
56Seasonal= OFF
Note: See TracBrowser for help on using the repository browser.