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 2319 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_lim_2.F90 – NEMO

Ignore:
Timestamp:
2010-10-27T15:18:11+02:00 (14 years ago)
Author:
cbricaud
Message:

put new EVP rheology lost during the merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_lim_2.F90

    r2287 r2319  
    5353   PUBLIC sbc_ice_lim_2 ! routine called by sbcmod.F90 
    5454 
    55    CHARACTER(len=1) ::   cl_grid = 'B'     ! type of grid used in ice dynamics 
    56     
    5755   !! * Substitutions 
    5856#  include "domzgr_substitute.h90" 
     
    172170         !  Ice model step  ! 
    173171         ! ---------------- ! 
    174                                         CALL lim_rst_opn_2  ( kt )      ! Open Ice restart file 
     172         numit = numit + nn_fsbc                                             !Ice model time step 
     173 
     174                                        CALL lim_rst_opn_2  ( kt )           ! Open Ice restart file 
    175175#if ! defined key_c1d 
    176176            ! Ice dynamics & transport (not in 1D case) 
Note: See TracChangeset for help on using the changeset viewer.