Scilab Function
Last update : 22/8/2006
get_hardy_wind_vectors - get the wind vectors of Hardy model.
Calling Sequence
-
[tvs]=get_hardy_wind_vectors(hwm,nlayers,hghts[,tf])
Parameters
-
hwm
: the Hardy wind model.
-
nlayers
: the number of layers.
-
hghts
: the heights array corresponding to all the layers.
-
tf
: the frame. it is the global frame if defaulted
-
tvs
: the output hardy wind vectors array (corresponding to each lay).
Description
get the wind vectors of Hardy model.
Examples
hwm=hardy_wind(10,100,10000,5000);
hghts=[1,10,100,1000,10000];
wvs=get_hardy_wind_vectors(hwm,5,hghts);
Author
Chen jingyuan, Gan guangyong (IAPCM, Beijing,China.)
See Also
hardy_wind
,
ref_atm_model
,