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 3609 for branches/2012/dev_NOC_2012_rev3555/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2012-11-19T16:51:17+01:00 (11 years ago)
Author:
acc
Message:

Branch dev_NOC_2012_r3555. #1006. Step 4: Merge in changes from 2012/dev_r3337_NOCS10_ICB (ICeBergs) branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_NOC_2012_rev3555/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r3294 r3609  
    6161   USE diaobs          ! Observation diagnostics       (dia_obs_init routine) 
    6262   USE step            ! NEMO time-stepping                 (stp     routine) 
     63   USE icbini          ! handle bergs, initialisation 
     64   USE icbstp          ! handle bergs, calving, themodynamics and transport 
    6365#if defined key_oasis3 
    6466   USE cpl_oasis3      ! OASIS3 coupling 
     
    161163#endif 
    162164 
    163       IF( lk_diaobs ) CALL dia_obs_wri 
     165      IF( lk_diaobs   )   CALL dia_obs_wri 
     166      ! 
     167      IF( ln_icebergs )   CALL icb_end( nitend ) 
    164168        
    165169      !                            !------------------------! 
     
    360364      !                                     ! Misc. options 
    361365      IF( nn_cla == 1   )   CALL cla_init       ! Cross Land Advection 
     366                            CALL icb_init( rdt, nit000)   ! initialise icebergs instance 
    362367       
    363368#if defined key_top 
Note: See TracChangeset for help on using the changeset viewer.