ContentsIndexReferenceHome
PreviousUpNext
buildLEEDRAtmos
MATLAB
LEEDROut = buildLEEDRAtmos([inpt],[PName1],[PValue1], ...)
Description

Generates LEEDR model data for use with the function LEEDRAtmos. Requires p-code or m-code version of LEEDR available from the Air Force Institute of Technology. Creates an entry in the workspace application data for use by LEEDRAtmos - use m = loadLEEDRAtmos with no inputs to obtain the data generated and loadLEEDRAtmos([]) to clear the app data.

Parameters
Parameters 
Description 
inpt [various] 
(Optional) Can be output generated from the LEEDR GUI or the output resulting from a LEEDR run. If not input code will use results from the Matlab application data, if available, or the default LEEDR inputs. 
PName [string] 
(Optional) Name of parameter to be updated. Use LEEDRLUT.getInputNames() to obtain a list of parameters that can be changed. Parameter names are case sensitive. 
PValue [varies] 
(Optional) Value for parameter associated with PName. There must be a parameter value for each parameter name specified. 
Return Values
Return Values 
Description 
LEEDROut [LEEDRDLUT] 
LEEDR LUT data object 
Examples

>> LEEDROut = buildLEEDRAtmos('Latitude',39.83,'Longitude',-84.05)

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