New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
nemo.card in branches/libIGCM/ORCA2_LIM/IGCM00/COMP – NEMO

source: branches/libIGCM/ORCA2_LIM/IGCM00/COMP/nemo.card @ 1338

Last change on this file since 1338 was 1338, checked in by ctlod, 15 years ago

clean variables list in nemo.card to monitor, see ticket: #362

File size: 3.0 KB
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5OPA_NPDT_JOURS=15
6
7[InitialStateFiles]
8List= ()
9
10[BoundaryFiles]
11List= ()
12ListNonDel= (${R_BC}/OCE/${config_UserChoices_TagName}/ahmcoef, .), \
13            (${R_BC}/OCE/${config_UserChoices_TagName}/bathy_level.nc, .), \
14            (${R_BC}/OCE/${config_UserChoices_TagName}/bathy_meter.nc, .), \
15            (${R_BC}/OCE/${config_UserChoices_TagName}/bathy_updated.nc, .), \
16            (${R_BC}/OCE/${config_UserChoices_TagName}/coordinates.nc, .), \
17            (${R_BC}/OCE/${config_UserChoices_TagName}/data_1m_potential_temperature_nomask.nc, .), \
18            (${R_BC}/OCE/${config_UserChoices_TagName}/data_1m_salinity_nomask.nc, .), \
19            (${R_BC}/OCE/${config_UserChoices_TagName}/flx.nc, .),\
20            (${R_BC}/OCE/${config_UserChoices_TagName}/geothermal_heating.nc, .),\
21            (${R_BC}/OCE/${config_UserChoices_TagName}/runoff_1m_nomask.nc, .),\
22            (${R_BC}/OCE/${config_UserChoices_TagName}/sss_data.nc, .),\
23            (${R_BC}/OCE/${config_UserChoices_TagName}/sst_data.nc, .),\
24            (${R_BC}/OCE/${config_UserChoices_TagName}/taux_1m.nc, .),\
25            (${R_BC}/OCE/${config_UserChoices_TagName}/tauy_1m.nc, .),\
26
27[ParametersFiles]
28List= (${SUBMIT_DIR}/PARAM/namelist, namelist)
29
30[RestartFiles]
31List= (${config_UserChoices_JobName}_${NEMO_END}_restart.nc,  restart.nc, restart.nc)
32
33[OutputText]
34List=   (ocean.output, solver.stat, STRAIT.dat)
35
36[OutputFiles]
37List=   (${PREFIX_NWRITE}_${DATE_OPA}_grid_T.nc, ${R_OUT_OCE_NWRITE}/${PREFIX}_${WF1}_grid_T.nc, Post_1M_grid_T),\
38        (${PREFIX_NWRITE}_${DATE_OPA}_grid_U.nc, ${R_OUT_OCE_NWRITE}/${PREFIX}_${WF1}_grid_U.nc, Post_1M_grid_U) ,\
39        (${PREFIX_NWRITE}_${DATE_OPA}_grid_V.nc, ${R_OUT_OCE_NWRITE}/${PREFIX}_${WF1}_grid_V.nc, Post_1M_grid_V),\
40        (${PREFIX_NWRITE}_${DATE_OPA}_grid_W.nc, ${R_OUT_OCE_NWRITE}/${PREFIX}_${WF1}_grid_W.nc, Post_1M_grid_W),\
41        (${PREFIX_NWRITE}_${DATE_OPA}_trends.nc, ${R_OUT_OCE_NWRITE}/${PREFIX}_${WF1}_trends.nc, NONE),\
42        (${PREFIX_NWRITE}_${DATE_OPA}_diagap.nc, ${R_OUT_OCE_NWRITE}/${PREFIX}_${WF1}_diagap.nc, NONE),\
43        (damping.coeff.nc , ${R_OUT_OCE_NWRITE}/${PREFIX}_damping.coeff.nc, NONE),\
44        (mesh_mask.nc     , ${R_OUT_OCE_O}/${config_UserChoices_JobName}_mesh_mask.nc, NONE),\
45        (output.abort.nc  , ${R_OUT_OCE_D}/${PREFIX}_output.abort.nc, NONE),\
46        (output.init.nc   , ${R_OUT_OCE_O_I}/${config_UserChoices_JobName}_${PeriodDateBegin}_output.init.nc, NONE),\
47
48[Post_1M_grid_T]
49Patches = ()
50GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter)
51TimeSeriesVars = (sowaflup, sohefldo, soicecov, sosaline, sossheig, sosstsst)
52
53[Post_1M_grid_U]
54Patches = ()
55GatherWithInternal = (nav_lon, nav_lat, depthu, time_counter)
56TimeSeriesVars = (sozotaux)
57
58[Post_1M_grid_V]
59Patches = ()
60GatherWithInternal = (nav_lon, nav_lat, depthv, time_counter)
61TimeSeriesVars = (sometauy)
62
63[Post_1M_grid_W]
64Patches = ()
65GatherWithInternal = (nav_lon, nav_lat, depthw, time_counter)
66TimeSeriesVars =
67
Note: See TracBrowser for help on using the repository browser.