|
| | __init__ (self, inputfile_or_case, experiments, output_dir, comp_name='') |
| |
Deals with the execution of the 1D model
◆ __init__()
| phyex1d.experiment_runner.ExperimentRunner.__init__ |
( |
|
self, |
|
|
|
inputfile_or_case, |
|
|
|
experiments, |
|
|
|
output_dir, |
|
|
|
comp_name = '' |
|
) |
| |
:param inputfile_or_case: path to a netCDF driver file or a Case instance
:param experiments: list of dictionaries describing the experiments
allowed keys are:
- grid: Grid name or file name containing a grid description
(with '.grid' extension).
- dt: Timestep (s)
- name: experiment name
:param comp_name: comparison name
The documentation for this class was generated from the following file:
- /home/runner/work/phyex1d/phyex1d/src/phyex1d/experiment_runner.py