what am I doing wrong? [message #13038] |
Mon, 05 October 1998 00:00 |
Bruce Bowler
Messages: 128 Registered: September 1998
|
Senior Member |
|
|
I have a script that does...
> anydata, subtemp, 45.0, 40.0, -71.5, -65.0, inbounds
>
> print, subtemp
> print, inbounds
>
> if (inbounds eq 1) then begin
> openw, tarunit, 'tarfile.include', /GET_LUN
> printf, tarunit, l1a
> printf, tarunit, ozonefile
> printf, tarunit, metFile1
> printf, tarunit, metFile2
> printf, tarunit, 'SEAWIFS_SENSOR_CAL.TBL'
> close, tarunit
> endif
When I run it, I get
> S1998228192646.SST
> 0
and tarfile.include is created, which since inbounds is 0, shouldn't
happen... can anyone explain why it's not working or some additional
diagnostics that might point to the cause?
TIA,
Bruce
|
|
|