ContentsIndexReferenceHome
PreviousUpNext
LEEDRAtmos
MATLAB
ModelData = LEEDRAtmos(h,modelName,[lambda])
Description

Generates model data at specified altitudes, h, based on precomputed LEEDR data generated using the buildLEEDRAtmos function.

Parameters
Parameters 
Description 
h [vector] 
Altitude above sea level along the path (m) 
ModelName [string] 
Desired LEEDR model. Can be any one of the following (case insensitive): Temp - 'currentTemperature', 'temperature', or 'T', RH - 'currentRH', 'relativehumidity', 'RH', or 'R', Press - 'currentPressure', 'pressure', 'PR', or 'P', DewPoint - 'currentDewpoint', 'dewpoint', 'DP', or 'D', Wind - 'naturalWind', 'windSpeed' or 'W', WindHeading - 'windDir', 'windHeading' or 'WH', Cn2 - 'Turb' or 'C', Abs - 'TotalAbs' or 'A', MolecAbs - 'MolecAbs' or 'MA', AeroAbs - 'AeroAbs' or 'AA', CloudAbs - 'CloudAbs' or 'CA', RainAbs - 'RainAbs' or 'RA', Scat - 'TotalScat' or 'S', MolecScat - 'MolecScat' or 'MS', AeroScat - 'AeroScat' or 'AS', CloudScat - 'CloudScat' or 'CS', RainScat - 'RainScat' or 'RS' Ext - 'TotalExt' or 'E' 
lambda [scalar] 
(Optional) Desired wavelength for computation of absorption, scattering, and extinction (m). If this wavelength does not match the wavelength in the precomputed data, LEEDR will be re-run. This input is only required for model types 'A', 'S', and 'E'. 
Return Values
Return Values 
Description 
ModelData [vector] 
Model values at specified altitudes. 
Examples

>> loadLEEDRAtmos('LEEDR_RuralMidLatSummer.h5') 

>> Atm = AtmStruct(GeomStruct,10,'Cn2','LEEDRAtmos','C', ... 

'Ext','LEEDRAtmos','E',1e-6) 

  • Generate an Atm structure using LEEDR data for turbulence and extinction
 

See Also
Group
Made with Doc-O-Matic.
Copyright (c) 2009. All rights reserved.
What do you think about this topic? Send feedback!