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/isfutils.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/isfutils.F90

    r11844 r11852  
    1212   !!---------------------------------------------------------------------- 
    1313 
    14    USE iom 
    15    USE lib_fortran 
    16    USE lib_mpp 
     14   USE iom           , ONLY: iom_open, iom_get, iom_close, jpdom_data ! read input file 
     15   USE lib_fortran   , ONLY: glob_sum, glob_min, glob_max             ! compute global value 
     16   USE dom_oce       , ONLY: jpi,jpj,jpk                              ! domain size 
     17   USE in_out_manager, ONLY: wp, lwp, numout                          ! miscelenious 
    1718 
    1819   IMPLICIT NONE 
Note: See TracChangeset for help on using the changeset viewer.