Skip to content

Commit

Permalink
Fixed timeseries averaging in cb-metar
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed Oct 11, 2023
1 parent ad0f66b commit 9cae305
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ WHERE m0.type = 'DD'
AND m0.fcstValidEpoch %(24 * 3600) / 3600 IN [{{vxVALID_TIMES}}]
AND m0.fcstValidEpoch >= {{vxFROM_SECS}}
AND m0.fcstValidEpoch <= {{vxTO_SECS}}
GROUP BY m0.fcstValidEpoch
GROUP BY {{vxAVERAGE}}
ORDER BY avtime;

0 comments on commit 9cae305

Please sign in to comment.