Ignore:
Timestamp:
02/20/09 16:39:43 (15 years ago)
Author:
smasson
Message:

small bugfix of vertical box definition in section

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/TRIANGULATION/section.pro

    r386 r393  
    9292; -> problem... why 10 points as a test value??? 
    9393; how can we find a good test value? 
    94   IF nx * ny LE 10 THEN domdef, GRIDTYPE = grillechoice, _extra = ex 
     94  IF nx * ny LE 10 THEN domdef, [0, jpi-1, 0, jpj-1, localbox[4:5]], /xindex, /yindex, GRIDTYPE = grillechoice, _extra = ex 
    9595; We redefine lon1, ... in case findalways has been used in domdef 
    9696  lon1 = min([endpoints[0], endpoints[2]], max = lon2) 
Note: See TracChangeset for help on using the changeset viewer.