Ignore:
Timestamp:
11/12/09 19:06:27 (15 years ago)
Author:
sdipsl
Message:
  • 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:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2/EXP00/COMP/lim2.card

    r793 r794  
    2828Patches = (Patch_20091030_histcom_time_axis) 
    2929GatherWithInternal = (nav_lon, nav_lat, time_counter) 
    30 TimeSeriesVars = (iicethic, isnowthi, iicevelu, iicevelv) 
     30TimeSeriesVars2D = (iicethic, isnowthi, iicevelu, iicevelv) 
     31ChunckJob2D = NONE 
     32TimeSeriesVars3D = () 
     33ChunckJob3D = NONE 
    3134 
    3235[Post_time] 
    3336Patches = (Patch_20091030_histcom_time_axis) 
    3437GatherWithInternal = 
    35 TimeSeriesVars = 
    36  
     38TimeSeriesVars2D = () 
     39ChunckJob2D = NONE 
     40TimeSeriesVars3D = () 
     41ChunckJob3D = NONE 
Note: See TracChangeset for help on using the changeset viewer.