Skip to content
Snippets Groups Projects
Commit 33146fea authored by Clement Rousset's avatar Clement Rousset
Browse files

change option for UMx advection scheme (np_advS=2)

parent 84511c33
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ MODULE icedyn_adv_umx
PUBLIC ice_dyn_adv_umx ! called by icedyn_adv.F90
!
INTEGER, PARAMETER :: np_advS = 1 ! advection for S and T: dVS/dt = -div( uVS ) => np_advS = 1
INTEGER, PARAMETER :: np_advS = 2 ! advection for S and T: dVS/dt = -div( uVS ) => np_advS = 1
! or dVS/dt = -div( uA * uHS / u ) => np_advS = 2
! or dVS/dt = -div( uV * uS / u ) => np_advS = 3
INTEGER, PARAMETER :: np_limiter = 1 ! limiter: 1 = nonosc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment