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 3764 for branches/2012/dev_MERGE_2012/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_flt.F90 – NEMO

Ignore:
Timestamp:
2013-01-23T15:33:04+01:00 (11 years ago)
Author:
smasson
Message:

dev_MERGE_2012: report bugfixes done in the trunk from r3555 to r3763 into dev_MERGE_2012

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_flt.F90

    r3680 r3764  
    187187 
    188188#if defined key_obc 
    189       CALL obc_dyn( kt )      ! Update velocities on each open boundary with the radiation algorithm 
    190       CALL obc_vol( kt )      ! Correction of the barotropic componant velocity to control the volume of the system 
     189      IF( lk_obc ) CALL obc_dyn( kt )   ! Update velocities on each open boundary with the radiation algorithm 
     190      IF( lk_obc ) CALL obc_vol( kt )   ! Correction of the barotropic componant velocity to control the volume of the system 
    191191#endif 
    192192#if defined key_bdy 
    193       CALL bdy_dyn( kt )      ! Update velocities on each open boundary 
    194       CALL bdy_vol( kt )      ! Correction of the barotropic component velocity to control the volume of the system 
     193      IF( lk_bdy ) CALL bdy_dyn( kt )   ! Update velocities on each open boundary 
     194      IF( lk_bdy ) CALL bdy_vol( kt )   ! Correction of the barotropic component velocity to control the volume of the system 
    195195#endif 
    196196#if defined key_agrif 
Note: See TracChangeset for help on using the changeset viewer.