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 2305 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/SBC – NEMO

Ignore:
Timestamp:
2010-10-25T16:13:35+02:00 (14 years ago)
Author:
davestorkey
Message:

Updates to BDY - DOCTOR standards

File:
1 edited

Legend:

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

    r2287 r2305  
    3636   USE closea           ! closed sea 
    3737   USE bdy_par         ! unstructured open boundary data variables 
    38    USE bdyice          ! unstructured open boundary data  (bdy_ice routine) 
     38   USE bdyice          ! unstructured open boundary data  (bdy_ice_frs routine) 
    3939 
    4040   USE prtctl           ! Print control                    (prt_ctl routine) 
     
    241241         !                                                       
    242242      CASE(  2 )   ;       CALL sbc_ice_lim_2( kt, nsbc )             ! LIM 2.0 ice model 
    243                            IF( lk_bdy ) CALL bdy_ice( kt ) 
     243                           IF( lk_bdy ) CALL bdy_ice_frs( kt ) 
    244244         !                                                      
    245245      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.