[ncl-talk] plotting_issue

Kunal Bali kunal.bali9 at gmail.com
Tue Jun 18 12:07:21 MDT 2019


Dear NCL users,

not able to plot,
not receiving any error,
script is attached


*file summary:*

dimensions:

time = UNLIMITED ; // (1 currently)

bnds = 2 ;

jx = 261 ;

iy = 217 ;

variables:

float time(time) ;

time:standard_name = "time" ;

time:long_name = "time" ;

time:bounds = "time_bnds" ;

time:units = "hours since 1949-12-01 00:00:00 UTC" ;

time:calendar = "standard" ;

time:axis = "T" ;

double time_bnds(time, bnds) ;

float jx(jx) ;

jx:long_name = "x-coordinate in Cartesian system" ;

jx:units = "m" ;

jx:axis = "X" ;

float iy(iy) ;

iy:long_name = "y-coordinate in Cartesian system" ;

iy:units = "m" ;

iy:axis = "Y" ;

float aod(time, iy, jx) ;

aod:standard_name = "atmosphere_optical_thickness_due_to_aerosol" ;

aod:long_name = "Aerosol optical thickness in the visible band" ;

aod:units = "1" ;

aod:cell_methods = "time: point"




please provide some information?



---
Kunal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190618/9a9670ca/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: aod.ncl
Type: application/octet-stream
Size: 1869 bytes
Desc: not available
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190618/9a9670ca/attachment.obj>


More information about the ncl-talk mailing list