source: CONFIG/IPSLCM/IPSLCM5A/piControl/COMP/orchidee.card @ 983

Last change on this file since 983 was 939, checked in by sdipsl, 14 years ago
  • Controle seasonal file creation at the file level
  • Can switch off time series with
    • ChunckJob2D=OFF
    • ChunckJob3D=OFF
  • Should avoid NONE as keyword in files list :

List=(histmth.nc, ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc, Post_1M_histmth), \

(histday.nc, ${R_OUT_ATM_O_D}/${PREFIX}_1D_histday.nc, Post_1D_histday), \
(histhf.nc, ${R_OUT_ATM_O_H}/${PREFIX}_HF_histhf.nc, Post_HF_histhf)

  • Introduce first set of CMIP5 varibles :
    • OPA9 and LIM2 are done
    • Others are incomplete
File size: 1.3 KB
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5NEWHYDROL=n
6sechiba_LEVEL=10
7
8[InitialStateFiles]
9List=   (${R_INIT}/SRF/${config_UserChoices_TagName}/soils_param.nc,      . ), \
10        (${R_INIT}/SRF/${config_UserChoices_TagName}/routing.nc,          . ), \
11        (${R_INIT}/SRF/${config_UserChoices_TagName}/PFTmap_IPCC_2000.nc, PFTmap.nc)
12
13[BoundaryFiles]
14List=   ()
15ListNonDel= ()
16
17[ParametersFiles]
18List=   (${SUBMIT_DIR}/PARAM/orchidee.def, .)
19
20[RestartFiles]
21# List restart that have to be saved/restored each loop (file out, saved, and in) :
22List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
23
24[OutputText]
25List=   (out_orchidee)
26
27[OutputFiles]
28List=   (sechiba_history.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history) \
29        (sechiba_out_2.nc,   ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_out2.nc,    NONE) \
30        (watchout.nc,        ${R_OUT_SRF_O_M}/${PREFIX}_1M_watchout.nc,        NONE)
31
32[Post_1M_sechiba_history]
33Patches = (Patch_20091030_histcom_time_axis)
34GatherWithInternal = (lon, lat, veget, time_counter, Areas, Contfrac)
35TimeSeriesVars2D = (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)
36ChunckJob2D = NONE
37TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, CO2FLUX)
38ChunckJob3D = NONE
39Seasonal=ON
Note: See TracBrowser for help on using the repository browser.