-
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 #353 from MetOffice/352_inflow_properties_additon
Adds inflow layer properties diagnostic
- Loading branch information
Showing
10 changed files
with
224 additions
and
42 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
cset-workflow/includes/deterministic_plot_inflow_properties.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,12 @@ | ||
{% if DETERMINISTIC_PLOT_INFLOW_PROPERTIES %} | ||
[runtime] | ||
[[parallel_inflow_layer_properties]] | ||
inherit = PARALLEL | ||
[[[environment]]] | ||
CSET_RECIPE_NAME = "inflow_layer_properties_plot.yaml" | ||
|
||
[[collate_inflow_layer_properties]] | ||
inherit = COLLATE | ||
[[[environment]]] | ||
CSET_RECIPE_NAME = "inflow_layer_properties_plot.yaml" | ||
{% 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
title: Inflow layer properties plot | ||
description: | | ||
Extracts data required for, and calculates the Inflow properties diagnostic, plotting on a map. | ||
parallel: | ||
- operator: read.read_cubes | ||
constraint: | ||
operator: constraints.generate_time_constraint | ||
time_start: $VALIDITY_TIME | ||
|
||
- operator: convection.inflow_layer_properties | ||
EIB: | ||
operator: filters.filter_cubes | ||
constraint: | ||
operator: constraints.generate_stash_constraint | ||
stash: m01s20i119 | ||
BLheight: | ||
operator: filters.filter_cubes | ||
constraint: | ||
operator: constraints.generate_stash_constraint | ||
stash: m01s00i025 | ||
Orography: | ||
operator: filters.filter_cubes | ||
constraint: | ||
operator: constraints.generate_stash_constraint | ||
stash: m01s00i033 | ||
|
||
- operator: write.write_cube_to_nc | ||
filename: intermediate/inflow_layer | ||
|
||
collate: | ||
- operator: read.read_cube | ||
filename: intermediate/*.nc | ||
|
||
- operator: write.write_cube_to_nc | ||
overwrite: True | ||
|
||
- operator: plot.postage_stamp_contour_plot |
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.