Skip to content

Commit

Permalink
updated the srf and mrf gfs hfm product config yml files to correct t…
Browse files Browse the repository at this point in the history
…he ingest file tag
  • Loading branch information
KatherinePowell-NOAA committed Nov 20, 2024
1 parent d4311c6 commit 5154238
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ingest_files:
- file_format: common/data/model/com/nwm/{{variable:NWM_DATAFLOW_VERSION}}/nwm.{{datetime:%Y%m%d}}/medium_range_alaska_mem1/nwm.t{{datetime:%H}}z.medium_range.channel_rt_1.f{{range:3,243,3,%03d}}.alaska.nc
file_step: None
file_window: None
target_table: ingest.nwm_channel_rt_mrf_gfs_mem1
target_table: ingest.nwm_channel_rt_mrf_gfs_ak_mem1
target_keys: (feature_id, streamflow)

db_max_flows:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ ingest_files:
- file_format: common/data/model/com/nwm/{{variable:NWM_DATAFLOW_VERSION}}/nwm.{{datetime:%Y%m%d}}/short_range_alaska/nwm.t{{datetime:%H}}z.short_range.channel_rt.f{{range:1,16,1,%03d}}.alaska.nc
file_step: None
file_window: None
target_table: ingest.nwm_channel_rt_srf
target_table: ingest.nwm_channel_rt_srf_ak
target_keys: (feature_id, streamflow)

db_max_flows:
- name: srf_max_flows
- name: srf_max_flows_ak
target_table: cache.max_flows_srf_ak
target_keys: (feature_id, streamflow)
method: database
Expand Down

0 comments on commit 5154238

Please sign in to comment.