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 11793 for NEMO/trunk/src – NEMO

Changeset 11793 for NEMO/trunk/src


Ignore:
Timestamp:
2019-10-25T12:25:20+02:00 (4 years ago)
Author:
jchanut
Message:

#2321, missing init for online vertical interpolation of bdy data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/BDY/bdydta.F90

    r11536 r11793  
    624624                  bf_alias(1)%imap    => idx_bdy(jbdy)%nbmap(1:iszdim,igrd)   ! associate the mapping used for this bdy 
    625625                  bf_alias(1)%igrd    = igrd                                  ! used only for vertical integration of 3D arrays 
     626                  bf_alias(1)%ibdy    = jbdy                                  !  "    "    "     "          "      "  "    "     
    626627                  bf_alias(1)%ltotvel = ln_full_vel                           ! T if u3d is full velocity 
    627628                  bf_alias(1)%lzint   = ln_zinterp                            ! T if it requires a vertical interpolation 
Note: See TracChangeset for help on using the changeset viewer.