Skip to content

Commit

Permalink
Update rfc_max_forecast.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
shawncrawley authored Feb 5, 2024
1 parent 3d86a06 commit fb1a05e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,11 @@ forecast_initial_flood_point AS (
LEFT JOIN relevant_thresholds cat
ON cat.lid = ff.lid
WHERE value >= COALESCE(cat.action, cat.minor, cat.moderate, cat.major)
ORDER BY lid, pe, product_time, value, units, valid_time
ORDER BY
lid,
pe,
product_time,
valid_time
),

forecast_initial_values AS (
Expand Down

0 comments on commit fb1a05e

Please sign in to comment.