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 10455 for NEMO/branches/UKMO/dev_r10448_bdyvol/src/OCE/DYN/dynspg_ts.F90 – NEMO

Ignore:
Timestamp:
2019-01-04T19:34:14+01:00 (5 years ago)
Author:
mathiot
Message:

suggestion for ticket #2200 (bdyvol)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/dev_r10448_bdyvol/src/OCE/DYN/dynspg_ts.F90

    r10425 r10455  
    4141   USE wet_dry         ! wetting/drying flux limter 
    4242   USE bdy_oce         ! open boundary 
     43   USE bdyvol          ! open boundary volume conservation 
    4344   USE bdytides        ! open boundary condition data 
    4445   USE bdydyn2d        ! open boundary conditions on barotropic variables 
     
    792793         !                                                !* after ssh 
    793794         !                                                !  ----------- 
    794          ! One should enforce volume conservation at open boundaries here 
    795          ! considering fluxes below: 
     795         ! 
     796         ! Enforce volume conservation at open boundaries: 
     797         IF( ln_bdy .AND. ln_vol ) CALL bdy_vol2d( kt, jn, ua_e, va_e, zhup2_e, zhvp2_e ) 
    796798         ! 
    797799         zwx(:,:) = e2u(:,:) * ua_e(:,:) * zhup2_e(:,:)         ! fluxes at jn+0.5 
Note: See TracChangeset for help on using the changeset viewer.