Scilab Function
Last update : 22/8/2006
hardy_wind - construct a Hardy wind model.
Calling Sequence
-
[hwind]=hardy_wind(ground_vel[,tropopause_vel[,trop_hgh[,trop_thk]]])
Parameters
-
ground_vel
: the wind velocity in ground layer.
-
tropopause_vel
: the tropopause wind velocity. ( 0 if defaulted)
-
trop_hgh
: the tropopause height. (default 0.0)
-
trop_thk
: the tropopause thickness. (default 0.0)
-
hwind
: the output Hardy wind model
Description
construct a Hardy wind 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
get_hardy_wind_vectors
,
ref_atm_model
,