source: CONFIG/IPSLCM/IPSLCM5A/piControl/COMP/stomate.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: 934 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,HARVEST_ABOVE)
33ChunckJob3D = NONE
34Seasonal=ON
Note: See TracBrowser for help on using the repository browser.