From d2d305be38dce8333ac6c6672b902bd7de6cbaf6 Mon Sep 17 00:00:00 2001 From: James Frost Date: Tue, 17 Sep 2024 04:19:59 +0100 Subject: [PATCH] Remove preprocessing settings They are not implemented yet, and can be re-added when they are. --- cset-workflow/meta/rose-meta.conf | 231 +----------------------------- 1 file changed, 1 insertion(+), 230 deletions(-) diff --git a/cset-workflow/meta/rose-meta.conf b/cset-workflow/meta/rose-meta.conf index 87f1a3418..8d2c2a6b3 100644 --- a/cset-workflow/meta/rose-meta.conf +++ b/cset-workflow/meta/rose-meta.conf @@ -360,80 +360,60 @@ trigger=template variables=m01_name: this >= 1; template variables=m01_data_path: this >= 1; template variables=m01_date_type: this >= 1; template variables=m01_data_period: this >= 1; - template variables=m01_preprocessing: this >= 1; - template variables=m01_preprocessing_recipe: this >= 1; template variables=m02_name: this >= 2; template variables=m02_data_source: this >= 2; template variables=m02_data_path: this >= 2; template variables=m02_date_type: this >= 2; template variables=m02_data_period: this >= 2; - template variables=m02_preprocessing: this >= 2; - template variables=m02_preprocessing_recipe: this >= 2; template variables=m03_name: this >= 3; template variables=m03_data_source: this >= 3; template variables=m03_data_path: this >= 3; template variables=m03_date_type: this >= 3; template variables=m03_data_period: this >= 3; - template variables=m03_preprocessing: this >= 3; - template variables=m03_preprocessing_recipe: this >= 3; template variables=m04_name: this >= 4; template variables=m04_data_source: this >= 4; template variables=m04_data_path: this >= 4; template variables=m04_date_type: this >= 4; template variables=m04_data_period: this >= 4; - template variables=m04_preprocessing: this >= 4; - template variables=m04_preprocessing_recipe: this >= 4; template variables=m05_name: this >= 5; template variables=m05_data_source: this >= 5; template variables=m05_data_path: this >= 5; template variables=m05_date_type: this >= 5; template variables=m05_data_period: this >= 5; - template variables=m05_preprocessing: this >= 5; - template variables=m05_preprocessing_recipe: this >= 5; template variables=m06_name: this >= 6; template variables=m06_data_source: this >= 6; template variables=m06_data_path: this >= 6; template variables=m06_date_type: this >= 6; template variables=m06_data_period: this >= 6; - template variables=m06_preprocessing: this >= 6; - template variables=m06_preprocessing_recipe: this >= 6; template variables=m07_name: this >= 7; template variables=m07_data_source: this >= 7; template variables=m07_data_path: this >= 7; template variables=m07_date_type: this >= 7; template variables=m07_data_period: this >= 7; - template variables=m07_preprocessing: this >= 7; - template variables=m07_preprocessing_recipe: this >= 7; template variables=m08_name: this >= 8; template variables=m08_data_source: this >= 8; template variables=m08_data_path: this >= 8; template variables=m08_date_type: this >= 8; template variables=m08_data_period: this >= 8; - template variables=m08_preprocessing: this >= 8; - template variables=m08_preprocessing_recipe: this >= 8; template variables=m09_name: this >= 9; template variables=m09_data_source: this >= 9; template variables=m09_data_path: this >= 9; template variables=m09_date_type: this >= 9; template variables=m09_data_period: this >= 9; - template variables=m09_preprocessing: this >= 9; - template variables=m09_preprocessing_recipe: this >= 9; template variables=m10_name: this >= 10; template variables=m10_data_source: this >= 10; template variables=m10_data_path: this >= 10; template variables=m10_date_type: this >= 10; template variables=m10_data_period: this >= 10; - template variables=m10_preprocessing: this >= 10; - template variables=m10_preprocessing_recipe: this >= 10; ################################################################################ @@ -525,6 +505,7 @@ trigger=template variables=m01_name: this >= 1; # compulsory=true # sort-key=b2 +# TODO: Include this in https://github.com/MetOffice/CSET/issues/835 # [template variables=m??_preprocessing] # ns=Models and Cases/Model ?? # title=Preprocess @@ -631,27 +612,6 @@ type=quoted compulsory=true sort-key=b2 -[template variables=m01_preprocessing] -ns=Models and Cases/Model 01 -title=Preprocess -description=Preprocess all of the model data. NOTE: Not yet implemented. -help=Whether to preprocess all of the model data. This is useful for applying - any necessary transformations to the data before it is used in the workflow, - such as removing boundary regions. -type=python_boolean -compulsory=true -trigger=template variables=m01_preprocessing_recipe: True; -sort-key=c1 - -[template variables=m01_preprocessing_recipe] -ns=Models and Cases/Model 01 -title=Preprocessing recipe -description=The preprocessing recipe to use. NOTE: Not yet implemented. -help=The preprocessing recipe to use. -type=quoted -compulsory=true -sort-key=c2 - # Model 02 [template variables=m02_name] @@ -737,27 +697,6 @@ type=quoted compulsory=true sort-key=b2 -[template variables=m02_preprocessing] -ns=Models and Cases/Model 02 -title=Preprocess -description=Preprocess all of the model data. NOTE: Not yet implemented. -help=Whether to preprocess all of the model data. This is useful for applying - any necessary transformations to the data before it is used in the workflow, - such as removing boundary regions. -type=python_boolean -compulsory=true -trigger=template variables=m02_preprocessing_recipe: True; -sort-key=c1 - -[template variables=m02_preprocessing_recipe] -ns=Models and Cases/Model 02 -title=Preprocessing recipe -description=The preprocessing recipe to use. NOTE: Not yet implemented. -help=The preprocessing recipe to use. -type=quoted -compulsory=true -sort-key=c2 - # Model 03 [template variables=m03_name] @@ -843,27 +782,6 @@ type=quoted compulsory=true sort-key=b2 -[template variables=m03_preprocessing] -ns=Models and Cases/Model 03 -title=Preprocess -description=Preprocess all of the model data. NOTE: Not yet implemented. -help=Whether to preprocess all of the model data. This is useful for applying - any necessary transformations to the data before it is used in the workflow, - such as removing boundary regions. -type=python_boolean -compulsory=true -trigger=template variables=m03_preprocessing_recipe: True; -sort-key=c1 - -[template variables=m03_preprocessing_recipe] -ns=Models and Cases/Model 03 -title=Preprocessing recipe -description=The preprocessing recipe to use. NOTE: Not yet implemented. -help=The preprocessing recipe to use. -type=quoted -compulsory=true -sort-key=c2 - # Model 04 [template variables=m04_name] @@ -949,27 +867,6 @@ type=quoted compulsory=true sort-key=b2 -[template variables=m04_preprocessing] -ns=Models and Cases/Model 04 -title=Preprocess -description=Preprocess all of the model data. NOTE: Not yet implemented. -help=Whether to preprocess all of the model data. This is useful for applying - any necessary transformations to the data before it is used in the workflow, - such as removing boundary regions. -type=python_boolean -compulsory=true -trigger=template variables=m04_preprocessing_recipe: True; -sort-key=c1 - -[template variables=m04_preprocessing_recipe] -ns=Models and Cases/Model 04 -title=Preprocessing recipe -description=The preprocessing recipe to use. NOTE: Not yet implemented. -help=The preprocessing recipe to use. -type=quoted -compulsory=true -sort-key=c2 - # Model 05 [template variables=m05_name] @@ -1055,27 +952,6 @@ type=quoted compulsory=true sort-key=b2 -[template variables=m05_preprocessing] -ns=Models and Cases/Model 05 -title=Preprocess -description=Preprocess all of the model data. NOTE: Not yet implemented. -help=Whether to preprocess all of the model data. This is useful for applying - any necessary transformations to the data before it is used in the workflow, - such as removing boundary regions. -type=python_boolean -compulsory=true -trigger=template variables=m05_preprocessing_recipe: True; -sort-key=c1 - -[template variables=m05_preprocessing_recipe] -ns=Models and Cases/Model 05 -title=Preprocessing recipe -description=The preprocessing recipe to use. NOTE: Not yet implemented. -help=The preprocessing recipe to use. -type=quoted -compulsory=true -sort-key=c2 - # Model 06 [template variables=m06_name] @@ -1161,27 +1037,6 @@ type=quoted compulsory=true sort-key=b2 -[template variables=m06_preprocessing] -ns=Models and Cases/Model 06 -title=Preprocess -description=Preprocess all of the model data. NOTE: Not yet implemented. -help=Whether to preprocess all of the model data. This is useful for applying - any necessary transformations to the data before it is used in the workflow, - such as removing boundary regions. -type=python_boolean -compulsory=true -trigger=template variables=m06_preprocessing_recipe: True; -sort-key=c1 - -[template variables=m06_preprocessing_recipe] -ns=Models and Cases/Model 06 -title=Preprocessing recipe -description=The preprocessing recipe to use. NOTE: Not yet implemented. -help=The preprocessing recipe to use. -type=quoted -compulsory=true -sort-key=c2 - # Model 07 [template variables=m07_name] @@ -1267,27 +1122,6 @@ type=quoted compulsory=true sort-key=b2 -[template variables=m07_preprocessing] -ns=Models and Cases/Model 07 -title=Preprocess -description=Preprocess all of the model data. NOTE: Not yet implemented. -help=Whether to preprocess all of the model data. This is useful for applying - any necessary transformations to the data before it is used in the workflow, - such as removing boundary regions. -type=python_boolean -compulsory=true -trigger=template variables=m07_preprocessing_recipe: True; -sort-key=c1 - -[template variables=m07_preprocessing_recipe] -ns=Models and Cases/Model 07 -title=Preprocessing recipe -description=The preprocessing recipe to use. NOTE: Not yet implemented. -help=The preprocessing recipe to use. -type=quoted -compulsory=true -sort-key=c2 - # Model 08 [template variables=m08_name] @@ -1373,27 +1207,6 @@ type=quoted compulsory=true sort-key=b2 -[template variables=m08_preprocessing] -ns=Models and Cases/Model 08 -title=Preprocess -description=Preprocess all of the model data. NOTE: Not yet implemented. -help=Whether to preprocess all of the model data. This is useful for applying - any necessary transformations to the data before it is used in the workflow, - such as removing boundary regions. -type=python_boolean -compulsory=true -trigger=template variables=m08_preprocessing_recipe: True; -sort-key=c1 - -[template variables=m08_preprocessing_recipe] -ns=Models and Cases/Model 08 -title=Preprocessing recipe -description=The preprocessing recipe to use. NOTE: Not yet implemented. -help=The preprocessing recipe to use. -type=quoted -compulsory=true -sort-key=c2 - # Model 09 [template variables=m09_name] @@ -1479,27 +1292,6 @@ type=quoted compulsory=true sort-key=b2 -[template variables=m09_preprocessing] -ns=Models and Cases/Model 09 -title=Preprocess -description=Preprocess all of the model data. NOTE: Not yet implemented. -help=Whether to preprocess all of the model data. This is useful for applying - any necessary transformations to the data before it is used in the workflow, - such as removing boundary regions. -type=python_boolean -compulsory=true -trigger=template variables=m09_preprocessing_recipe: True; -sort-key=c1 - -[template variables=m09_preprocessing_recipe] -ns=Models and Cases/Model 09 -title=Preprocessing recipe -description=The preprocessing recipe to use. NOTE: Not yet implemented. -help=The preprocessing recipe to use. -type=quoted -compulsory=true -sort-key=c2 - # Model 10 [template variables=m10_name] @@ -1584,24 +1376,3 @@ help=The period of the input data in each file as an ISO 8601 duration. This type=quoted compulsory=true sort-key=b2 - -[template variables=m10_preprocessing] -ns=Models and Cases/Model 10 -title=Preprocess -description=Preprocess all of the model data. NOTE: Not yet implemented. -help=Whether to preprocess all of the model data. This is useful for applying - any necessary transformations to the data before it is used in the workflow, - such as removing boundary regions. -type=python_boolean -compulsory=true -trigger=template variables=m10_preprocessing_recipe: True; -sort-key=c1 - -[template variables=m10_preprocessing_recipe] -ns=Models and Cases/Model 10 -title=Preprocessing recipe -description=The preprocessing recipe to use. NOTE: Not yet implemented. -help=The preprocessing recipe to use. -type=quoted -compulsory=true -sort-key=c2