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 2800 for branches/2011/UKMO_MERCATOR_obc_bdy_merge/NEMOGCM/NEMO/OPA_SRC/OBC/obc_oce.F90 – NEMO

Ignore:
Timestamp:
2011-07-13T15:31:05+02:00 (13 years ago)
Author:
davestorkey
Message:
  1. Application of boundary conditions to barotropic and baroclinic velocities clearly separated.
  2. Option to input full velocities in boundary data (default expects barotropic and baroclinic velocities separately).
  3. Option to use initial conditions as boundary conditions coded.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/UKMO_MERCATOR_obc_bdy_merge/NEMOGCM/NEMO/OPA_SRC/OBC/obc_oce.F90

    r2797 r2800  
    8888   REAL(wp)                                    ::   obcsurftot !: Lateral surface of unstructured open boundary 
    8989 
     90   REAL(wp), POINTER, DIMENSION(:,:)           ::   pssh       !:  
     91   REAL(wp), POINTER, DIMENSION(:,:)           ::   phur       !:  
     92   REAL(wp), POINTER, DIMENSION(:,:)           ::   phvr       !: Pointers for barotropic fields  
     93   REAL(wp), POINTER, DIMENSION(:,:)           ::   pu2d       !:  
     94   REAL(wp), POINTER, DIMENSION(:,:)           ::   pv2d       !:  
     95 
    9096   !!---------------------------------------------------------------------- 
    9197   !! open boundary data variables 
Note: See TracChangeset for help on using the changeset viewer.