ContentsIndexReferenceHome
PreviousUpNext
setLEEDRInputs
MATLAB
LEEDRIn = setLEEDRInputs([inpt],[PName1],[PValue1], ...)
Description

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
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 
LEEDRIn [LEEDRLUT] 
LEEDR LUT object for use with LEEDR in ATMTools with the specified changes applied. 
Examples

>> inputs = setLEEDRInputs('Latitude',39.83,'Longitude',-84.05) 

  • Return input structure based on current app data or default inputs with a change to the lat/long.
 

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