source: CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2/EXP00/COMP/lim2.card @ 794

Last change on this file since 794 was 794, checked in by sdipsl, 15 years ago
  • 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 size: 1019 bytes
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5
6[InitialStateFiles]
7List=   ()
8
9[BoundaryFiles]
10List=   ()
11ListNonDel= ()
12
13[ParametersFiles]
14List=   (${SUBMIT_DIR}/PARAM/namelist_ice_${RESOL_OCE}, namelist_ice)
15
16[RestartFiles]
17List=   (${config_UserChoices_JobName}_${NEMO_END}_restart_ice.nc, restart_icemod.nc, restart_ice_in.nc)
18
19[OutputText]
20List=   (ice_evolu)
21
22[OutputFiles]
23List=   (ORCA2_1m_icemod.nc, ${R_OUT_ICE_O_M}/${PREFIX}_1M_icemod.nc, Post_1M_icemod),\
24        (ORCA2_5d_icemod.nc, ${R_OUT_ICE_O_D}/${PREFIX}_5D_icemod.nc, Post_time),\
25        (ORCA2_1d_icemod.nc, ${R_OUT_ICE_O_D}/${PREFIX}_1D_icemod.nc, Post_time)
26
27[Post_1M_icemod]
28Patches = (Patch_20091030_histcom_time_axis)
29GatherWithInternal = (nav_lon, nav_lat, time_counter)
30TimeSeriesVars2D = (iicethic, isnowthi, iicevelu, iicevelv)
31ChunckJob2D = NONE
32TimeSeriesVars3D = ()
33ChunckJob3D = NONE
34
35[Post_time]
36Patches = (Patch_20091030_histcom_time_axis)
37GatherWithInternal =
38TimeSeriesVars2D = ()
39ChunckJob2D = NONE
40TimeSeriesVars3D = ()
41ChunckJob3D = NONE
Note: See TracBrowser for help on using the repository browser.