Skip to content

Commit

Permalink
Per #1809, update TC-Gen to add options for probabilistic outputs whe…
Browse files Browse the repository at this point in the history
…n evaluating the genesis probability forecasts.
  • Loading branch information
JohnHalleyGotway committed Nov 11, 2021
1 parent c52c899 commit ca8506c
Show file tree
Hide file tree
Showing 5 changed files with 329 additions and 134 deletions.
6 changes: 5 additions & 1 deletion met/data/config/TCGenConfig_default
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,12 @@ ci_alpha = 0.05;
//
output_flag = {
fho = NONE;
ctc = BOTH;
ctc = BOTH;
cts = BOTH;
pct = NONE;
pstd = NONE;
pjc = NONE;
prc = NONE;
genmpr = NONE;
}

Expand Down
Loading

0 comments on commit ca8506c

Please sign in to comment.