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 11852 for NEMO/branches/2019/ENHANCE-02_ISF_nemo/src/OCE/ISF/isf.F90 – NEMO

Ignore:
Timestamp:
2019-11-04T19:00:27+01:00 (4 years ago)
Author:
mathiot
Message:

ENHANCE-02_ISF_nemo: fix WED025 restartability, finish removing useless USE, remove useless lbc_lnk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/ENHANCE-02_ISF_nemo/src/OCE/ISF/isf.F90

    r11844 r11852  
    1414   !!---------------------------------------------------------------------- 
    1515 
    16    USE in_out_manager ! I/O manager 
    17    USE lib_mpp        ! MPP library 
     16   USE in_out_manager, ONLY: wp, jpi,jpj, jpk, jpts ! I/O manager 
     17   USE lib_mpp       , ONLY: ctl_stop, mpp_sum      ! MPP library 
    1818   USE fldread        ! read input fields 
    1919 
     
    197197      ! 
    198198      CALL mpp_sum ( 'isf', ierr ) 
    199       IF( ierr /= 0 )   CALL ctl_warn('STOP','isfcpl: failed to allocate arrays.') 
     199      IF( ierr /= 0 )   CALL ctl_stop('STOP','isfcpl: failed to allocate arrays.') 
    200200      ! 
    201201   END SUBROUTINE isf_alloc_cpl 
Note: See TracChangeset for help on using the changeset viewer.