Skip to content

Commit cda4390

Browse files
committed
ft: improved experiment viewer metadata. Added doi badges. Wrapped up final pane dashboard details
1 parent 1438a5c commit cda4390

File tree

20 files changed

+277
-26
lines changed

20 files changed

+277
-26
lines changed

docs/tutorials/case_a.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ The following example shows the definition of a testing experiment of a single *
1616
$ floatcsep run config.yml
1717
1818
After the calculation is complete, the results will be summarized in ``results/report.md``.
19+
The experiment region, catalog, forecasts and results can be viewed in the **Experiment Dashboard** with:
20+
21+
.. code-block:: console
22+
23+
$ floatcsep view config.yml
24+
1925
2026
.. contents:: Contents
2127
:local:

docs/tutorials/case_b.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ The following example is an experiment including **multiple** time-independent f
1616
$ floatcsep run config.yml
1717
1818
After the calculation is complete, the results will be summarized in ``results/report.md``.
19+
The experiment region, catalog, forecasts and results can be viewed in the **Experiment Dashboard** with:
20+
21+
.. code-block:: console
22+
23+
$ floatcsep view config.yml
24+
1925
2026
.. contents:: Contents
2127
:local:

docs/tutorials/case_c.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ The following example shows an experiment with **multiple time windows**.
1616
$ floatcsep run config.yml
1717
1818
After the calculation is complete, the results will be summarized in ``results/report.md``.
19+
The experiment region, catalog, forecasts and results can be viewed in the **Experiment Dashboard** with:
20+
21+
.. code-block:: console
22+
23+
$ floatcsep view config.yml
24+
1925
2026
.. contents:: Contents
2127
:local:

docs/tutorials/case_d.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ The following example shows an experiment whose forecasts are **retrieved from a
1818
$ floatcsep run config.yml
1919
2020
After the calculation is complete, the results will be summarized in ``results/report.md``.
21+
The experiment region, catalog, forecasts and results can be viewed in the **Experiment Dashboard** with:
22+
23+
.. code-block:: console
24+
25+
$ floatcsep view config.yml
26+
2127
2228
.. contents:: Contents
2329
:local:

docs/tutorials/case_e.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ This example shows how to run a realistic testing experiment (based on :ref:`Sch
1616
$ floatcsep run config.yml
1717
1818
After the calculation is complete, the results will be summarized in ``results/report.md``.
19+
The experiment region, catalog, forecasts and results can be viewed in the **Experiment Dashboard** with:
20+
21+
.. code-block:: console
22+
23+
$ floatcsep view config.yml
24+
1925
2026
.. contents:: Contents
2127
:local:

docs/tutorials/case_f.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ This example shows how set up an experiment with a **time-dependent** model, who
1616
$ floatcsep run config.yml
1717
1818
After the calculation is complete, the results will be summarized in ``results/report.md``.
19+
The experiment region, catalog, forecasts and results can be viewed in the **Experiment Dashboard** with:
20+
21+
.. code-block:: console
22+
23+
$ floatcsep view config.yml
24+
1925
2026
.. contents:: Contents
2127
:local:

docs/tutorials/case_g.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ Here, we set up a time-dependent model from its **source code** for an experimen
1414
$ floatcsep run config.yml
1515
1616
After the calculation is complete, the results will be summarized in ``results/report.md``.
17+
The experiment region, catalog, forecasts and results can be viewed in the **Experiment Dashboard** with:
18+
19+
.. code-block:: console
20+
21+
$ floatcsep view config.yml
22+
23+
1724
For troubleshooting, run the experiment with:
1825

1926
.. code-block:: console

docs/tutorials/case_h.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ Here, we run an experiment that accesses, containerizes and executes multiple **
1414
$ floatcsep run config.yml
1515
1616
After the calculation is complete, the results will be summarized in ``results/report.md``.
17+
The experiment region, catalog, forecasts and results can be viewed in the **Experiment Dashboard** with:
18+
19+
.. code-block:: console
20+
21+
$ floatcsep view config.yml
22+
23+
1724
For troubleshooting, run the experiment with:
1825

1926
.. code-block:: console

docs/tutorials/case_i.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ This case uses simple mock models as examples.
2222
$ floatcsep run config.yml
2323
2424
After the calculation is complete, the results will be summarized in ``results/report.md``.
25+
The experiment region, catalog, forecasts and results can be viewed in the **Experiment Dashboard** with:
26+
27+
.. code-block:: console
28+
29+
$ floatcsep view config.yml
30+
31+
2532
For troubleshooting, run the experiment with:
2633

2734
.. code-block:: console

docs/tutorials/case_j.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@ producing daily gridded forecasts and evaluating them with a Poisson N-test. The
2121
$ floatcsep run config.yml
2222
2323
After the calculation is complete, the results will be summarized in ``results/report.md``.
24+
The experiment region, catalog, forecasts and results can be viewed in the **Experiment Dashboard** with:
25+
26+
.. code-block:: console
27+
28+
$ floatcsep view config.yml
29+
30+
31+
For troubleshooting, run the experiment with:
32+
33+
.. code-block:: console
34+
35+
$ floatcsep run config.yml --debug
36+
2437
2538
.. currentmodule:: floatcsep
2639

0 commit comments

Comments
 (0)