Skip to content

pcp_combine to sum snow amounts #2121

Locked Answered by CPKalb
craigr3 asked this question in Configuration
Discussion options

You must be logged in to vote

Hi Craig:

Here is an example using the Pcp-Combine sum option. If your data is observations, you would want to change everything that says "FCST" to "OBS." To get this to work for 3 hourly snow amounts, you would to change the following:

FCST_PCP_COMBINE_INPUT_ACCUMS = 3
FCST_PCP_COMBINE_INPUT_NAMES = SNWFL

FCST_PCP_COMBINE_OUTPUT_ACCUM = 24
FCST_PCP_COMBINE_OUTPUT_NAME = whatever you want to name the output variable

You will also need to change FCST_PCP_COMBINE_INPUT_LEVELS. However, I would need to see the output from wgrib2 to know what this variable should be set to. Additionally, you would need to set FCST_PCP_COMBINE_INPUT_DIR to your input file directory, and FCST_PCP_COMBINE_INPUT…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by CPKalb
Comment options

You must be logged in to vote
1 reply
@CPKalb
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment