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 2093 for branches/DEV_r1986_BDY_updates/NEMO/OPA_SRC/SBC/sbcmod.F90 – NEMO

Ignore:
Timestamp:
2010-09-15T09:39:38+02:00 (14 years ago)
Author:
davestorkey
Message:

Main change set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r1986_BDY_updates/NEMO/OPA_SRC/SBC/sbcmod.F90

    r1792 r2093  
    66   !! History :  3.0   !  07-2006  (G. Madec)  Original code 
    77   !!             -    !  08-2008  (S. Masson, E. .... ) coupled interface 
     8   !!            3.3   !  09-2010  (D. Storkey) add ice boundary conditions (BDY) 
    89   !!---------------------------------------------------------------------- 
    910 
     
    3233   USE sbcfwb          ! surface boundary condition: freshwater budget 
    3334   USE closea          ! closed sea 
     35   USE bdy_par         ! unstructured open boundary data variables 
     36   USE bdyice          ! unstructured open boundary data  (bdy_ice routine) 
    3437 
    3538   USE prtctl          ! Print control                    (prt_ctl routine) 
     
    223226         !                                                       
    224227      CASE(  2 )   ;       CALL sbc_ice_lim_2( kt, nsbc )             ! LIM 2.0 ice model 
     228                           IF( lk_bdy ) CALL bdy_ice( kt ) 
    225229         !                                                      
    226230      CASE(  3 )   ;       CALL sbc_ice_lim  ( kt, nsbc, nn_ico_cpl)  ! LIM 3.0 ice model 
Note: See TracChangeset for help on using the changeset viewer.