-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #638 from MetOffice/637_lfric_extension_to_vertica…
…l_profile LFRic extension to vertical profile
- Loading branch information
Showing
23 changed files
with
264 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
cset-workflow/includes/lfric_deterministic_domain_mean_vertical_profile_series.cylc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{% if LFRIC_DOMAIN_MEAN_VERTICAL_PROFILE_SERIES %} | ||
[runtime] | ||
{% for model_field in LFRIC_PRESSURE_LEVEL_MODEL_FIELDS %} | ||
{% for model_field in LFRIC_MODEL_LEVEL_MODEL_FIELDS %} | ||
[[pre_process_lfric_domain_mean_vertical_profile_series_{{model_field}}]] | ||
inherit = PARALLEL | ||
[[[environment]]] | ||
CSET_RECIPE_NAME = "lfric_generic_domain_mean_vertical_profile_series.yaml" | ||
CSET_ADDOPTS = "--VARNAME='{{model_field}}' --PLEVEL='{{LFRIC_PRESSURE_LEVELS}}'" | ||
CSET_ADDOPTS = "--VARNAME='{{model_field}}' --MLEVEL='{{LFRIC_MODEL_LEVELS}}'" | ||
|
||
[[collate_lfric_domain_mean_vertical_profile_series_{{model_field}}]] | ||
inherit = COLLATE | ||
[[[environment]]] | ||
CSET_RECIPE_NAME = "lfric_generic_domain_mean_vertical_profile_series.yaml" | ||
CSET_ADDOPTS = "--VARNAME='{{model_field}}' --PLEVEL='{{LFRIC_PRESSURE_LEVELS}}}'" | ||
CSET_ADDOPTS = "--VARNAME='{{model_field}}' --MLEVEL='{{LFRIC_MODEL_LEVELS}}'" | ||
{% endfor %} | ||
{% endif %} |
18 changes: 18 additions & 0 deletions
18
cset-workflow/includes/lfric_plot_spatial_mlevel_model_field.cylc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{% if LFRIC_PLOT_SPATIAL_MODEL_LEVEL_MODEL_FIELD %} | ||
[runtime] | ||
{% for model_field in LFRIC_MODEL_LEVEL_MODEL_FIELDS %} | ||
{% for mlevel in LFRIC_MODEL_LEVELS %} | ||
[[process_lfric_generic_mlevel_spatial_plot_sequence_{{model_field}}_{{mlevel}}]] | ||
inherit = PARALLEL | ||
[[[environment]]] | ||
CSET_RECIPE_NAME = "lfric_generic_mlevel_spatial_plot_sequence.yaml" | ||
CSET_ADDOPTS = "--VARNAME='{{model_field}}' --MLEVEL='{{mlevel}}'" | ||
|
||
[[collate_lfric_generic_mlevel_spatial_plot_sequence_{{model_field}}_{{mlevel}}]] | ||
inherit = COLLATE | ||
[[[environment]]] | ||
CSET_RECIPE_NAME = "lfric_generic_mlevel_spatial_plot_sequence.yaml" | ||
CSET_ADDOPTS = "--VARNAME='{{model_field}}' --MLEVEL='{{mlevel}}'" | ||
{% endfor %} | ||
{% endfor %} | ||
{% endif %} |
18 changes: 18 additions & 0 deletions
18
cset-workflow/includes/lfric_plot_spatial_plevel_model_field.cylc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{% if LFRIC_PLOT_SPATIAL_PRESSURE_LEVEL_MODEL_FIELD %} | ||
[runtime] | ||
{% for model_field in LFRIC_PRESSURE_LEVEL_MODEL_FIELDS %} | ||
{% for plevel in LFRIC_PRESSURE_LEVELS %} | ||
[[process_lfric_generic_plevel_spatial_plot_sequence_{{model_field}}_{{plevel}}]] | ||
inherit = PARALLEL | ||
[[[environment]]] | ||
CSET_RECIPE_NAME = "lfric_generic_plevel_spatial_plot_sequence.yaml" | ||
CSET_ADDOPTS = "--VARNAME='{{model_field}}' --PLEVEL='{{plevel}}'" | ||
|
||
[[collate_lfric_generic_plevel_spatial_plot_sequence_{{model_field}}_{{plevel}}]] | ||
inherit = COLLATE | ||
[[[environment]]] | ||
CSET_RECIPE_NAME = "lfric_generic_plevel_spatial_plot_sequence.yaml" | ||
CSET_ADDOPTS = "--VARNAME='{{model_field}}' --PLEVEL='{{plevel}}'" | ||
{% endfor %} | ||
{% endfor %} | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.