Skip to content

Commit b1f51db

Browse files
author
Milan K
authored
Merge pull request #122 from milankl/rename
Default parameters more turbulent
2 parents b36f7a2 + 119f22b commit b1f51db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DefaultParameters.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
g::Real=10. # gravitational acceleration [m/s]
1515
H::Real=500. # layer thickness at rest [m]
1616
ρ::Real=1e3 # water density [kg/m^3]
17-
ϕ::Real=15. # central latitue of the domain (for coriolis) [°]
17+
ϕ::Real=45. # central latitue of the domain (for coriolis) [°]
1818
ω::Real=2π/(24*3600) # Earth's angular frequency [s^-1]
1919
R::Real=6.371e6 # Earth's radius [m]
2020

@@ -50,7 +50,7 @@
5050

5151
# BOUNDARY CONDITION OPTIONS
5252
bc::String="periodic" # "periodic" or anything else for nonperiodic
53-
α::Real=1. # lateral boundary condition parameter
53+
α::Real=2. # lateral boundary condition parameter
5454
# 0 free-slip, 0<α<2 partial-slip, 2 no-slip
5555

5656
# MOMENTUM ADVECTION OPTIONS

0 commit comments

Comments
 (0)