printVarSummary issues in ncl_6.0.0_beta

From: Sabeerali(sebi) <sabeerl_at_nyahnyahspammersnyahnyah>
Date: Sun Mar 06 2011 - 01:15:14 MST

In ncl_6.0.0_beta version the printVarSummary is not giving the information
about the input file. Here I am giving the both outputs from ncl_6.0.0 beta
and ncl_5.2.1. I am using the 64 bit Linux machine.

*ncl_6.0.0 beta*

ncl 0> in=addfile("trend_gs.nc","r")
ncl 1> printVarSummary(in)

Variable: in
Type: file
File path: trend_gs.nc
Number of global attributes: 2
Number of dimensions: 3
Number of variables: 4

The same thing in *ncl_5.2.1* gives the following...

ncl 0> in=addfile("trend_gs.nc","r")
ncl 1> printVarSummary(in)

Variable: in
(0)
filename: trend_gs
path: trend_gs.nc
   file global attributes:
      history : FERRET V6.2 19-May-10
      Conventions : CF-1.0
   dimensions:
      X31_120 = 90
      Y61_120 = 60
      TAX1_495 = 1 // unlimited
   variables:
      double X31_120 ( X31_120 )
         units : degrees_east
         modulo : 360
         point_spacing : even
         axis : X

      double Y61_120 ( Y61_120 )
         units : degrees_north
         point_spacing : even
         axis : Y

      double TAX1_495 ( TAX1_495 )
         axis : T

      float TREND_GS ( TAX1_495, Y61_120, X31_120 )
         missing_value : -1e+34
         _FillValue : -1e+34
         long_name : QHAT[D=1,L=495]-QHAT[D=1,L=1]

Thanks and regards
sabeer

-- 
**********************************
Sabeerali C T
Senior Research Fellow
Climate and Global Modeling Division
Indian Institute of Tropical Meteorology
Pashan, Pune, 411 008
Phone (Office): 02025904306
****************************************

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Sun Mar 6 01:15:20 2011

This archive was generated by hypermail 2.1.8 : Mon Mar 07 2011 - 15:20:58 MST