Skip to content

Commit

Permalink
serring AB for tracers & mementum to 2 per default
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri Sidorenko committed Jul 5, 2023
1 parent 025c458 commit c4530ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MOD_DYN.F90
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ MODULE MOD_DYN
! instant zonal merdional velocity & Adams-Bashfort rhs
real(kind=WP), allocatable, dimension(:,:,:) :: uv, uv_rhs, fer_uv
real(kind=WP), allocatable, dimension(:,:,:,:) :: uv_rhsAB
integer :: AB_order=3
integer :: AB_order=2
! horizontal velocities at nodes
real(kind=WP), allocatable, dimension(:,:,:):: uvnode

Expand Down
2 changes: 1 addition & 1 deletion src/MOD_TRACER.F90
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ MODULE MOD_TRACER
character(20) :: tra_adv_hor, tra_adv_ver, tra_adv_lim ! type of the advection scheme for this tracer
real(kind=WP) :: tra_adv_ph = 1. ! a parameter to be used in horizontal advection (for MUSCL it is the fraction of fourth-order contribution in the solution)
real(kind=WP) :: tra_adv_pv = 1. ! a parameter to be used in horizontal advection (for QR4C it is the fraction of fourth-order contribution in the solution)
integer :: AB_order=3
integer :: AB_order=2
integer :: ID

contains
Expand Down

0 comments on commit c4530ef

Please sign in to comment.