Skip to content

Statanlysis config file #2174

Locked Answered by georgemccabe
perthsb asked this question in Configuration
May 15, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Hi @perthsb, it looks like the StatAnalysis variable names in your config file should be named with MODEL1_ instead of MODEL_, e.g.:

MODEL_STAT_ANALYSIS_LOOKIN_DIR should be MODEL1_STAT_ANALYSIS_LOOKIN_DIR
MODEL_STAT_ANALYSIS_DUMP_ROW_TEMPLATE should be MODEL1_STAT_ANALYSIS_DUMP_ROW_TEMPLATE
MODEL should be MODEL1
OBTYPE should be MODEL1_OBTYPE

I realize that this is confusing if you are only providing 1 model to process via StatAnalysis. We could enhance the wrapper to look for the model variables without a number if no variables with numbers are found. I created issue #2176 to track this enhancement. It is not marked as high priority because there is a workaround, but please let us know…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@perthsb
Comment options

@georgemccabe
Comment options

@georgemccabe
Comment options

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