Changes between Initial Version and Version 1 of Ticket #843
- Timestamp:
- 02/25/20 16:55:17 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #843
- Property Resolution → Fixed
- Property Status new → closed
- Property Summary Subscript out of bounds on river tracer source → Subscript out of bounds on river tracer source when using HSIMT
-
Ticket #843 – Description
initial v1 1 1 The following error is issued when using '''HSIMT''' tracer advection: 2 2 {{{ 3 3 forrtl: severe (408): fort: (2): Subscript #2 of the array HVOM has value 73 which is greater than the upper bound of 72 … … 8 8 oceanG 00000000014622DA step3d_t_mod_mp_s 78 step3d_t.f90 9 9 }}} 10 On this particular tile, Hvomis dimensioned (0:326,0:72), but the test goes out to Jendp3 which is 73:10 On this particular tile, '''Hvom''' is dimensioned (0:326,0:72), but the test goes out to Jendp3 which is 73: 11 11 12 12 {{{ … … 18 18 & (Jsrc.le.Jendp3) 19 19 }}} 20 I have HSIMTset for the advection type in this case. This is probably not a new bug and I in fact stumbled on it when trying to track something else down.20 I have '''HSIMT''' set for the advection type in this case. This is probably not a new bug and I in fact stumbled on it when trying to track something else down. 21 21