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 10529 – NEMO

Changeset 10529


Ignore:
Timestamp:
2019-01-16T11:40:44+01:00 (5 years ago)
Author:
smasson
Message:

trunk: bugfix in BDY routines for non-MPP compilation, see #2211

Location:
NEMO/trunk/src/OCE/BDY
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/BDY/bdydta.F90

    r10068 r10529  
    3131#endif 
    3232   ! 
     33   USE lib_mpp, ONLY: ctl_stop, ctl_nam 
    3334   USE fldread        ! read input fields 
    3435   USE iom            ! IOM library 
  • NEMO/trunk/src/OCE/BDY/bdydyn2d.F90

    r10518 r10529  
    2222   USE wet_dry         ! Use wet dry to get reference ssh level 
    2323   USE in_out_manager  ! 
     24   USE lib_mpp, ONLY: ctl_stop 
    2425 
    2526   IMPLICIT NONE 
  • NEMO/trunk/src/OCE/BDY/bdydyn3d.F90

    r10425 r10529  
    1717   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
    1818   USE in_out_manager  ! 
     19   USE lib_mpp, ONLY: ctl_stop 
    1920   Use phycst 
    2021 
  • NEMO/trunk/src/OCE/BDY/bdylib.F90

    r10068 r10529  
    1818   USE in_out_manager ! 
    1919   USE lbclnk         ! ocean lateral boundary conditions (or mpp link) 
     20   USE lib_mpp, ONLY: ctl_stop 
    2021 
    2122   IMPLICIT NONE 
  • NEMO/trunk/src/OCE/BDY/bdytra.F90

    r10425 r10529  
    1919   USE in_out_manager ! I/O manager 
    2020   USE lbclnk         ! ocean lateral boundary conditions (or mpp link) 
     21   USE lib_mpp, ONLY: ctl_stop 
    2122   USE timing         ! Timing 
    2223 
Note: See TracChangeset for help on using the changeset viewer.