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 4278 for branches/2013/dev_r3858_NOC_ZTC/NEMOGCM/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2013-11-20T10:46:31+01:00 (10 years ago)
Author:
davestorkey
Message:

Add LIM3 BDY capability.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3858_NOC_ZTC/NEMOGCM/NEMO/OPA_SRC/step.F90

    r4258 r4278  
    8989      ! Update data, open boundaries, surface boundary condition (including sea-ice) 
    9090      !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
    91                          CALL sbc     ( kstp )        ! Sea Boundary Condition (including sea-ice) 
    9291      IF( lk_tide    )   CALL sbc_tide( kstp ) 
    9392      IF( lk_obc     )   CALL obc_dta ( kstp )        ! update dynamic and tracer data at open boundaries 
     
    9594      IF( lk_bdy     )   CALL bdy_dta ( kstp, time_offset=+1 )   ! update dynamic & tracer data at open boundaries 
    9695 
     96                         CALL sbc    ( kstp )         ! Sea Boundary Condition (including sea-ice) 
     97                                                      ! clem: moved here for bdy ice purpose 
    9798      !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    9899      !  Ocean dynamics : hdiv, rot, ssh, e3, wn 
Note: See TracChangeset for help on using the changeset viewer.