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 10922 for NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/src/OCE/DYN/sshwzv.F90 – NEMO

Ignore:
Timestamp:
2019-05-02T17:10:39+02:00 (5 years ago)
Author:
acc
Message:

2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps : Convert IOM, LDF, OBS and SBC directories and compatibility changes elsewhere that these changes enforce. Changes pass SETTE and compare with original trunk results. Outstanding issues (currently with work-arounds) in DIU/step_diu.F90 and fld_bdy_interp within SBC/fldread.F90; proper soltions pending

File:
1 edited

Legend:

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

    r10425 r10922  
    5454CONTAINS 
    5555 
    56    SUBROUTINE ssh_nxt( kt ) 
     56   SUBROUTINE ssh_nxt( kt, Kmm ) 
    5757      !!---------------------------------------------------------------------- 
    5858      !!                ***  ROUTINE ssh_nxt  *** 
     
    6969      !!---------------------------------------------------------------------- 
    7070      INTEGER, INTENT(in) ::   kt   ! time step 
     71      INTEGER, INTENT(in) ::   Kmm  ! time level index 
    7172      !  
    7273      INTEGER  ::   jk            ! dummy loop indice 
     
    9495      ENDIF 
    9596 
    96       CALL div_hor( kt )                               ! Horizontal divergence 
     97      CALL div_hor( kt, Kmm )                          ! Horizontal divergence 
    9798      ! 
    9899      zhdiv(:,:) = 0._wp 
Note: See TracChangeset for help on using the changeset viewer.