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 4043 for branches/2013/dev_r4028_CNRS_LIM3 – NEMO

Ignore:
Timestamp:
2013-09-25T15:50:51+02:00 (11 years ago)
Author:
clem
Message:

remove bdy from this routine

File:
1 edited

Legend:

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

    r4028 r4043  
    4343   USE closea           ! closed sea 
    4444   USE bdy_par          ! for lk_bdy 
    45    USE bdyice_lim2      ! unstructured open boundary data  (bdy_ice_lim_2 routine) 
     45   USE bdyice_lim      ! unstructured open boundary data  (bdy_ice_lim_2 routine) 
    4646   USE icbstp           ! Icebergs! 
    4747 
     
    220220         IF( nsbc ==  6 )   WRITE(numout,*) '              MFS Bulk formulation' 
    221221      ENDIF 
    222       ! 
    223                           CALL sbc_ssm_init               ! Sea-surface mean fields initialisation 
    224222      ! 
    225223      IF( ln_ssr      )   CALL sbc_ssr_init               ! Sea-Surface Restoring initialisation 
     
    298296      CASE(  1 )   ;         CALL sbc_ice_if   ( kt )                ! Ice-cover climatology ("Ice-if" model) 
    299297      CASE(  2 )   ;         CALL sbc_ice_lim_2( kt, nsbc )          ! LIM-2 ice model 
    300               IF( lk_bdy )   CALL bdy_ice_lim_2( kt )                ! BDY boundary condition 
     298!!              IF( lk_bdy )   CALL bdy_ice_lim( kt )                ! BDY boundary condition 
    301299      CASE(  3 )   ;         CALL sbc_ice_lim  ( kt, nsbc )          ! LIM-3 ice model 
    302       CASE(  4 )   ;         CALL sbc_ice_cice ( kt, nsbc )          ! CICE ice model 
     300!!              IF( lk_bdy )   CALL bdy_ice_lim( kt )                ! BDY boundary condition 
    303301      END SELECT                                               
    304302 
Note: See TracChangeset for help on using the changeset viewer.