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

Ignore:
Timestamp:
2017-08-07T18:09:12+02:00 (7 years ago)
Author:
clem
Message:

continue changing names

File:
1 edited

Legend:

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

    r8410 r8411  
    88   !! History :  2.0  ! 2006-12  (M. Vancoppenolle) Original code 
    99   !!            3.0  ! 2008-02  (C. Talandier)  Surface module from icestp.F90 
    10    !!             -   ! 2008-04  (G. Madec)  sltyle and lim_ctl routine 
     10   !!             -   ! 2008-04  (G. Madec)  sltyle and ice_ctl routine 
    1111   !!            3.3  ! 2010-11  (G. Madec) ice-ocean stress always computed at each ocean time-step 
    1212   !!            3.4  ! 2011-01  (A Porter)  dynamical allocation 
     
    4343   USE iceerr2         ! Ice corrections after thermo 
    4444   USE limvar          ! Ice variables switch 
    45    USE limctl          ! 
     45   USE icectl          ! 
    4646   ! MV MP 2016 
    4747   USE limmp 
     
    222222         IF( lrst_ice )               CALL lim_rst_write( kt )  ! -- Ice restart file  
    223223         ! 
    224          IF( ln_limctl )              CALL lim_ctl( kt )        ! alerts in case of model crash 
     224         IF( ln_limctl )              CALL ice_ctl( kt )        ! alerts in case of model crash 
    225225         ! 
    226226      ENDIF   ! End sea-ice time step only 
Note: See TracChangeset for help on using the changeset viewer.