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

    r8355 r8378  
    1919   USE limitd_th 
    2020   USE limvar 
    21    USE wrk_nemo        ! work arrays 
    22    USE timing          ! Timing 
    2321   USE limcons         ! conservation tests 
    2422   USE limctl          ! control prints 
     23   ! 
    2524   USE lib_mpp         ! MPP library 
    2625   USE lib_fortran     ! Fortran utilities (allows no signed zero when 'key_nosignedzero' defined)   
    2726   USE in_out_manager  ! I/O manager 
     27   USE timing          ! Timing 
    2828 
    2929   IMPLICIT NONE 
Note: See TracChangeset for help on using the changeset viewer.