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 2077 for branches/devmercator2010/NEMO/OPA_SRC/SBC/sbcice_lim_2.F90 – NEMO

Ignore:
Timestamp:
2010-09-09T10:43:51+02:00 (14 years ago)
Author:
cbricaud
Message:

commit change from DEV_r1784_3DF

File:
1 edited

Legend:

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

    r2076 r2077  
    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 
    1110   !!---------------------------------------------------------------------- 
    1211#if defined key_lim2 
     
    5453   PUBLIC sbc_ice_lim_2 ! routine called by sbcmod.F90 
    5554    
     55   CHARACTER(len=1) ::   cl_grid = 'B'     ! type of grid used in ice dynamics 
     56 
    5657   !! * Substitutions 
    5758#  include "domzgr_substitute.h90" 
     
    171172         !  Ice model step  ! 
    172173         ! ---------------- ! 
    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) 
     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.