Opened 14 years ago

Last modified 14 years ago

#478 closed bug

psi mask computation — at Initial Version

Reported by: jcwarner Owned by: arango
Priority: minor Milestone: Release ROMS/TOMS 3.4
Component: Nonlinear Version: 3.4
Keywords: Cc:

Description

During initialization, the psi_mask is recomputed in metrics.F. The range for this is:

DO j=Jstr,Jend

DO i=Istr,Iend

IF ((rmask... THEN

pmask(i,j)=1.0_r8

etc etc.

But the pmask has a range from Istr:Iend+1, and Jstr:Jend+1. So I think this range should be Istr,Iend+1 and Jstr,Jend+1.

Change History (0)

Note: See TracTickets for help on using tickets.