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 3334 for branches/2012/dev_r3322_NOCS09_SAS/NEMOGCM/NEMO/SAS_SRC/sbcmod.F90 – NEMO

Ignore:
Timestamp:
2012-03-20T14:26:17+01:00 (12 years ago)
Author:
sga
Message:

NEMO 2012 development branch dev_r3322_NOCS09_SAS: add some lines from rst_opn in order to allow correct ice restart creation;

and a little bit of light dusting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3322_NOCS09_SAS/NEMOGCM/NEMO/SAS_SRC/sbcmod.F90

    r3333 r3334  
    4141   USE sbcfwb           ! surface boundary condition: freshwater budget 
    4242   USE closea           ! closed sea 
    43    USE bdy_par          ! for lk_bdy 
    44    USE bdyice_lim2      ! unstructured open boundary data  (bdy_ice_lim_2 routine) 
    4543 
    4644   USE prtctl           ! Print control                    (prt_ctl routine) 
     
    287285         !                                                       
    288286      CASE(  2 )   ;       CALL sbc_ice_lim_2( kt, nsbc )            ! LIM-2 ice model 
    289          IF( lk_bdy )      CALL bdy_ice_lim_2( kt )                  ! BDY boundary condition 
    290287         !                                                      
    291288      CASE(  3 )   ;       CALL sbc_ice_lim  ( kt, nsbc )            ! LIM-3 ice model 
Note: See TracChangeset for help on using the changeset viewer.