Analysis DefinitionΒΆ

The analysis definition module is used for loading an already generated reduced order and running a subsequent analysis. The input is a JSON file that defines each of the covariates of interest. The analysis can take of

  • Single value analysis, see example

  • Sweep values over a year (as defined by an EPW file), see example

  • Sweep values over specified ranges for single variable, see example

  • Sweep values over specified ranges for multiple variable, see example

To run an analysis with a JSON file, first load a metamodel, then load the analysis defintion.

from rom.analysis_definition.analysis_definition import AnalysisDefinition
from rom.metamodels import Metamodels