coordinate variable....clarification

From: Erik Noble <enoble_at_nyahnyahspammersnyahnyah>
Date: Mon, 7 Jul 2008 01:42:56 +0800

hi.

I have a variable R. I am trying to create a "time" variable from the
coordinate variable in R, but I am getting an error (below). What to I
need to change?
Any help with understanding this would be appreciated.
Sincerely,
Erik Noble

ncl 12> printVarSummary(R)

Variable: R
Type: float
Total Size: 3636240 bytes
            909060 values
Number of Dimensions: 3
Dimensions and sizes: [time | 60] x [lat | 109] x [lon | 139]
Coordinates:
Number Of Attributes: 4
  units : mm
  long_name : Accumulated Precipitation
  description : Precipitation Tendency
  _FillValue : -999
ncl 13> time = R&time
fatal:No coordinate variable exists for dimension (time) in variable (R)
fatal:Execute: Error occurred at or near line 13

ncl 14> N = dimsizes(time)
fatal:Variable (time) is undefined
fatal:Execute: Error occurred at or near line 14
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Sun Jul 06 2008 - 11:42:56 MDT

This archive was generated by hypermail 2.2.0 : Sun Jul 06 2008 - 17:20:47 MDT