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 2818 for branches/2011/UKMO_MERCATOR_obc_bdy_merge/NEMOGCM/NEMO/OPA_SRC/DYN/dynnxt.F90 – NEMO

Ignore:
Timestamp:
2011-08-08T10:16:41+02:00 (13 years ago)
Author:
davestorkey
Message:

Bug fixes for the dynspg_ts case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/UKMO_MERCATOR_obc_bdy_merge/NEMOGCM/NEMO/OPA_SRC/DYN/dynnxt.F90

    r2800 r2818  
    3030   USE domvvl          ! variable volume 
    3131   USE obc_oce         ! ocean open boundary conditions 
    32    USE obcdyn          ! open boundary condition for baroclinic velocities 
     32   USE obcdta          ! ocean open boundary conditions 
     33   USE obcdyn3d        ! ocean open boundary conditions 
    3334   USE obcvol          ! ocean open boundary condition (obc_vol routines) 
    3435   USE in_out_manager  ! I/O manager 
     
    154155      IF( .NOT. lk_dynspg_flt ) THEN 
    155156 
    156          CALL obc_dyn( kt ) 
     157         CALL obc_dyn3d( kt ) 
    157158 
    158159!!$!!gm ERROR - potential BUG: sshn should not be modified at this stage !!   ssh_nxt not alrady called 
Note: See TracChangeset for help on using the changeset viewer.