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

Last change on this file since 794 was 794, checked in by sdipsl, 15 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: 908 bytes
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5stomate_LEVEL=10
6
7[InitialStateFiles]
8List=   ()
9
10[BoundaryFiles]
11List=   ()
12ListNonDel= (${R_BC}/SRF/${config_UserChoices_TagName}/reftemp.nc, .)
13
14[ParametersFiles]
15List=   ()
16
17[RestartFiles]
18# List restart that have to be saved/restored each loop (file out, saved, and in) :
19List=   (stomate_rest_out.nc, stomate_rest.nc, stomate_rest_in.nc)
20
21[OutputText]
22List=   ()
23
24[OutputFiles]
25List=   (stomate_history.nc, ${R_OUT_SBG_O_M}/${PREFIX}_1M_stomate_history.nc, Post_1M_stomate_history)
26
27[Post_1M_stomate_history]
28Patches= ()
29GatherWithInternal= (lon, lat, PFT, time_counter, Areas)
30TimeSeriesVars2D= (T2M_MONTH,CONTFRAC,RESOLUTION_X,RESOLUTION_Y,TOTAL_SOIL_CARB,CONVFLUX,CFLUX_PROD10,CFLUX_PROD100)
31ChunckJob2D = NONE
32TimeSeriesVars3D = (CO2FLUX_MONTHLY,LAI,VEGET,VEGET_MAX,NPP,GPP,HET_RESP,MAINT_RESP,GROWTH_RESP,AGE,HEIGHT,TOTAL_M,TOTAL_BM_LITTER)
33ChunckJob3D = NONE
Note: See TracBrowser for help on using the repository browser.