Ignore:
Timestamp:
03/08/10 11:56:21 (14 years ago)
Author:
sdipsl
Message:
  • 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:
1 edited

Legend:

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

    r872 r939  
    2626Patches = (Patch_20091030_histcom_time_axis,Patch_20091118_mask) 
    2727GatherWithInternal = (nav_lon, nav_lat, time_counter) 
    28 TimeSeriesVars2D = (iicethic, ileadfra, isnowthi, iicevelu, iicevelv) 
     28TimeSeriesVars2D = (bmelt, evap, grLateral, ialb, ice_pres, iicetemp, iicethic, iicevelu, iicevelv, ileadfra, isnowthi, prsn, rsdssi, sblsi, snoToIce, snomelt, soicecov, strairx, strairy, tmelt, transifs, transix, transiy, tsice) 
    2929ChunckJob2D = NONE 
    3030TimeSeriesVars3D = () 
    3131ChunckJob3D = NONE 
    32  
    33 [Post_time] 
    34 Patches = (Patch_20091030_histcom_time_axis) 
    35 GatherWithInternal = 
    36 TimeSeriesVars2D = () 
    37 ChunckJob2D = NONE 
    38 TimeSeriesVars3D = () 
    39 ChunckJob3D = NONE 
    40  
    41 [Post_mask] 
    42 Patches = (Patch_20091030_histcom_time_axis,Patch_20091118_mask) 
    43 GatherWithInternal = 
    44 TimeSeriesVars2D = () 
    45 ChunckJob2D = NONE 
    46 TimeSeriesVars3D = () 
    47 ChunckJob3D = NONE 
    48  
     32Seasonal=ON 
Note: See TracChangeset for help on using the changeset viewer.