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/tools/listtools.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,23 @@
2
2
-----------------
3
3
4
4
``fre list exps [options]``
5
-
- Purpose: Lists available post-processing experiments included in the yaml configurations
5
+
- Purpose: List available post-processing experiments included in the yaml configurations
6
6
- Options:
7
7
- ``-y, --yamlfile [experiment yaml]``
8
8
9
9
``platforms``
10
10
-----------------
11
11
12
12
``fre list platforms [options]``
13
-
- Purpose: Lists available platforms included in the yaml configurations
13
+
- Purpose: List available platforms included in the yaml configurations
14
14
- Options:
15
15
- ``-y, --yamlfile [experiment yaml]``
16
16
17
17
``pp-components``
18
18
-----------------
19
19
20
20
``fre list pp-components [options]``
21
-
- Purpose: Lists components that have the `postprocess_on` key set to `True` in the postprocessing yaml configurations
21
+
- Purpose: List components in the postprocessing yaml that will be post-processed. All components will be post-processed unless ``postprocess_on: False`` is specified
22
22
- Options:
23
23
- ``-y, --yamlfile [experiment yaml]``
24
24
- ``-e, --experiment [experiment to be post-processed]``
0 commit comments