HighI obtain strange results when I load a netcdf file by transposing axes. It worked fine with ferret 6.2.
Thank you for your help.
Bruno
Example without transposed axes (the file is in attachement):
####################################
NOAA/PMEL TMAP
FERRET v6.82
Linux 2.6.32.10-90.fc12.x86_64 64-bit - 12/14/12
29-May-13 15:59
yes? use toto.nc
yes? stat juld
Julian days relative to REFERENCE_DATE_TIME
X: N/A
Y: 0.5 to 11.5
Z: N/A
T: N/A
E: N/A
F: N/A
DATA SET: ./toto.nc
Total # of data points: 11 (1*11*1*1*1*1)
# flagged as bad data: 0
Minimum value: 19214
Maximum value: 19214
Mean value: 19214 (unweighted average)
Standard deviation: 0.004715
Example with transposed axes :
###################
yes? use /order=zx toto.nc
yes? stat juld
Julian days relative to REFERENCE_DATE_TIME
X: 0.5 to 11.5
Y: N/A
Z: N/A
T: N/A
E: N/A
F: N/A
DATA SET: ./toto.nc
Total # of data points: 11 (11*1*1*1*1*1)
# flagged as bad data: 0
Minimum value: 0
Maximum value: 19214
Mean value: 1746.8 (unweighted average)
Standard deviation: 5793.3
Attachment:
toto.nc
Description: Cdf file