Changes between Initial Version and Version 1 of Ticket #478
- Timestamp:
- 12/30/10 21:53:34 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #478
- Property Resolution → Fixed
- Property Status new → closed
-
Ticket #478 – Description
initial v1 1 During initialization, the psi_mask is recomputed in metrics.F. The range for this is:1 During initialization, the mask at PSi_points is recomputed in '''metrics.F'''. The range for this is: 2 2 3 4 {{{ 3 5 DO j=Jstr,Jend 4 6 DO i=Istr,Iend 5 7 IF ((rmask... THEN 6 8 pmask(i,j)=1.0_r8 7 etc etc. 9 ... 10 END DO 11 END DO 12 }}} 8 13 9 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.14 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'''.