Skip to content

Analysing the output of MODE across several dates #1523

Discussion options

You must be logged in to vote

Hi Nick,

You are correct that there is no wrapper for MODEAnalysis in the latest METplus release (4.1.0). I created GitHub issue #1525 to implement it. It is likely that this wrapper will be made available in the next METplus release.

In the meantime, you are able to build a call to this tool using the UserScript wrapper. See this link for examples of how to use the UserScript wrapper. You can set the USER_SCRIPT_COMMAND value to the command you want to build with any arguments. You can use filename template tags like {valid?fmt=%Y%m%d%H} to substitute the current run time values into the command:

USER_SCRIPT_COMMAND = {MET_BIN_DIR}/mode_analysis -lookin {MODE_OUTPUT_DIR}/{valid?fmt=%Y%m%…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@georgemccabe
Comment options

@ghost
Comment options

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