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 367 for trunk/NEMO/OPA_SRC/OBC/obcvol.F90 – NEMO

Ignore:
Timestamp:
2005-12-28T10:25:10+01:00 (19 years ago)
Author:
opalod
Message:

nemo_v1_update_035 : CT : OBCs adapted to the new surface pressure gradient algorithms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/OBC/obcvol.F90

    r247 r367  
    44   !! Ocean dynamic :  Volume constraint when OBC and Free surface are used 
    55   !!================================================================================= 
    6 #if   defined key_obc   &&   defined key_dynspg_fsc 
     6#if   defined key_obc   &&   ! defined key_dynspg_rl 
    77   !!--------------------------------------------------------------------------------- 
    88   !!   'key_obc'               and                           open boundary conditions 
    9    !!   'key_dynspg_fsc'                                  constant volume free surface 
     9   !!   'key_dynspg_flt'                                  constant volume free surface 
    1010   !!--------------------------------------------------------------------------------- 
    1111   !! * Modules used 
     
    2222 
    2323   !! * Accessibility 
    24    PUBLIC obc_vol        ! routine called by dynspg_fsc.h90 
     24   PUBLIC obc_vol        ! routine called by dynspg_flt 
    2525 
    2626   !! * Substitutions 
     
    4040      !! 
    4141      !! ** Purpose :  
    42       !!      This routine is called in dynspg_fsc to control  
     42      !!      This routine is called in dynspg_flt to control  
    4343      !!      the volume of the system. A correction velocity is calculated 
    4444      !!      to correct the total transport through the OBC.  
Note: See TracChangeset for help on using the changeset viewer.