ModelData = LEEDRAtmos(h,modelName,[lambda])
Generates model data at specified altitudes, h, based on precomputed LEEDR data generated using the buildLEEDRAtmos function.
|
Parameters |
Description |
|
h [vector] |
Altitude in (m) |
|
ModelName [string] |
Desired LEEDR model. Can be any one of the following (case sensitive): Temp - 'currentTemperature' or 'T', RH - 'currentRH', 'relativehumidity' or 'R', Press - 'currentPressure' or 'P', DewPoint - 'currentDewpoint' or 'D', Wind - 'naturalWind' or 'W', WindHeading - 'windDir' or 'WH', Cn2 - 'turb' or 'C', Abs - 'totalAbs' or 'A', Scat - 'totalSca' or 'S', Ext - 'totalExtinction' 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 |
Description |
|
ModelData [vector] |
Model values at specified altitudes. |
|
Copyright (c) 2009. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|