source: CONFIG/trunk/IPSLCM4_v2/EXP00/COMP/opa.card @ 154

Last change on this file since 154 was 154, checked in by sdipsl, 17 years ago

Bug correction : NWRITE and NWRITEHF was not properly handle. OPA can output two differents write frequency, opa.card take it in account. IPSLCM4_v2 can now run with PeriodLength?=1Y in config.card

File size: 3.1 KB
Line 
1[UserChoices]
2OPA_NPDT_JOURS=15
3
4[InitialStateFiles]
5List=   ()
6
7[BoundaryFiles]
8List=   ()
9ListNonDel= (${R_BC}/OCE/${config_UserChoices_TagName}/${RESOL_OCE}/LEVITUS_1m_Temperature_Pot_Ice_nomask.nc, .), \
10            (${R_BC}/OCE/${config_UserChoices_TagName}/${RESOL_OCE}/LEVITUS_1m_Salinity_Ice_nomask.nc, .), \
11            (${R_BC}/OCE/${config_UserChoices_TagName}/${RESOL_OCE}/ahmcoef, .), \
12            (${R_BC}/OCE/${config_UserChoices_TagName}/${RESOL_OCE}/coordinates.nc, .), \
13            (${R_BC}/OCE/${config_UserChoices_TagName}/${RESOL_OCE}/bathymetry, .),\
14            (${R_BC}/OCE/${config_UserChoices_TagName}/${RESOL_OCE}/bathymetry.atlantic, .),\
15            (${R_BC}/OCE/${config_UserChoices_TagName}/${RESOL_OCE}/runoff_1m_nomask.nc, .)
16
17[ParametersFiles]
18List=   (${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE}, namelist)
19
20[RestartFiles]
21List=   (${config_UserChoices_JobName}_${PeriodDateEnd}_restart.nc,  restart.nc, orcaini.nc)
22#       (EMPave.dat,  EMPave.dat, EMPave_old.dat)
23
24[OutputText]
25List=   (ocean.output, opa.xx.prt, solver.stat, ftrace.out.2.0)
26
27[OutputFiles]
28List=   (${PREFIX_OPA}_${DATE_OPA}_grid_T.nc, ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_T.nc, Post_1M_grid_T),\
29        (${PREFIX_OPA}_${DATE_OPA}_grid_U.nc, ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_U.nc, Post_1M_grid_U) ,\
30        (${PREFIX_OPA}_${DATE_OPA}_grid_V.nc, ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_V.nc, Post_1M_grid_V),\
31        (${PREFIX_OPA}_${DATE_OPA}_grid_W.nc, ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_W.nc, Post_1M_grid_W),\
32        (${PREFIX_OPA}_${DATE_OPA}_diaznl.nc, ${R_OUT_OCE_O_M}/${PREFIX}_1M_diaznl.nc, Post_1M_diaznl),\
33        (${PREFIX_OPA}_${DATE_OPA}_S_tren.nc, ${R_OUT_OCE_O_M}/${PREFIX}_1M_S_tren.nc, NONE),\
34        (${PREFIX_OPA}_${DATE_OPA}_T_tren.nc, ${R_OUT_OCE_O_M}/${PREFIX}_1M_T_tren.nc, NONE),\
35        (${PREFIX_OPA}_${DATE_OPA}_trends.nc, ${R_OUT_OCE_O_M}/${PREFIX}_1M_trends.nc, NONE),\
36        (${PREFIX_OPA}_${DATE_OPA}_diagap.nc, ${R_OUT_OCE_O_M}/${PREFIX}_1M_diagap.nc, NONE),\
37        (${PREFIX_HF}_${DATE_OPA}_grid_T.nc,  ${R_OUT_OCE_O_D}/${PREFIX}_5D_grid_T.nc, NONE),\
38        (${PREFIX_HF}_${DATE_OPA}_grid_U.nc,  ${R_OUT_OCE_O_D}/${PREFIX}_5D_grid_U.nc, NONE),\
39        (${PREFIX_HF}_${DATE_OPA}_grid_V.nc,  ${R_OUT_OCE_O_D}/${PREFIX}_5D_grid_V.nc, NONE)
40
41[Post_1M_grid_T]
42Patches = ()
43GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter)
44MonitoringVars = (sosstsst, sossheig, sohefldo, sowaflup, sosaline, soicecov)
45TimeSeriesVars = (iowaflup, sohtc300, sohefldo, soicecov, somxl010, sorunoff, sosaline, sossheig, sosstsst, sowaflep, sowaflcd, sowaflup)
46
47[Post_1M_grid_U]
48Patches = ()
49GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter)
50MonitoringVars =
51TimeSeriesVars = (sozotaux)
52
53[Post_1M_grid_V]
54Patches = ()
55GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter)
56MonitoringVars =
57TimeSeriesVars = (sometauy)
58
59[Post_1M_grid_W]
60Patches = ()
61GatherWithInternal = (nav_lon, nav_lat, depthw, time_counter)
62MonitoringVars =
63TimeSeriesVars =
64
65[Post_1M_diaznl]
66Patches = ()
67GatherWithInternal = (lon, lat, deptht, time_counter)
68MonitoringVars = (sozonfha, sozonfhd, sozonfhe)
69TimeSeriesVars = (zotempeg, zotempea, zosaling, zosalina, sozonfha, sozanfha, sozonfhd, sozanfhd, sozonfhe, sozanfhe, sozonfhg, sozanfhg, sozonfho, sozanfho, sozonfsd, sozanfsd, sozonfsg, sozanfsg, sozonfso, sozanfso)
Note: See TracBrowser for help on using the repository browser.