ContentsIndexReferenceHome
PreviousUpNext
AIRS
MATLAB
mData = AIRS(h,x,G,ModelType,fname,[KH_KM_ratio],[Lo], ...
          [mergeMode],[p1], ..., [pN])
Description

Return model data interpolated from Atmospheric InfraRed Sounder (AIRS) measurements.

Parameters
Parameters 
Description 
h [vector] 
Altitude above sea level (m) 
x [vector] 
Normalized screen locations 
G [struct] 
Geometry structure as from GeomStruct 
ModelType [string] 
Desired model for output. Can be any one of the following (case insensitive): Cn2 - 'C' or 'Cn2', Temp - 'Temp', 'Temperature', or 'T', Press - 'Press', 'Pressure', or 'P', Temperature Lapse Rate - 'dtdz','TempLapseRate', 'TemperatureLapseRate', Cloud Height - 'CloudHeight' 
fname [char] 
File name for the AIRS data 
KH_KM_ratio [scalar] 
(Optional) Diffusivity ratio. Only used for Cn2 calculation. Defaults to 0.01. 
Lo [scalar] 
(Optional) Outer scale (m). Only used for Cn2 calculation. Defaults to 150. 
mergeModel [string] 
Model to use for low altitude values where NaN is returned from the AIRS data. Will be scaled to return the same value at the lowest altitude which is not NaN. 
p1,...,pN [arb] 
(Optional) Parameters required for mergeModel 
Return Values
Return Values 
Description 
mData [vector] 
Model values at specified altitudes 
See Also
Group
Made with Doc-O-Matic.
Copyright (c) 2009. All rights reserved.
What do you think about this topic? Send feedback!