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 2046 for branches/dev_1784_EVP/NEMO/OPA_SRC – NEMO

Ignore:
Timestamp:
2010-08-13T09:42:03+02:00 (14 years ago)
Author:
cbricaud
Message:

commit modifications to add EVP rheology in LIM3

File:
1 edited

Legend:

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

    r1715 r2046  
    88   !! History :  1.0   !  06-2006  (G. Madec)  from icestp_2.F90 
    99   !!            3.0   !  08-2008  (S. Masson, E. .... ) coupled interface 
     10   !!            3.3   !  05-2009  (G.Garric) addition of the lim2_evp case 
    1011   !!---------------------------------------------------------------------- 
    1112#if defined key_lim2 
     
    5354   PUBLIC sbc_ice_lim_2 ! routine called by sbcmod.F90 
    5455    
    55    CHARACTER(len=1) ::   cl_grid = 'B'     ! type of grid used in ice dynamics 
    56  
    5756   !! * Substitutions 
    5857#  include "domzgr_substitute.h90" 
     
    172171         !  Ice model step  ! 
    173172         ! ---------------- ! 
    174  
    175                                         CALL lim_rst_opn_2  ( kt )      ! Open Ice restart file 
    176          IF( .NOT. lk_c1d ) THEN                                        ! Ice dynamics & transport (not in 1D case) 
     173         numit = numit + nn_fsbc                                             ! Ice model time step 
     174 
     175                                        CALL lim_rst_opn_2  ( kt )           ! Open Ice restart file 
     176         IF( .NOT. lk_c1d ) THEN                                             ! Ice dynamics & transport (not in 1D case) 
    177177                                        CALL lim_dyn_2      ( kt )           ! Ice dynamics    ( rheology/dynamics ) 
    178178                                        CALL lim_trp_2      ( kt )           ! Ice transport   ( Advection/diffusion ) 
Note: See TracChangeset for help on using the changeset viewer.