Skip to content

Commit

Permalink
Remove preprocessing settings
Browse files Browse the repository at this point in the history
They are not implemented yet, and can be re-added when they are.
  • Loading branch information
jfrost-mo committed Sep 17, 2024
1 parent f50ddfe commit d2d305b
Showing 1 changed file with 1 addition and 230 deletions.
231 changes: 1 addition & 230 deletions cset-workflow/meta/rose-meta.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;


################################################################################
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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

0 comments on commit d2d305b

Please sign in to comment.