New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 10969 for NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/src/OCE/DYN/sshwzv.F90 – NEMO

Ignore:
Timestamp:
2019-05-13T12:02:13+02:00 (5 years ago)
Author:
davestorkey
Message:

2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps : ASM and knock-on changes. NB. Only tested for compilation - no SETTE tests for ASM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/src/OCE/DYN/sshwzv.F90

    r10922 r10969  
    5454CONTAINS 
    5555 
    56    SUBROUTINE ssh_nxt( kt, Kmm ) 
     56   SUBROUTINE ssh_nxt( kt, Kbb, Kmm ) 
    5757      !!---------------------------------------------------------------------- 
    5858      !!                ***  ROUTINE ssh_nxt  *** 
     
    6868      !! Reference  : Leclair, M., and G. Madec, 2009, Ocean Modelling. 
    6969      !!---------------------------------------------------------------------- 
    70       INTEGER, INTENT(in) ::   kt   ! time step 
    71       INTEGER, INTENT(in) ::   Kmm  ! time level index 
     70      INTEGER, INTENT(in) ::   kt        ! time step 
     71      INTEGER, INTENT(in) ::   Kbb, Kmm  ! time level index 
    7272      !  
    7373      INTEGER  ::   jk            ! dummy loop indice 
     
    9595      ENDIF 
    9696 
    97       CALL div_hor( kt, Kmm )                          ! Horizontal divergence 
     97      CALL div_hor( kt, Kbb, Kmm )                     ! Horizontal divergence 
    9898      ! 
    9999      zhdiv(:,:) = 0._wp 
Note: See TracChangeset for help on using the changeset viewer.