Skip to content

Stat Analysis NBRCTC Aggregation Issue #1826

Discussion options

You must be logged in to vote

@lindsayrblank thanks for letting us know about this runtime error. @georgemccabe found a pretty obvious bug in the code that is the source of this issue starting on this line of code.

         case stat_nbrctc: write_header_row       (nbrctc_columns, n_sl1l2_columns, 1,      stat_at, 0, 0); break;
         case stat_nbrcts: write_header_row       (nbrcts_columns, n_sl1l2_columns, 1,      stat_at, 0, 0); break;
         case stat_nbrcnt: write_header_row       (nbrcnt_columns, n_sl1l2_columns, 1,      stat_at, 0, 0); break;

It's a copy/paste error and the fix is easy.

FYI, I'm able to replicate this error by running:

MET-main_v10.0/met/bin/stat_analysis -lookin grid_stat_APCP_12_120000L_…

Replies: 1 comment 1 reply

Comment options

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

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