Skip to content

Strange && after FCST_THRESH #2869

Closed Locked Answered by CPKalb
ShannonShields-NOAA asked this question in File I/O
Discussion options

You must be logged in to vote

Hi Shannon:

The strange && after the FCST_THRESH value here is a result of setting cnt_logic = INTERSECTION; in your configuration file. If you set cnt_logic = UNION; you will get || after the FCST_THRESH value. Setting cnt_logic = SYMDIFF; results in a * after the FCST_THRESH value. The symbol indicates which cnt_logic setting was used.

If you omit the cnt_logic variable, MET defaults to UNION and you will get the || symbol. You should only see these symbols in the CNT and SL1L2 lines in your output. If you are outputting other line types the symbols should not be there. Is this what you are seeing?

Christina

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ShannonShields-NOAA
Comment options

Answer selected by ShannonShields-NOAA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
requestor: NOAA/EMC NOAA Environmental Modeling Center MET: Configuration
2 participants