Skip to content

Commit

Permalink
Issue #325 modify config file to use RRFS ECNT .stat data reformatted…
Browse files Browse the repository at this point in the history
… by METdataio
  • Loading branch information
bikegeek committed Feb 1, 2024
1 parent 142699b commit d7f6329
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions metcalcpy/pre_processing/aggregation/config/config_agg_stat.yaml
Original file line number Diff line number Diff line change
@@ -1,47 +1,43 @@
agg_stat_input: /path-to/rrfs_cts_reformatted.data
agg_stat_output: /path-to/rrfs_cts_aggregated.txt
agg_stat_input: /path-to-METcalcpy-base/test/data/rrfs_ecnt_for_agg.data
agg_stat_output: /path-to/ecnt_aggregated.data
alpha: 0.05
append_to_file: null
circular_block_bootstrap: True
derived_series_1: []
derived_series_2: []
event_equal: False
fcst_var_val_1:
APCP_03:
- FBIAS
TMP:
- ECNT_RMSE
- ECNT_SPREAD_PLUS_OERR
fcst_var_val_2: {}
indy_vals:
- '30000'
- '60000'
- '90000'
- '120000'
- '150000'
- '160000'
- '170000'
- '180000'
- '200000'
- '240000'
- '270000'
- '300000'
- '330000'
- '340000'
- '360000'
indy_var: fcst_lead
line_type: cts
line_type: ecnt
list_stat_1:
- fbias
- ECNT_RMSE
- ECNT_SPREAD_PLUS_OERR
list_stat_2: []
method: perc
num_iterations: 1
num_threads: -1
random_seed: null
series_val_1:
model:
- RRFS_GDAS_GF.SPP.SPPT_mem01
- RRFS_GDAS_GF.SPP.SPPT_mem02
- RRFS_GDAS_GF.SPP.SPPT_mem03
- RRFS_GDAS_GF.SPP.SPPT_mem04
- RRFS_GDAS_GF.SPP.SPPT_mem05
- RRFS_GDAS_GF.SPP.SPPT_mem06
- RRFS_GDAS_GF.SPP.SPPT_mem07
- RRFS_GDAS_GF.SPP.SPPT_mem08
- RRFS_GDAS_GF.SPP.SPPT_mem09
- RRFS_GDAS_GF.SPP.SPPT_mem10
- RRFS_GEFS_GF.SPP.SPPT
series_val_2: {}

0 comments on commit d7f6329

Please sign in to comment.