You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/experiment_config.rst
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,8 @@ Configuration files are written in ``YAML`` format and are divided into differen
49
49
- Poisson S-test:
50
50
func: poisson_evaluations.spatial_test
51
51
plot_func: plot_poisson_consistency_test
52
+
run_mode: parallel
53
+
force_rerun: true
52
54
postprocess:
53
55
plot_forecasts:
54
56
cmap: magma
@@ -278,3 +280,12 @@ The seismicity catalog can be defined with the ``catalog`` parameter. It represe
278
280
279
281
.. important::
280
282
The main catalog will be stored, and consecutively filtered to the extent of each testing time-window, as well as to the experiment's spatial domain, and magnitude- and depth- ranges.
283
+
284
+
285
+
Run Configuration
286
+
-----------------
287
+
288
+
The ``run_mode`` parameter allows to perform the experiment tasks in either ``sequential`` (default) or ``parallel``.
289
+
The former is appropriate for staging and testing the experiment is working, whereas ``parallel`` is optimal for heavy computations when the experiment is set to production (e.g., real conditions)
290
+
291
+
The ``force_rerun`` makes the experiment recompute every forecast. Default is ``false``, which allows when instantiating the experiment to make a self-discovery of existing forecasts.
* The forecast ``best_model.dat`` to be evaluated is written in the ``.dat`` format (see :doc:`pycsep:concepts/forecasts`). Forecast formats are detected automatically (see :mod:`floatcsep.utils.readers.ForecastParsers`)
49
+
* The forecast ``best_model.dat`` to be evaluated is written in the ``.dat`` format (see :doc:`pycsep:concepts/forecasts`). Forecast formats are detected automatically (see :mod:`floatcsep.utils.file_io.GriddedForecastParsers`)
0 commit comments