[Thread Prev][Thread Next][Index]

[ferret_users] Interpolation problem



Hi ! experts...

I am trying to interpolate my data file....

pls have a look on data file...


I need temperature and salinity value with a bin size of 0.5 meter..


define axis/z=1:377:1 zax
define grid/z=zax mygrid
columns/skip=1/delim="\t,\b"/type="numeric,numeric,numeric,numeric,numeric,numeric,numeric"/grid=mygrid ctd001_ins1_04-08-07_1100.out

let date =v1
let time =v2
let lon =v3
let lat =v4
let dep = v5
let tem = v6
let sa = v7

let mask = if dep[z=@ddf] eq dep[z=@ddb]  then 1
list mask, dep,tem,sa

till here I could able to do...how can I get temp, sal value with bin size of 0.5


Thanks in advance...


Akshay

Attachment: ctd001_ins1_04-08-07_1100.out
Description: Binary data


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

Privacy Policy | Disclaimer | Accessibility Statement