[Thread Prev][Thread Next][Index]

Save data to ASCII file



HI, guys
    I encounter a weird problem today. Here is what I have done in Ferret


yes? use atmym001710-011310.ts.nc
 *** NOTE: Coordinates out of order or missing on axis time at subscript
401
 *** NOTE: A dummy axis of subscripts will be used
yes? show data
     currently SET data sets:
    1> ./atmym001710-011310.ts.nc  (default)
 name     title                             I         J         K
L
 TIME     Model Time                       ...       ...       ...
1:10000
       (invalid coordinate axis)
 TS       Surface Temperature              1:64      1:32      ...
1:10000

yes? let ATS=TS[I=1:64@AVE,J=1:32@AVE]
yes? list/file="temp.txt"/format=(8F6.3) ATS
 LISTing to file temp.txt
yes? let ATS1=TS[I=57:59@AVE,J=28:30@AVE]
yes? list/file="temp1.txt"/format=(8F6.3) ATS1
 LISTing to file temp1.txt

   And the temp.txt is fine and looks like this

             VARIABLE : TS[I=1:64@AVE,J=1:32@AVE]
             FILENAME : atmym001710-011310.ts.nc
             BAD FLAG : -9.9999998E+33
             SUBSET   : 10000 points (T)
             LONGITUDE: 2.8W(-2.8) to 2.8W(357.2)
             T        : 0.5 to 10001
             LATITUDE : 88.5S to 88.5N
15.215
15.456
15.489
15.403
15.571
15.589
15.549
15.731
15.655
15.857
15.804
15.876
15.753
...

     But the temp1.txt is strange.

             VARIABLE : TS[I=57:59@AVE,J=28:30@AVE]
             FILENAME : atmym001710-011310.ts.nc
             BAD FLAG : -9.9999998E+33
             SUBSET   : 10000 points (T)
             LONGITUDE: 47.8W(312.2) to 30.9W(329.1)
             T        : 0.5 to 10001
             LATITUDE : 60.9N to 77.5N
******
******
******
******
******
******
******
******
******
******
******
******
******
******
...

      Does anybody have any clue what is happen? Thank you in advance!


Ming



[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP

Contact Us | Privacy Policy | Disclaimer | Accessibility Statement