Skip to content

Commit

Permalink
add mote SEEPS stats #422
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaBurek committed Nov 1, 2022
1 parent 55fdc97 commit 927e6d9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions java/edu/ucar/metviewer/MVUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,18 @@ public class MVUtil {
statsSeeps.put("SEEPS_MEAN_FCST", new String[]{});
statsSeeps.put("SEEPS_MEAN_OBS", new String[]{});
statsSeeps.put("SEEPS", new String[]{});
statsSeeps.put("SEEPS_S12", new String[]{});
statsSeeps.put("SEEPS_S13", new String[]{});
statsSeeps.put("SEEPS_S21", new String[]{});
statsSeeps.put("SEEPS_S23", new String[]{});
statsSeeps.put("SEEPS_S31", new String[]{});
statsSeeps.put("SEEPS_S32", new String[]{});
statsSeeps.put("SEEPS_PF1", new String[]{});
statsSeeps.put("SEEPS_PF2", new String[]{});
statsSeeps.put("SEEPS_PF3", new String[]{});
statsSeeps.put("SEEPS_PV1", new String[]{});
statsSeeps.put("SEEPS_PV2", new String[]{});
statsSeeps.put("SEEPS_PV3", new String[]{});
}


Expand Down

0 comments on commit 927e6d9

Please sign in to comment.