changeCaseChar: this function has been deprecated

From: wei huang <whua27_at_nyahnyahspammersnyahnyah>
Date: Mon Jul 19 2010 - 19:05:48 MDT

Hi,
please, could anyone know how to fix the problem?
thanks in advance,
wei

   f = addfile ("----","r")

   u1 = short2flt(f1->PREC(2430:2520,:,:))

    printVarSummary(u1)

   newlat = fspan(-60.,60,94)

   newlon = fspan(0.,355.,192)

   newlat@units = "degrees_north"

   newlon@units = "degrees_east"

   u1New = linint2_Wrap (u1&lon,u1&lat, u1, True, newlon ,newlat, 0)

   printVarSummary(u1New)

Variable: u1

Type: float

Total Size: 32140800 bytes

            8035200 values

Number of Dimensions: 3

Dimensions and sizes: [time | 124] x [lat | 180] x [lon | 360]

Coordinates:

            time: [2069.5..2192.5]

            lat: [-89.5..89.5]

            lon: [0.5..359.5]

Number Of Attributes: 7

  _FillValue : 32767

  units : mm/day

  long_name : GPCP: daily precipitation

  vMin_user_specified : 0

  vMax_user_specified : 2009

  vRange : 2009

  missing_value : 32767

(0) changeCaseChar: this function has been deprecated.

(0) Will use str_switch.

(0) changeCaseChar: this function has been deprecated.

(0) Will use str_switch.

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Jul 19 19:05:53 2010

This archive was generated by hypermail 2.1.8 : Wed Jul 28 2010 - 10:42:06 MDT