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

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 ,