Skip to content

Commit

Permalink
add stabilisation for splitexplicite, add longer term stable core2 p…
Browse files Browse the repository at this point in the history
…arameters for split expl
  • Loading branch information
patrickscholz committed Aug 18, 2023
1 parent cb95235 commit 9d48d8d
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 120 deletions.
10 changes: 8 additions & 2 deletions src/MOD_DYN.F90
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,14 @@ MODULE MOD_DYN
logical :: use_ssh_splitexpl_subcycl = .false.

! barotropic subcycling time-steps and dissipation parameter
integer :: splitexpl_BTsteps = 40
real(kind=WP) :: splitexpl_BTtheta = 0.14_WP
integer :: splitexpl_BTsteps = 50
real(kind=WP) :: splitexpl_BTtheta = 0.14_WP
logical :: splitexpl_bottdrag = .true.
logical :: splitexpl_bdrag_si = .true.
logical :: splitexpl_visc = .true.
real(kind=WP) :: splitexpl_visc_gamma0 = 10
real(kind=WP) :: splitexpl_visc_gamma1 = 2750
real(kind=WP) :: splitexpl_visc_gamma2 = 0

!___________________________________________________________________________
! energy diagnostic part: will be computed inside the model ("hard integration"):
Expand Down
Loading

0 comments on commit 9d48d8d

Please sign in to comment.