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 14318 for NEMO/trunk/src/SWE – NEMO

Changeset 14318 for NEMO/trunk/src/SWE


Ignore:
Timestamp:
2021-01-20T11:49:35+01:00 (3 years ago)
Author:
smasson
Message:

trunk: stpctl cleaning, #2602

Location:
NEMO/trunk/src/SWE
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/SWE/stp_oce.F90

    r14239 r14318  
    9393   !                                                   (dyn_asm_inc routine) 
    9494   USE asmbkg          ! writing out state trajectory 
    95    USE stpctl          ! time stepping control            (stp_ctl_SWE routine) 
     95   USE stpctl          ! time stepping control            (stp_ctl routine) 
    9696   USE restart         ! ocean restart                    (rst_wri routine) 
    9797   USE prtctl          ! Print control                    (prt_ctl routine) 
  • NEMO/trunk/src/SWE/stpmlf.F90

    r14239 r14318  
    222222      ! Control 
    223223      !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
    224                          CALL stp_ctl_SWE   ( kstp, Nnn ) 
     224                         CALL stp_ctl  ( kstp, Nnn ) 
    225225 
    226226      IF( kstp == nit000 ) THEN                          ! 1st time step only 
  • NEMO/trunk/src/SWE/stprk3.F90

    r14239 r14318  
    319319      ! Control 
    320320      !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
    321                          CALL stp_ctl_SWE  ( kstp     , Nbb ) 
     321                         CALL stp_ctl      ( kstp     , Nbb ) 
    322322 
    323323      IF( kstp == nit000 ) THEN                          ! 1st time step only 
Note: See TracChangeset for help on using the changeset viewer.