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

Ignore:
Timestamp:
2017-09-18T16:54:04+02:00 (7 years ago)
Author:
clem
Message:

changes in style - part6 - pure cosmetics

File:
1 edited

Legend:

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

    r8531 r8534  
    1515   !!    ice_dia_rst  : read/write budgets restart 
    1616   !!---------------------------------------------------------------------- 
    17    USE ice            ! LIM-3: sea-ice variable 
    1817   USE dom_oce        ! ocean domain 
    1918   USE phycst         ! physical constant 
    2019   USE daymod         ! model calendar 
    2120   USE sbc_oce , ONLY : sfx, nn_fsbc   ! surface boundary condition: ocean fields 
    22    USE icerst         ! ice restart 
     21   USE ice            ! sea-ice: variables 
     22   USE icerst         ! sea-ice: restart 
    2323   ! 
    2424   USE in_out_manager ! I/O manager 
     25   USE iom            ! I/O manager library 
    2526   USE lib_mpp        ! MPP library 
    26    USE timing         ! preformance summary 
    27    USE iom            ! I/O manager 
    28    USE lib_fortran    ! glob_sum 
     27   USE lib_fortran    ! fortran utilities (glob_sum + no signed zero) 
     28   USE timing         ! Timing 
    2929 
    3030   IMPLICIT NONE 
     
    279279#else 
    280280   !!---------------------------------------------------------------------- 
    281    !!   Default option :         Empty module          NO LIM sea-ice model 
     281   !!   Default option :         Empty module         NO ESIM sea-ice model 
    282282   !!---------------------------------------------------------------------- 
    283283#endif 
Note: See TracChangeset for help on using the changeset viewer.