Skip to content

Commit

Permalink
Keep precip out of the METsurface app
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed May 17, 2024
1 parent ba9a539 commit 11a6886
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class MESurface(ParentMetadata):
def __init__(self, options):
options['name'] = __name__
options['appSpecificWhereClause'] = 'fcst_lev in ("MSL", "SFC", "SFC=", "Z0", "Z2", "Z10", "H0", "H2", "H10", "L0")'
options['appSpecificWhereClause'] = 'fcst_lev in ("MSL", "SFC", "SFC=", "Z0", "Z2", "Z10", "H0", "H2", "H10", "L0") and fcst_var not regexp "PCP|PRECIP|precip|pcp"'
options['statHeaderType'] = 'stat_header'
options['line_data_table'] = ["line_data_sl1l2", # used for scalar stats on all plot types
"line_data_vl1l2", # used for vector stats on all plot types
Expand Down

0 comments on commit 11a6886

Please sign in to comment.