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 8378 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limrst.F90 – NEMO

Ignore:
Timestamp:
2017-07-26T15:55:59+02:00 (7 years ago)
Author:
clem
Message:

some cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limrst.F90

    r8373 r8378  
    2020   USE dom_oce        ! ocean domain 
    2121   USE sbc_oce , ONLY : nn_fsbc 
     22   USE limctl 
     23   ! 
    2224   USE in_out_manager ! I/O manager 
    2325   USE iom            ! I/O library 
    2426   USE lib_mpp        ! MPP library 
    25    USE wrk_nemo       ! work arrays 
    2627   USE lib_fortran    ! Fortran utilities (allows no signed zero when 'key_nosignedzero' defined)   
    27    USE limctl 
    2828 
    2929   IMPLICIT NONE 
Note: See TracChangeset for help on using the changeset viewer.