I am attempting to create Hovmoller diagrams using NetCDF data from satellite images. Has anyone done this before and if so, some pointers would be helpful. My data is as follows (for a sample of two files):
temp=ARRAY[2000,2000,2]
lon=ARRAY[2000,2000,2]
lat=ARRAY[2000,2000,2]
time=ARRAY[2]
Thanks for your help
|