Ignore:
Timestamp:
11/12/09 19:06:27 (14 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/orchidee.card

    r793 r794  
    2626[OutputFiles] 
    2727List=   (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) 
     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) 
    3030 
    3131[Post_1M_sechiba_history] 
    3232Patches = (Patch_20091030_histcom_time_axis) 
    3333GatherWithInternal = (lon, lat, veget, time_counter, Areas) 
    34 TimeSeriesVars = (lai, maxvegetfrac, vegetfrac, 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, CO2FLUX) 
     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 TracChangeset for help on using the changeset viewer.