[Thread Prev][Thread Next][Index]

Something really weird...




Here's something really really weird.

The data is at ftp://ftp.ucar.edu/cgd/strandwg/GB.nc

and here's the ferret script I'm trying to get to work:
-------------------------------------------------------------------------------
use GB.nc
set mem/size=32
!
define axis/t="01-JAN-1030":"31-DEC-1441":1/unit=year annual
define grid/t=annual annave
!
let avolt = volt[gt=annave]
let rvolt = volt[l=@sbx:36]
!
let atemp = temp[gt=annave]
let rtemp = temp[l=@sbx:36]
!
plot/set avolt,rvolt
ppl txlsze 0.05
ppl plot
frame/file=volt.gif
!
plot/set temp[k=1],atemp[k=1],rtemp[k=1]
ppl txlsze 0.05
ppl plot
frame/file=temp.gif
!
quit
-------------------------------------------------------------------------------

I'd like to know why the 1-D variable annually averaged looks OK, but the 2-D
variable annually averaged is all wrong.

Here's the gifs created by the above:

ftp://ftp.ucar.edu/cgd/strandwg/volt.gif
ftp://ftp.ucar.edu/cgd/strandwg/temp.gif

Thanks - this has been driving me nuts all day.

--
Gary Strand
strandwg@ucar.edu                          http://www.cgd.ucar.edu/ccr/strandwg


[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP

Contact Us | Privacy Policy | Disclaimer | Accessibility Statement