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 3340 for branches/2012/dev_r3337_NOCS10_ICB/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90 – NEMO

Ignore:
Timestamp:
2012-04-02T13:05:35+02:00 (12 years ago)
Author:
sga
Message:

NEMO branch dev_r3337_NOCS10_ICB: add changes to ocean code to allow interface to iceberg code

File:
1 edited

Legend:

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

    r3294 r3340  
    4343   USE bdy_par          ! for lk_bdy 
    4444   USE bdyice_lim2      ! unstructured open boundary data  (bdy_ice_lim_2 routine) 
     45   USE icbrun           ! Icebergs! 
    4546 
    4647   USE prtctl           ! Print control                    (prt_ctl routine) 
     
    282283      CASE(  4 )   ;       CALL sbc_ice_cice ( kt, nsbc )            ! CICE ice model 
    283284      END SELECT                                               
     285 
     286      IF( ln_icebergs )    CALL icb_stp( kt )                   ! compute icebergs 
    284287 
    285288      IF( ln_rnf       )   CALL sbc_rnf( kt )                   ! add runoffs to fresh water fluxes 
Note: See TracChangeset for help on using the changeset viewer.