source: CONFIG/IPSLCM/IPSLCM4_v2/trunk/EXP00/COMP/oasis.card

Last change on this file was 355, checked in by sdipsl, 16 years ago
  • Specify two bypass options in [UserChoices?] section of lmdz.card

ByPass_hgardfou_teta = n
ByPass_hgardfou_mats= n

teta will divide teta* by 2 during one integration, done in the driver
mats will use pur matsuno during one integration, done in the driver

  • Correct histNMC variable names for time series in lmdz.card
  • Prepare orchidee.card and orchidee.def to switch to new pft map
File size: 1.6 KB
Line 
1[Compatibility]
2libIGCM=1.0
3         
4[UserChoices]
5
6[InitialStateFiles]
7List=   (${R_INIT}/CPL/${config_UserChoices_TagName}/${RESOL}/flxatmos_P0.nc, flxat.nc), \
8        (${R_INIT}/CPL/${config_UserChoices_TagName}/${RESOL}/sstocean_P0.nc, sstoc.nc)
9
10[BoundaryFiles]
11List=   ()
12ListNonDel= (${R_BC}/CPL/${config_UserChoices_TagName}/${RESOL}/grids.nc,           grids.nc),\
13            (${R_BC}/CPL/${config_UserChoices_TagName}/${RESOL}/masks.nc,           masks.nc),\
14            (${R_BC}/CPL/${config_UserChoices_TagName}/${RESOL}/areas.nc,           areas.nc),\
15            (${R_BC}/CPL/${config_UserChoices_TagName}/${RESOL}/mozaic.wa2o,        wa2o.flx),\
16            (${R_BC}/CPL/${config_UserChoices_TagName}/${RESOL}/mozaic.wo2a,        wo2a.tsg),\
17            (${R_BC}/CPL/${config_UserChoices_TagName}/${RESOL}/mozaic.wa2o.runoff, wa2o.run),\
18            (${R_BC}/CPL/${config_UserChoices_TagName}/${RESOL}/mozaic.wa2o.calvin, wa2o.cal)
19
20[ParametersFiles]
21List=   (${SUBMIT_DIR}/PARAM/namcouple_${RESOL}, namcouple), \
22        (${SUBMIT_DIR}/PARAM/cf_name_table.txt, cf_name_table.txt)
23
24[RestartFiles]
25List=   (flxat.nc, flxat.nc, flxat.nc),\
26        (sstoc.nc, sstoc.nc, sstoc.nc)
27
28[OutputText]
29List=   (out_oasis, cplout, Oasis.prt, ftrace.out.0.0, ftrace.out)
30
31[OutputFiles]
32List=   (cpl_oce_tau.nc,    ${R_OUT_CPL_O_M}/${PREFIX}_cpl_oce_tau.nc,    NONE),\
33        (cpl_oce_flx.nc,    ${R_OUT_CPL_O_M}/${PREFIX}_cpl_oce_flx.nc,    NONE),\
34        (cpl_oce_sst.nc,    ${R_OUT_CPL_O_M}/${PREFIX}_cpl_oce_sst.nc,    NONE)
35
36[Post_cpl_oce_tau]
37Patches = ()
38TimeSeriesVars =
39
40[Post_cpl_oce_flx]
41Patches = ()
42TimeSeriesVars =
43
44[Post_cpl_oce_sst]
45Patches = ()
46TimeSeriesVars =
Note: See TracBrowser for help on using the repository browser.