Skip to content

Commit bc3bd43

Browse files
committed
Tweaking documentation
1 parent 0a38793 commit bc3bd43

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

doc/source/user_guide/reusing_raw_data.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ This functionality is controlled by two variables in the `rose-suite.conf` file:
1616
"RAW_DATA_DIR_MODE" and "RAW_DATA_DIR"
1717
:width: 600px
1818

19+
The label "Save new data" corresponds to a value of "save_new", and "Use saved data" to "use_saved".
20+
1921
To copy the data, the user must run |CMEW| specifying the location to which to save the files,
2022
e.g.::
2123

22-
RAW_DATA_DIR_MODE="Save new data"
24+
RAW_DATA_DIR_MODE="save_new"
2325
RAW_DATA_DIR="$SCRATCH/raw_data"
2426

2527
The raw data files will be stored in subdirectories named by suite ID.
@@ -31,7 +33,7 @@ The raw data files will be stored in subdirectories named by suite ID.
3133
In future runs, to avoid extracting the same data,
3234
specify the same location when skipping the extract from MASS step::
3335

34-
RAW_DATA_DIR_MODE="Use saved data"
36+
RAW_DATA_DIR_MODE="use_saved"
3537
RAW_DATA_DIR="$SCRATCH/raw_data"
3638

3739
.. note::

0 commit comments

Comments
 (0)