[Thread Prev][Thread Next][Index]

[ferret_users] Fw: modulo



 
 
Hello,
 
If I do the following , I am obtaining extra edges and modulo in the output file .
 
use my_file
can axis/modulo `var=my_var,return=yaxis`
save/clobber/file=my_file.nc my_var

I see, the x-axis is now modulo. Originally:
dimensions:
    my_var=150
..............
..................
float xt_i(xt_i) ;
xt_i:long_name = "Longitude of T points" ;
xt_i:units = "degrees_E" ;
xt_i:cartesian_axis = "X" ;
new file:
dimensions:
    my_var=150
    my_varedges=151
..............
..................

double XT_I(XT_I) ;
XT_I:units = "degrees_east" ;
XT_I:modulo = 360. ;
XT_I:point_spacing = "uneven" ;
XT_I:axis = "X" ;
XT_I:bounds = "XT_I_bnds" ;
 
 
Can someone please solve. 
 

[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP

Contact Us | Privacy Policy | Disclaimer | Accessibility Statement