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 4054 – NEMO

Changeset 4054


Ignore:
Timestamp:
2013-10-09T16:38:57+02:00 (10 years ago)
Author:
clem
Message:

correction for LIM2, see ticket:#1154

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r4028_CNRS_LIM3/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90

    r4043 r4054  
    4242   USE sbcfwb           ! surface boundary condition: freshwater budget 
    4343   USE closea           ! closed sea 
    44    USE bdy_par          ! for lk_bdy 
    45    USE bdyice_lim      ! unstructured open boundary data  (bdy_ice_lim_2 routine) 
    4644   USE icbstp           ! Icebergs! 
    4745 
     
    296294      CASE(  1 )   ;         CALL sbc_ice_if   ( kt )                ! Ice-cover climatology ("Ice-if" model) 
    297295      CASE(  2 )   ;         CALL sbc_ice_lim_2( kt, nsbc )          ! LIM-2 ice model 
    298 !!              IF( lk_bdy )   CALL bdy_ice_lim( kt )                ! BDY boundary condition 
    299296      CASE(  3 )   ;         CALL sbc_ice_lim  ( kt, nsbc )          ! LIM-3 ice model 
    300 !!              IF( lk_bdy )   CALL bdy_ice_lim( kt )                ! BDY boundary condition 
    301297      END SELECT                                               
    302298 
Note: See TracChangeset for help on using the changeset viewer.