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

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

import Roms_Agrif

File size: 1.2 KB
Line 
1title:
2        Seamount Example
3
4time_stepping: NTIMES   dt[sec]  NDTFAST  NINFO
5               360      1200     50       1
6
7S-coord: THETA_S,   THETA_B,    Hc (m)
8         1.0d0      0.0d0       10.d0
9
10initial: NRREC  filename
11          0
12                          seamount_rst.nc
13
14restart:          NRST, NRPFRST / filename
15                  360      -1
16                          seamount_rst.nc
17
18history: LDEFHIS, NWRT, NRPFHIS / filename
19            T     72      0
20                          seamount_his.nc
21
22primary_history_fields: zeta UBAR VBAR  U  V   wrtT(1:NT)
23                         T   T    T     T  T    10*T
24
25auxiliary_history_fields: rho Omega  W  Akv  Akt  Aks  HBL Hbbl Bostr Wstr UWstr VWstr
26                          F   F      T  F    T    F    T   T    T     F    F     F
27
28rho0:
29      1000.
30
31bottom_drag:     RDRG(m/s),      RDRG2, Zob [m],  Cdb_min, Cdb_max
32                 3.0E-04         0.     0.        0.       0.
33
34gamma2:
35                 1.
36
37lin_EOS_cff:  R0 [kg/m3], T0 [Celsius], S0 [PSU], TCOEF [1/Celsius], SCOEF [1/PSU]
38              30.         5.            0.        -1.                0.
39
40vertical_mixing: Akv_bak, Akt_bak [m^2/sec]
41                 0.       0. 0.
42
43
44
45
46
47
48
Note: See TracBrowser for help on using the repository browser.