File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
1921To copy the data, the user must run |CMEW | specifying the location to which to save the files,
2022e.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
2527The 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.
3133In future runs, to avoid extracting the same data,
3234specify 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 ::
You can’t perform that action at this time.
0 commit comments