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 10963 for NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/src/TOP/PISCES/P4Z/p4zsms.F90 – NEMO

Ignore:
Timestamp:
2019-05-10T16:15:43+02:00 (5 years ago)
Author:
acc
Message:

2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps : Convert TOP routines in top-level TOP directory and all knock on effects of these conversions. SETTE tested.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/src/TOP/PISCES/P4Z/p4zsms.F90

    r10425 r10963  
    4646CONTAINS 
    4747 
    48    SUBROUTINE p4z_sms( kt ) 
     48   SUBROUTINE p4z_sms( kt, Kmm ) 
    4949      !!--------------------------------------------------------------------- 
    5050      !!                     ***  ROUTINE p4z_sms  *** 
     
    5959      ! 
    6060      INTEGER, INTENT( in ) ::   kt      ! ocean time-step index       
     61      INTEGER, INTENT( in ) ::   Kmm     ! time level index 
    6162      !! 
    6263      INTEGER ::   ji, jj, jk, jnt, jn, jl 
     
    155156      IF( ln_sediment ) THEN  
    156157         ! 
    157          CALL sed_model( kt )     !  Main program of Sediment model 
     158         CALL sed_model( kt, Kmm )     !  Main program of Sediment model 
    158159         ! 
    159160         IF( ln_top_euler ) THEN 
Note: See TracChangeset for help on using the changeset viewer.