-
foxes.algorithms.downwind.models.PopulationModel(data_source, index_coord=
'index', turbine_coord='turbine', var2ncvar={}, variables=None, verbosity=1, **kwargs)[source] Constructor
ParametersΒΆ
- data_source: xarray.Dataset or str
The population data or path to NetCDF file.
- index_coord: str
The name of the index coordinate, labeling individuals within the population.
- turbine_coord: str
The name of the turbine coordinate
- var2ncvar: dict
Mapping from variable names to NetCDF variable names
- variables: list of str, optional
The variables to be set. If None, all variables fields from the dataset are used#
- verbosity: int
The verbosity level, 0 = silent
- kwargs: dict, optional
Additional parameters for the base class