swot_simulator.launcher.launch#

swot_simulator.launcher.launch(client: Client, parameters: Parameters, logging_server: Optional[Tuple[str, int, int]], first_date: Optional[datetime64] = None, last_date: Optional[datetime64] = None)[source]#

Executes the simulation set to the selected period.

Parameters
  • client (dask.distributed.Client) – Client connected to the Dask cluster.

  • parameters (settings.Parameters) – Simulation parameters.

  • logging_server (tuple, optional) – Log server connection settings.

  • first_date (numpy.datetime64, optional) – First date of the simulation.

  • last_date (numpy.datetime64, optional) – Last date of the simulation.