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

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

import Roms_Agrif

File size: 1.3 KB
Line 
1title:
2        Overflow Example
3
4time_stepping: NTIMES   dt[sec]  NDTFAST  NINFO
5               2160     200      15       10
6
7S-coord: THETA_S,   THETA_B,    Hc (m)
8         1.0d0      0.0d0       10.d0
9
10initial: NRREC  filename
11          0
12                          over_rst.nc
13
14restart:          NRST, NRPFRST / filename
15                  2160      -1
16                          over_rst.nc
17
18history: LDEFHIS, NWRT, NRPFHIS / filename
19            T     216      0
20                          over_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   F    F     F    F     F
27
28rho0:
29      1025.
30
31bottom_drag:     RDRG(m/s),      RDRG2, Zob [m],  Cdb_min, Cdb_max
32                 3.e-4           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.         1.            0.        -1.                0.
39
40vertical_mixing: Akv_bak, Akt_bak [m^2/sec]
41                 1.e-4    1.e-6
42
43lateral_visc:   VISC2    [m^2/sec ]
44                100.  0.
45
46tracer_diff2: TNU2         [m^2/sec]
47              100. 0.
48
49
50
51
52
53
Note: See TracBrowser for help on using the repository browser.