Skip to content
Snippets Groups Projects
Commit 12e1100b authored by Daley Calvert's avatar Daley Calvert
Browse files

Fix wAimp being called for all 3 RK3 stages

parent 93601142
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,7 @@ CONTAINS
!
CALL wzv( kt, Kbb, Kmm, Kaa, pFu, pFv, ww, np_transport )
! ! Partition ww/wwi at stage 3 only
IF( ln_zad_Aimp ) CALL wAimp( kt, Kmm, pFu, pFv, ww, wi, np_transport )
IF( ln_zad_Aimp .AND. kstg == 3 ) CALL wAimp( kt, Kmm, pFu, pFv, ww, wi, np_transport )
DO jk = 1, jpkm1
DO_2D_OVR( nn_hls-1, nn_hls-1, nn_hls-1, nn_hls-1 )
pFw(ji,jj,jk) = e1e2t(ji,jj) * ww(ji,jj,jk)
......
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