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 10480 for NEMO – NEMO

Changeset 10480 for NEMO


Ignore:
Timestamp:
2019-01-09T12:28:32+01:00 (5 years ago)
Author:
mathiot
Message:

add comments in bdyvol (ticket #2200)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/dev_r10448_bdyvol/src/OCE/BDY/bdyvol.F90

    r10461 r10480  
    6969      INTEGER  ::   ib_bdy, ii, ij 
    7070      REAL(wp) ::   zubtpecor, ztranst 
    71       REAL(wp), SAVE :: z_cflxemp    
    72       REAL(wp), DIMENSION(jpi,jpj), INTENT(inout) :: pua2d, pva2d 
    73       REAL(wp), DIMENSION(jpi,jpj), INTENT(in) :: phu, phv 
     71      REAL(wp), SAVE :: z_cflxemp                                  ! cumulated emp flux 
     72      REAL(wp), DIMENSION(jpi,jpj), INTENT(inout) :: pua2d, pva2d  ! Barotropic velocities 
     73      REAL(wp), DIMENSION(jpi,jpj), INTENT(in) :: phu, phv         ! Ocean depth at U- and V-points 
    7474      TYPE(OBC_INDEX), POINTER :: idx 
    7575      !!----------------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.