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

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 ,