- Timestamp:
- 2012-01-28T17:44:18+01:00 (11 years ago)
- Location:
- trunk/NEMOGCM/TOOLS/SECTIONS_DIADCT
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMOGCM/TOOLS/SECTIONS_DIADCT/src/compute_sections.f90
r2951 r3294 370 370 DO WHILE ( ( sec%listPoint(jseg)%I .NE. endingPoint%I & 371 371 .OR. sec%listPoint(jseg)%J .NE. endingPoint%J ) & 372 .AND. jseg .LT. 500.AND. sec%listPoint(jseg)%I .GT. 0 )372 .AND. jseg .LT. nb_inmesh + 1 .AND. sec%listPoint(jseg)%I .GT. 0 ) 373 373 374 374 ! a. find the 4 adjacent points (North, South, East, West)
Note: See TracChangeset
for help on using the changeset viewer.