From a09ca61e5bc5f38328de990adaf709aa279af27e Mon Sep 17 00:00:00 2001 From: James Frost Date: Thu, 26 Sep 2024 22:26:16 +0100 Subject: [PATCH] Remove extra space from rose-suite.conf.example It is invalid rose syntax. Also use !! to disable showing the option in the GUI. --- cset-workflow/rose-suite.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cset-workflow/rose-suite.conf.example b/cset-workflow/rose-suite.conf.example index 7f962ff5b..ed859be8a 100644 --- a/cset-workflow/rose-suite.conf.example +++ b/cset-workflow/rose-suite.conf.example @@ -16,7 +16,7 @@ CSET_ENV_USE_LOCAL_CSET=False CSET_ENV_USE_MODULES=False !!CSET_LOCAL_CSET_PATH="" CSET_MODEL_COUNT=1 -! CSET_RUNAHEAD_LIMIT=0 +!!CSET_RUNAHEAD_LIMIT=0 !!CSET_TRIAL_CYCLE_PERIOD="" !!CSET_TRIAL_END_DATE="" !!CSET_TRIAL_START_DATE=""