error in set_data.F

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
smorey
Posts: 5
Joined: Thu Jul 05, 2007 9:20 pm
Location: Florida State University

error in set_data.F

#1 Unread post by smorey »

In set_data.F about line 1044...
# ifdef DISTRIBUTE
CALL mp_exchange3d (ng, iNLM, 2, Istr, Iend, Jstr, Jend, &
& LBi, UBi, LBj, UBj, &
& NghostPoints, EWperiodic, NSperiodic, &
& OBS(ng)%EobsT(:,:,:,itemp), &
& OBS(ng)%Tobs(:,:,:,itemp))
# endif

is something missing after UBj (possibly , 1,N(ng))?
this is from the June 2007 version of ROMS.

User avatar
arango
Site Admin
Posts: 1350
Joined: Wed Feb 26, 2003 4:41 pm
Location: DMCS, Rutgers University
Contact:

#2 Unread post by arango »

Yes, 1, N(ng) is missing.

Thank you

Post Reply