[Thread Prev][Thread Next][Index]

[ferret_users] @Sum Transformation: Feature (Or bug)?



 Dear Ferret Users,
I have discovered that applying the @sum transformation to a variable doesn't change the dimension of the variable in some instances. Do you think this is a feature or a bug? Here is an example. I am using a file test.nc (attached) and here is what I get:
============================================================================

use test.nc
 *** NOTE: Ignored modulo length exceeding axis length: XT
yes? sh da
     currently SET data sets:
    1> ./test.nc  (default)
 name     title                             I         J         K         L
 SLAT     sea level atmospheric temperatu  1:100     1:100     ...       1:1
 
yes? let slat_sum = slat[i=@sum]
yes? say `slat_sum, return = shape`
XY
yes? list slat[i=30,j=80]
     ! ;        VARIABLE : sea level atmospheric temperature (K)
             FILENAME : test.nc
             LONGITUDE: 106.2E(106.2)
             LATITUDE : 53.1N
             TIME     : 31-DEC-2609 22:12
          275.8
yes? list slat_sum[i=30,j=80]
             VARIABLE : SLAT[I=@SUM]
             FILENAME : test.nc
             LONGITUDE: 104.4E to 108E
             LATITUDE : ! 53.1N
         ! ; & nbsp;  TIME     : 31-DEC-2609 22:12
          275.8
yes? list slat_sum[j=80]
             VARIABLE : SLAT[I=@SUM]
             FILENAME : test.nc
             LONGITUDE: 0E(0) to 0E(360)
             LATITUDE : 53.1N
             TIME     : 31-DEC-2609 22:12
          27775.



Attachment: test.nc
Description: Binary data


[Thread Prev][Thread Next][Index]

Contact Us
Dept of Commerce / NOAA / OAR / PMEL / TMAP

Privacy Policy | Disclaimer | Accessibility Statement