source: CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2/EXP00/COMP/orchidee.card @ 794

Last change on this file since 794 was 794, checked in by sdipsl, 14 years ago
  • Use new libIGCMv1_4 functionnality to anticipate CMIP5 post-processing :

You can ask for fixed lenght time series (10 years chunck or 50 years
chunck or ...) and specify it for each files.

  • Separation of concern between 2D and 3D fields.
  • Backward compatible with previous style comp.card
  • example :

TimeSeriesVars2D = (cldt, psol, q2m, slp, SWnetOR, SWdownOR)
ChunckJob2D = NONE
TimeSeriesVars3D = (temp, theta, ovap, pres, geop, vitu, vitv)
ChunckJob3D = 10Y

  • Some cleanup
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
12[BoundaryFiles]
13List=   ()
14ListNonDel= (${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap.20C3M.nc, PFTmap.nc)
15
16[ParametersFiles]
17List=   (${SUBMIT_DIR}/PARAM/orchidee.def, .)
18
19[RestartFiles]
20# List restart that have to be saved/restored each loop (file out, saved, and in) :
21List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
22
23[OutputText]
24List=   (out_orchidee)
25
26[OutputFiles]
27List=   (sechiba_history.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history) \
28        (sechiba_out_2.nc,   ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_out2.nc,    NONE) \
29        (watchout.nc,        ${R_OUT_SRF_O_M}/${PREFIX}_1M_watchout.nc,        NONE)
30
31[Post_1M_sechiba_history]
32Patches = (Patch_20091030_histcom_time_axis)
33GatherWithInternal = (lon, lat, veget, time_counter, Areas)
34TimeSeriesVars2D = (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)
35ChunckJob2D = NONE
36TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, CO2FLUX)
37ChunckJob3D = NONE
Note: See TracBrowser for help on using the repository browser.