﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
636	IMPORTANT: Corrected bug in nesting.F	arango	arango	"Corrected bugs in the arguments to the exchange routines in nesting.F. Around line 2318 we need to have instead:
{{{
              CALL exchange_v2d_tile (rg, tile,                         &
     &                                LBiR, UBiR, LBjR, UBjR,           &
     &                                OCEAN(rg)%vbar(:,:,k))
}}}
and around line 2360 we need to have instead:
{{{
          CALL mp_exchange3d (rg, tile, model, 2,                       &
     &                        LBiR, UBiR, LBjR, UBjR, 1, N(rg),         &
     &                        NghostPoints,                             &
     &                        EWperiodic(rg), NSperiodic(rg),           &
     &                        OCEAN(rg)%u(:,:,:,nstp(rg)),              &
     &                        OCEAN(rg)%v(:,:,:,nstp(rg)))
}}}
Many thanks to Luz Garcia for [https://www.myroms.org/forum/viewtopic.php?f=19&t=2961#p12512 reporting] these typos.  The first bug is only relevant in periodic applications where as the second bug affected distributed-memory applications.
"	bug	closed	major	Release ROMS/TOMS 3.7	Nonlinear	3.7	Fixed		
