[Thread Prev][Thread Next][Index]

[ferret_users] Re: time axis





I have a data set defined in 5 columns    lon,lat, month (jan to dec  in nos 1:12), taux,  tauy

I wanted to plot the data for the month of june(ie t=6), it gives the error in time axis
my jnl file is as below
-----------------------------------------------------------------
let im=600  ! no of longitudes points (not longitude values)
let jm=375  ! no. of lalitude points (not latitude vales)
let tm=12   ! no. of month points
 
define axis/x=1:600:1 xindex
define axis/y=1:375:1 yindex
define axis/T=1:12:1 time
define grid/x=xindex/y=yindex/T=time xyt_grid   

file/grid=xyt_grid/var="lon,lat,time,taux,tauy" velplot.dat      ! for 3D

set variable/units=degrees_east lon
set variable/units=degrees_north lat
set variable/units="month" time
set variable/units="m2/s" taux
set variable/units="m2/s" tauy

set viewport ul
fill/time=6 taux,lon,lat
go land
 
set viewport ur
fill/time=6  tauy,lon,lat
go land

 
set viewport lr
vec/time=6 taux,tauy
go land
----------------------------------------------------

can some one correct me  
thanks for ur time and help  .. in advance.

with regards
CS
 8-)

[Thread Prev][Thread Next][Index]
Contact Us
Dept of Commerce / NOAA / OAR / PMEL / Ferret

Privacy Policy | Disclaimer | Accessibility Statement