source: Roms_tools/Run_v2.1/TEST_CASES/roms.in.Vortex.1 @ 1

Last change on this file since 1 was 1, checked in by cholod, 13 years ago

import Roms_Agrif

File size: 1.7 KB
Line 
1title:
2        Vortex Example Zoom #1 (DON'T FORGET make_vortex.m)
3
4time_stepping: NTIMES   dt[sec]  NDTFAST  NINFO
5               1        960      48       1
6
7S-coord: THETA_S,   THETA_B,    Hc (m)
8         1.0d0      0.0d0       5000.0d0
9
10grid:  filename
11                          vortex_grd.nc.1
12
13initial: NRREC  filename
14          0
15                          vortex_ini.nc.1
16
17climatology: filename
18                          XXXXX
19
20restart:          NRST, NRPFRST / filename
21                  1800   -1
22                          vortex_rst.nc.1
23
24history: LDEFHIS, NWRT, NRPFHIS / filename
25            T      180      0
26                          vortex_his.nc.1
27
28primary_history_fields: zeta UBAR VBAR  U  V   wrtT(1:NT)
29                         T    T    T    T  T   10*T
30
31auxiliary_history_fields: rho Omega  W  Akv  Akt  Aks  HBL Hbbl Bostr Wstr UWstr VWstr
32                          T  F       T  F    F    F    T   F    F     F    F     F
33
34rho0:
35      1024.4
36
37bottom_drag:     RDRG(m/s),      RDRG2, Zob [m],  Cdb_min, Cdb_max
38                 0.              0.     0.        0.       0.
39
40gamma2:
41                 1.
42
43lin_EOS_cff:  R0 [86kg/m3], T0 [Celsius], S0 [PSU], TCOEF [1/Celsius], SCOEF [1/PSU]
44              30.           0.            0.        0.28               0.
45
46vertical_mixing: Akv_bak, Akt_bak [m^2/sec]
47                 0.       0.
48
49sponge:          X_SPONGE [m],    V_SPONGE [m^2/sec]
50                 100.e3           400.
51
52nudg_cof:    TauT_in, TauT_out, TauM_in, TauM_out  [days for all]
53             1.       360.      1.       360.
54
55lateral_visc:   VISC2,    VISC4    [m^2/sec for all]
56                0.       0.
57
58tracer_diff2: TNU2(1:NT)           [m^2/sec for all]
59              0.d0 0.d0 0.d0 0.d0 0.d0 0.d0 0.d0 0.d0 0.d0
Note: See TracBrowser for help on using the repository browser.