From 2d6faeafef26953549bbaaa8a5e51d63d00c3512 Mon Sep 17 00:00:00 2001 From: Nathanael Wong Date: Mon, 19 Feb 2024 17:16:47 -0500 Subject: [PATCH] Adding more hour2time functions --- src/ERA5Reanalysis.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ERA5Reanalysis.jl b/src/ERA5Reanalysis.jl index 572236f3..5e4e0079 100644 --- a/src/ERA5Reanalysis.jl +++ b/src/ERA5Reanalysis.jl @@ -145,6 +145,8 @@ include("downloads/pythonprint.jl") include("downloads/split.jl") include("hour2time/hour2day.jl") +include("hour2time/hour2month.jl") +include("hour2time/hour2monthhour.jl") include("analysis/hourly.jl") include("analysis/monthly.jl")