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 13608 for NEMO/branches/2020/dev_r13327_KERNEL-06_2_techene_e3/src/OCE/stpctl.F90 – NEMO

Ignore:
Timestamp:
2020-10-14T18:31:28+02:00 (4 years ago)
Author:
techene
Message:

#2385 reordering and remove unnecessary USE - sette test not passed yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13327_KERNEL-06_2_techene_e3/src/OCE/stpctl.F90

    r13216 r13608  
    2626   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
    2727   USE lib_mpp         ! distributed memory computing 
    28    ! 
    2928   USE netcdf          ! NetCDF library 
     29 
    3030   IMPLICIT NONE 
    3131   PRIVATE 
     
    7272      CHARACTER(len=20)               ::   clname 
    7373      !!---------------------------------------------------------------------- 
     74      ! 
    7475      IF( nstop > 0 .AND. ngrdstop > -1 )   RETURN   !   stpctl was already called by a child grid 
    7576      ! 
     
    166167         ENDIF 
    167168         IF( kt == nitend )   istatus = NF90_CLOSE(nrunid) 
    168       END IF 
     169      ENDIF 
    169170      !                                   !==               error handling               ==! 
    170171      !                                   !==  done by all processes at every time step  ==! 
Note: See TracChangeset for help on using the changeset viewer.