GridModel

models.GridModel(self, cfg)

Grid model.

Needs the following settings in order to be run:

  • exposure.grid.file
  • output.grid.file

Parameters

Name Type Description Default
cfg ConfigReader ConfigReader object containing the settings. required

Methods

Name Description
resolve Create EAD output from the outputs of different return periods.
run Run the grid model with provided settings.
Back to top