Skip to content

Commit

Permalink
Merge pull request #695 from MetOffice/694_enable_spatial_fields_on_f…
Browse files Browse the repository at this point in the history
…ull_and_half_levels

Enable spatial fields on full and half levels
  • Loading branch information
jfrost-mo authored Jul 5, 2024
2 parents b1791db + 98c64fe commit c7efcbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cset-workflow/meta/rose-meta.conf
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ sort-key=pressure3

[template variables=LFRIC_MODEL_LEVEL_MODEL_FIELDS]
ns=Diagnostics
description=List of standard names of model fields on model levels to plot.
description=List of standard names of model fields on full_levels to plot.
help=Include a list of variable names in python list format["var1","var2"].
type=python_list
compulsory=true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
category: Quick Look
title: $VARNAME $MLEVEL Level Spatial Plot
description: |
Extracts and plots the $VARNAME from a file at model level $MLEVEL.
Extracts and plots the $VARNAME from a file at full level $MLEVEL.
parallel:
- operator: read.read_cubes
Expand All @@ -15,8 +15,9 @@ parallel:
time_start: $VALIDITY_TIME
model_level_constraint:
operator: constraints.generate_level_constraint
coordinate: "model_level_number"
coordinate: "full_levels"
levels: $MLEVEL

- operator: write.write_cube_to_nc
filename: intermediate/model_level_field

Expand Down

0 comments on commit c7efcbc

Please sign in to comment.