freshthick
PURPOSE 
function [f,x,y]=freshthick(cdf,tind,s0);
SYNOPSIS 
function [f,x,y]=freshthick(cdf,tind,s0);
DESCRIPTION 
CROSS-REFERENCE INFORMATION 
This function calls:
- depave DEPAVE computes the depth-averaged value of a 4D variable at
- kslice KSLICE: returns horizontal slice at particular layer.
- tind TIND finds index of Julian day array closest to the specified Gregorian time
This function is called by:
SOURCE CODE 
0001 function [f,x,y]=freshthick(cdf,tind,s0);
0002
0003
0004
0005
0006 [s,x,y]=depave(cdf,'salt',tind);
0007 [d,x,y]=kslice(cdf,'depth');
0008 fmean=(s0-s)/s0;
0009 f=fmean.*d;
Generated on Thu 01-Dec-2005 08:50:35 by m2html © 2003