Skip to content

Commit e5908c5

Browse files
committed
remove echo and update description
1 parent b818242 commit e5908c5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CMEW/app/standardise_model_data/bin/standardise_model_data.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ cmew-standardise-env cdds_convert "${REQUEST_PATH_EVAL}"
2121
# If RAW_DATA_DIR is configured, copy extracted raw data only when the target
2222
# directory is empty. If it is not empty, emit a log.err message and do not copy.
2323
if [[ -n "${RAW_DATA_DIR:-}" ]]; then
24-
echo "[INFO] RAW_DATA_DIR is set to: ${RAW_DATA_DIR}"
25-
echo "[INFO] ROOT_DATA_DIR is set to: ${ROOT_DATA_DIR}"
26-
2724
mkdir -p "${RAW_DATA_DIR}"
2825

2926
shopt -s nullglob dotglob

CMEW/meta/rose-meta.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ type=integer
150150

151151
[template variables=RAW_DATA_DIR]
152152
compulsory=false
153-
description=The path to save RAW data.
153+
description=The path to save RAW pp data.
154154
help=If required, this value must be set in a rose-suite.conf configuration file
155155
=Path is set where user wants to save the RAW_DATA. Otherwise, set the value equal to an
156156
=empty string.

0 commit comments

Comments
 (0)