How to read this data correctly

From: Thomas Tobian <thomastobian_at_nyahnyahspammersnyahnyah>
Date: Mon Oct 22 2012 - 12:33:34 MDT

Dear All,

I am trying to plot the derived data that looks like as follow:
When i tried to plot using NCL, I got wrong result and error.
Anyone has suggestion how could i modify the format of this netcdf to the
readable and correct one.
Thanks.

netcdf CPTdaily_minsmr1979 {

dimensions:
lat = 25 ;
lon = 144 ;
level = 1 ;
time = UNLIMITED ; // (365 currently)
variables:
float h(time, level, lat, lon) ;
h:units = "km" ;
float T(time, level, lat, lon) ;
T:units = "K" ;
float p(time, level, lat, lon) ;
p:units = "mbar" ;
float SMR(time, level, lat, lon) ;
SMR:units = "ppmv" ;
*float vlon(lon) ;*
* vlon:units = "degrees" ;*
* vlon:no_button = 1 ;*
* float vlat(lat) ;*
* vlat:units = "degrees" ;*
* vlat:no_button = 1 ;*
* float time(time) ;*
* time:units = "days" ;*

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Oct 22 12:33:44 2012

This archive was generated by hypermail 2.1.8 : Tue Oct 23 2012 - 11:10:04 MDT