[ncl-talk] writing netcdf file creating redundant dimensions

Ashish Sharma asharma7 at nd.edu
Mon Mar 7 15:17:15 MST 2016


Hello,


When I write a netcdf file, I am getting a lot of extra dimensions
generated which are redundant (e.g. ncl3, ncl4, ncl5....and so on).
How do I get rid of them? See ncdump:

dimensions:

Time = UNLIMITED ; // (3 currently)

south_north = 240 ;

west_east = 432 ;

ncl3 = 3 ;

ncl4 = 240 ;

ncl5 = 3 ;

ncl6 = 432 ;

ncl7 = 3 ;

ncl8 = 240 ;

ncl9 = 432 ;

ncl10 = 3 ;

ncl11 = 240 ;

ncl12 = 432 ;

ncl13 = 3 ;

ncl14 = 240 ;

ncl15 = 432 ;

ncl16 = 3 ;

ncl17 = 240 ;

ncl18 = 432 ;

variables:

float LAT(Time, south_north) ;

LAT:_FillValue = 9.96921e+36f ;

float LON(Time, west_east) ;

LON:_FillValue = 9.96921e+36f ;

float T2_MAX(Time, south_north, west_east) ;

T2_MAX:_FillValue = -9999.f ;

float T2_MIN(Time, south_north, west_east) ;

T2_MIN:_FillValue = -9999.f ;

float PRECIP(Time, south_north, west_east) ;

PRECIP:_FillValue = -9999.f ;

float WIND(Time, south_north, west_east) ;

WIND:_FillValu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20160307/29d9bba3/attachment.html 


More information about the ncl-talk mailing list