-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.in
111 lines (87 loc) · 1.84 KB
/
box.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# ------------------------- model constants for box method 1 ------------------
[Box]
# time step [day]
DT = 0.1
# relaxation timescale [Li et al 1999] [day]
TR = 5.0
# second to day converter [s day^-1]
S2D = 86400.
# reference salinity [PSU]
S0 = 31.5
# initial salinity [non-dimensional]
SINIT = 1.
# stratification damp [PSU]
DELTASUI0 = 2.
DELTASID0 = 0.01
DELTAS1 = 0.7
DELTASc0 = 5.0
# box separation depth [m]
H_SI = 10.
H_ID = 50.
# C0, C1 [Li et al 1999] [m^3s^-1 (kg m^3)^-1]
C0 = 2.e0
# C0 = 1.e0
C1 = 3.e1
# salinity contraction coefficient beta [PSU^-1]
BETA = 7.8e-1
# reference density [kg m^-3]
RHO0 = 1.024e3
# Mixing Velocity [m day^-1]
OMEGASI0 = 2.e-1
OMEGAID0 = 1.e-3
OMEGASI1 = 3.0e1
OMEGAID1 = 1.e0
OMEGASI2 = 2.e0
OMEGAID2 = 1.e0
# river discharge scaling factor
SCALE_RIVER = 1.e0
# ------------------------- model constants for box method 2 ------------------
[Box2]
# time step [day]
DT = 0.5
# relaxation timescale [Li et al 1999] [day]
TR = 5.0
# second to day converter [s day^-1]
S2D = 86400.
# reference salinity [PSU]
S0 = 31.5
# initial salinity [non-dimensional]
SINIT = 1.
# stratification damp [PSU]
# DELTASUI0 = 2.
# DELTASID0 = 0.1
# DELTAS1 = 0.7
# DELTASc0 = 5.0
DELTASUI = 1.
DELTASQ = 2.
DELTASID = 0.1
# box separation depth [m]
H_SI = 10.
H_ID = 50.
# C0, C1 [Li et al 1999] [m^3s^-1 (kg m^3)^-1]
C0 = 15.e0
C1 = 3.e0
C2 = 10.e0
# C3 = 2.e0
C_AMP = 2.5e0
# salinity contraction coefficient beta [PSU^-1]
BETA = 7.8e-1
# reference density [kg m^-3]
RHO0 = 1.024e3
# # mixing velocity [m day^-1]
# OMEGAUI0 = 1.e-1
# OMEGAID0 = 1.e0
# OMEGAUI1 = 1.e-1
# OMEGAID1 = 1.e0
# OMEGAUI2 = 1.e-1
# OMEGAID2 = 1.e0
# OMEGAUI3 = 10e0
# OMEGAID3 = 1.e0
# OMEGAUI4 = 2.e0
# OMEGAID4 = 1.e0
# Unified mixing velocity [m day^-1]
OMEGAV = 1.e-1
OMEGAV2 = 1.e0
OMEGAH = 0.e0
# river discharge scaling factor
SCALE_RIVER = 1.e0