change varable

From: Hussain Alsarraf <minnesotta_at_nyahnyahspammersnyahnyah>
Date: Tue Oct 25 2011 - 20:58:47 MDT

Hi   Im looking to change the variable in my scripts. The variable in my header dump that i would like to shange too is:   float PMSL(time, south_north, west_east) ;                 PMSL:coordinates = "XLONG XLAT" ;                 PMSL:stagger =  ;                 PMSL:units = "hPa" ;                 PMSL:description = "pressure at mean sea level" ;                 PMSL:MemoryOrder = "XY " ;                 PMSL:FieldType = 104 ;                 PMSL:_FillValue = -999.f ;     The original scripts :   ; First get the variable       rain_tot = a->PRCP(it,:,:)     ; Plotting options for Variable ;  change to correspond with Variable     rain_tot@description = "Total Monthly Precipitation"         res@UnitLabel            = "mm"   should i change the scripts to : ; First get the variable       rain_tot = a->PRCP(it,:,:)     ; Plotting options for Variable ;  change to correspond with Variable     PMSL:description = "pressure at mean sea level" ;         PMSL:units = "hPa" ;   please let me know if i need to change something els   thanks

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Oct 25 20:59:55 2011

This archive was generated by hypermail 2.1.8 : Fri Oct 28 2011 - 10:52:03 MDT