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 2305 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_flt.F90 – NEMO

Ignore:
Timestamp:
2010-10-25T16:13:35+02:00 (14 years ago)
Author:
davestorkey
Message:

Updates to BDY - DOCTOR standards

File:
1 edited

Legend:

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

    r2287 r2305  
    193193#endif 
    194194#if defined key_bdy 
    195       ! Update velocities on unstructured boundary using the Flow Relaxation Scheme 
    196       CALL bdy_dyn_frs( kt ) 
    197  
    198       IF (ln_bdy_vol) THEN 
    199       ! Correction of the barotropic component velocity to control the volume of the system 
    200         CALL bdy_vol( kt ) 
    201       ENDIF 
     195      CALL bdy_dyn_frs( kt )       ! Update velocities on unstructured boundary using the Flow Relaxation Scheme 
     196      CALL bdy_vol( kt )           ! Correction of the barotropic component velocity to control the volume of the system 
    202197#endif 
    203198#if defined key_agrif 
Note: See TracChangeset for help on using the changeset viewer.