From cd8cf1754c44e3c9e7d98e5f0d0546d3c55031dd Mon Sep 17 00:00:00 2001 From: "Gregory L. Wagner" Date: Sat, 22 Feb 2025 12:41:32 -0700 Subject: [PATCH] Bug fix in PrescribedAtmospheres --- src/OceanSeaIceModels/PrescribedAtmospheres.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OceanSeaIceModels/PrescribedAtmospheres.jl b/src/OceanSeaIceModels/PrescribedAtmospheres.jl index ce7b7682..dc6ba471 100644 --- a/src/OceanSeaIceModels/PrescribedAtmospheres.jl +++ b/src/OceanSeaIceModels/PrescribedAtmospheres.jl @@ -1,7 +1,7 @@ module PrescribedAtmospheres using Oceananigans.Grids: grid_name -using Oceananigans.Utils: prettysummary +using Oceananigans.Utils: prettysummary, Time using Oceananigans.Fields: Center using Oceananigans.OutputReaders: FieldTimeSeries, update_field_time_series!, extract_field_time_series using Oceananigans.TimeSteppers: tick!, Clock