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 9872 for NEMO/trunk/src/ICE/icestp.F90 – NEMO

Ignore:
Timestamp:
2018-07-04T10:48:01+02:00 (6 years ago)
Author:
clem
Message:

removing the very last bits (I hope) of LIM references in the code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/ICE/icestp.F90

    r9866 r9872  
    137137         !                          !==  AGRIF Parent to Child  ==! 
    138138#if defined key_agrif 
    139          !                              ! lim_nbstep ranges from 1 to the nb of child ocean steps inside one parent ice step 
    140          IF( .NOT. Agrif_Root() )       lim_nbstep = MOD( lim_nbstep, Agrif_irhot() * Agrif_Parent(nn_fsbc) / nn_fsbc ) + 1 
     139         !                              ! nbstep_ice ranges from 1 to the nb of child ocean steps inside one parent ice step 
     140         IF( .NOT. Agrif_Root() )       nbstep_ice = MOD( nbstep_ice, Agrif_irhot() * Agrif_Parent(nn_fsbc) / nn_fsbc ) + 1 
    141141         !                              ! these calls must remain here for restartability purposes 
    142142                                        CALL agrif_interp_ice( 'T' )  
Note: See TracChangeset for help on using the changeset viewer.