We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b36f7a2 + 119f22b commit b1f51dbCopy full SHA for b1f51db
src/DefaultParameters.jl
@@ -14,7 +14,7 @@
14
g::Real=10. # gravitational acceleration [m/s]
15
H::Real=500. # layer thickness at rest [m]
16
ρ::Real=1e3 # water density [kg/m^3]
17
- ϕ::Real=15. # central latitue of the domain (for coriolis) [°]
+ ϕ::Real=45. # central latitue of the domain (for coriolis) [°]
18
ω::Real=2π/(24*3600) # Earth's angular frequency [s^-1]
19
R::Real=6.371e6 # Earth's radius [m]
20
@@ -50,7 +50,7 @@
50
51
# BOUNDARY CONDITION OPTIONS
52
bc::String="periodic" # "periodic" or anything else for nonperiodic
53
- α::Real=1. # lateral boundary condition parameter
+ α::Real=2. # lateral boundary condition parameter
54
# 0 free-slip, 0<α<2 partial-slip, 2 no-slip
55
56
# MOMENTUM ADVECTION OPTIONS
0 commit comments