LEEDRIn = setLEEDRInputs([inputs])
Generates LEEDR model data inputs for use with the function buildLEEDRAtmos. Requires p-code or m-code version of LEEDR available from the Air Force Institute of Technology.
|
Parameters |
Description |
|
inputs [various] |
(Optional) Can be a structure generated from the LEEDR GUI followed by a comma-separated list of parameters and values to change, a comma-separated list of parameter names and parameter values to change in the current LEEDR data (or the default inputs if LEEDR data has not been generated/loaded), or the output structure resulting from a LEEDR run. If not input code will use results from LEEDR, if available. |
|
Return Values |
Description |
|
LEEDRIn [struct] |
Inputs structure for use with LEEDR |
|
currentLat [scalar] |
Latitude (deg) |
|
currentLon [scalar] |
Longitude (deg) |
|
season [scalar] |
Season index - 1 for summer, 2 for winter |
|
timeOfDay [string] |
Hour range, one of '00-03', '03-06', '06-09', '09-12', '12-15', '15-18', '18-21', '21-00', 'DAILYAVG' |
|
rhPercentile [string] |
Relative humidity, one of '1%', '5%','10%', '20%', '50%', '80%', '90%', '95%', '99%' |
|
stdMetType [string] |
Std atmosphere to use if metType is 'STD', one of 'US1976', 'US1976DRY', 'PolarNorth', 'MidLatNorth', 'Tropical', 'MidLatSouth', 'PolarSouth', 'Desert', 'Vacuum' |
|
metType [string] |
Model to use for meteorological data, one of 'STD', 'EXPERT', 'OCEAN', 'EXCEL' |
|
metExcelFileName [string] |
File name for Excel data if metType is 'EXCEL' |
|
molecType [string] |
Model for molecular properties, one of 'CALC', 'EXCEL', 'SIMPLE' |
|
molecExcelFilename [string] |
File name for Excel data if molecType is 'EXCEL' |
|
aeroType [string] |
Model for aerosol properties, one of 'GADS', 'STD', 'SIMPLE' |
|
stdAeroType [string] |
Model for aerosol properties when aeroType is 'STD', one of 'ContinentalAvg', 'UrbanAero', 'MaritimeClean', 'ContinentalClean', 'ContinentalPolluted', 'Desert', 'MaritimePolluted', 'MaritimeTropical', 'Arctic', 'Antarctic', 'Clear', 'RuralMod', 'UrbanMod', 'MaritimeMod', 'NAM', 'ANAM', 'BrownoutDesert', 'BrownoutMidlat' |
|
boundaryLayerHeight [scalar] |
Boundary layer altitude above ground (m) |
|
calcOptions [struct] |
Structure with options for the calculation |
|
calcOptions.calcType [string] |
Calculation mode, one of 'FULL', 'FAST' |
|
calcOptions.useObserver [logical] |
Flag indicating whether to use observer calculation |
|
useUserVis [logical] |
Flag indicating whether to use user specified visibility |
|
userVis [scalar] |
Scalar value for the ground level visibility (m). Only used if useUserVis is true. |
|
Turb [struct] |
Structure of parameters for the turbulence calculation |
|
Turb.type [string] |
Cn2 model type, one of 'HV57', 'CLEAR1', 'ZERO', 'CLIMO', 'SOR', 'CONSTANT', 'NSLOT', 'TUNICK' |
|
Turb.CCN2Type [scalar] |
Description of climatological Cn2 model, one of 1 - Mode, 2 - 50th percentile, 3 - 80th percentile, 4 - 90th percentile, 5 - 95th percentile, 6 - 99th percentile. |
|
Turb.multiplier [scalar] |
Multiplier on Cn2 model |
|
Turb.constantCN2Value [scalar] |
Constant Cn2 value for Turb.type 'CONSTANT' (m^{-2/3}). |
|
useCloudsRain [logical] |
Flag indicating whether to use clouds and rain in the computations |
|
CloudsRain [cell] |
4x3 cell array with TYPE, Upper Alt(m), and Lower Alt (m) for 4 independent layers. TYPE is a description of the clouds and rain properties for each layer and can be any of 'NONE', 'CUCC' (cumulus continental clean), 'CUCP' (cumulus continental polluted), 'CUMA' (cumulus maritime), 'STCO' (stratus continental), 'STMA' (stratus maritime), 'FOG', 'ICEFOG', 'CIRRUS-25C', 'CIRRUS-50C', 'CIRRUSPARTICLES', 'DRIZZLE', 'VLIGHTRAIN', 'LIGHTRAIN', 'MODERATERAIN', 'HEAVYRAIN', 'EXTREMERAIN' |
|
Wind [struct] |
Structure of parameters for the wind calculation |
|
Wind.type [string] |
Wind model type, one of 'CLIMO', 'BUFTON', 'EXCEL', 'EXPERT', 'OCEAN' |
|
Wind.expertPercentile [string] |
Percentile option when Wind.type is 'EXPERT', one of '1%', '5%', '10%', '20%', '50%', '80%', '90%', '95%', '99%' |
|
Wind.groundSpeed [scalar] |
Wind speed at the ground (m/s) |
|
Wind.heading [scalar] |
Wind heading, meteorological definition - from direction (deg from north) |
|
Wind.excelFilename [string] |
File name for Excel data if Wind.type is 'EXCEL' |
|
Wavelength [vector] |
The wavelength(s) for calculations (m) |
|
atmosAltitudeVector [vector] |
Array of AGL altitudes (m) |
|
pathLength [vector] |
Array of path lengths along the path (m) |
|
pathAlts [vector] |
Array of altitudes along the path from the minimum altitude specified to the maximum (m AGL) |
|
userGround [struct] |
Structure of user-specified ground measurements affecting the calculation. Each field is a structure containing the user-specified value (.val) and a flag indicating whether to use the value (.check). |
|
userGround.dewpoint [struct] |
Structure containing the ground level dew point (deg F) |
|
userGround.rH [struct] |
Structure containing the ground level relative humidity (%) |
|
userGround.temp [struct] |
Structure containing the ground level temperature (deg F) |
|
userGround.pressure [struct] |
Structure containing the ground level pressure (mb) |
|
Copyright (c) 2009. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|