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/opa9.card

    r793 r794  
    6363Patches = (Patch_20091030_histcom_time_axis) 
    6464GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter) 
    65 TimeSeriesVars = (sohtc300, sohefldo, soicecov, somxl010, sosaline, sossheig, sosstsst, sowaflcd, sowaflup) 
     65TimeSeriesVars2D = (sohtc300, sohefldo, soicecov, somxl010, sosaline, sossheig, sosstsst, sowaflcd, sowaflup) 
     66ChunckJob2D = NONE 
     67TimeSeriesVars3D = (vosaline,votemper) 
     68ChunckJob3D = 50Y 
    6669 
    6770[Post_1M_grid_U] 
    6871Patches = (Patch_20091030_histcom_time_axis) 
    6972GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter) 
    70 TimeSeriesVars = (sozotaux) 
     73TimeSeriesVars2D = (sozotaux) 
     74ChunckJob2D = NONE 
     75TimeSeriesVars3D = (vozocrtx,vozoeivu) 
     76ChunckJob3D = 50Y 
    7177 
    7278[Post_1M_grid_V] 
    7379Patches = (Patch_20091030_histcom_time_axis) 
    7480GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter) 
    75 TimeSeriesVars = (sometauy) 
     81TimeSeriesVars2D = (sometauy) 
     82ChunckJob2D = NONE 
     83TimeSeriesVars3D = (vomecrty, vomeeivv) 
     84ChunckJob3D = 50Y 
    7685 
    7786[Post_1M_grid_W] 
    7887Patches = (Patch_20091030_histcom_time_axis) 
    7988GatherWithInternal = (nav_lon, nav_lat, depthw, time_counter) 
    80 TimeSeriesVars = 
     89TimeSeriesVars2D = () 
     90ChunckJob2D = NONE 
     91TimeSeriesVars3D = (vovecrtz ,votkeavt, voveeivw) 
     92ChunckJob3D = 50Y 
    8193 
    8294[Post_1M_diaptr] 
    8395Patches = () 
    8496GatherWithInternal = (lat, deptht, depthw, time_counter) 
    85 TimeSeriesVars = (zotemglo, zosalglo, zomsfglo, zotematl, zosalatl, zomsfatl, zotempac, zosalpac, zomsfpac, zotemind, zosalind, zomsfind, zotemipc, zosalipc, zomsfipc, sohtatl, sostatl, sohtpac, sostpac, sohtind, sostind, sohtipc, sostipc, sophtadv, sophtove, sophtldf, sopstadv, sopstove, zomsfeiv, sophteiv, sopsteiv) 
     97TimeSeriesVars2D = (zotemglo, zosalglo, zomsfglo, zotematl, zosalatl, zomsfatl, zotempac, zosalpac, zomsfpac, zotemind, zosalind, zomsfind, zotemipc, zosalipc, zomsfipc, sohtatl, sostatl, sohtpac, sostpac, sohtind, sostind, sohtipc, sostipc, sophtadv, sophtove, sophtldf, sopstadv, sopstove, zomsfeiv, sophteiv, sopsteiv) 
     98ChunckJob2D = NONE 
     99TimeSeriesVars3D = () 
     100ChunckJob3D = NONE 
    86101 
    87102[Post_1D_grid_T] 
    88103Patches = (Patch_20091030_histcom_time_axis) 
    89104GatherWithInternal = (nav_lon, nav_lat, time_counter) 
    90 TimeSeriesVars = (sohefldo, sosaline, sossheig, sosstsst) 
     105TimeSeriesVars2D = (sohefldo, sosaline, sossheig, sosstsst) 
     106ChunckJob2D = NONE 
     107TimeSeriesVars3D = () 
     108ChunckJob3D = NONE 
    91109 
    92110[Post_time] 
    93111Patches = (Patch_20091030_histcom_time_axis) 
    94112GatherWithInternal = 
    95 TimeSeriesVars = 
     113TimeSeriesVars2D = () 
     114ChunckJob2D = NONE 
     115TimeSeriesVars3D = () 
     116ChunckJob3D = NONE 
Note: See TracChangeset for help on using the changeset viewer.