Deals with the execution of the 1D model
◆ __init__()
| phyex1d.phyex1d.Phyex1d.__init__ |
( |
|
self, |
|
|
|
inputfile, |
|
|
|
experiments, |
|
|
|
output_dir, |
|
|
|
comp_name = '' |
|
) |
| |
:param inputfile: netcdf file describing the case
: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 timestep: timestep legth (s)
:param comp_name: comparison name
◆ get_duration()
| phyex1d.phyex1d.Phyex1d.get_duration |
( |
|
self | ) |
|
Read the simulation duration in the netcdf file describing the case
The documentation for this class was generated from the following file:
- /home/runner/work/phyex1d/phyex1d/src/phyex1d/phyex1d.py