LEEDROut = buildLEEDRAtmos([inpt],[PName1],[PValue1], ...)
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 |
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 |
Description |
LEEDROut [LEEDRDLUT] |
LEEDR LUT data object |
>> LEEDROut = buildLEEDRAtmos('Latitude',39.83,'Longitude',-84.05)
LEEDRLUT, LEEDRAtmos, setLEEDRInputs, saveLEEDRAtmos, getappdata
Copyright (c) 2009. All rights reserved.
|
What do you think about this topic? Send feedback!
|