From b69bdbfc9911b21acc3f3aeb342cec4acf5de9c0 Mon Sep 17 00:00:00 2001 From: Sarah Williamson Date: Tue, 14 May 2024 13:09:50 -0500 Subject: [PATCH] Also making it so model_setup is exported in ShallowWaters.jl --- src/ShallowWaters.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ShallowWaters.jl b/src/ShallowWaters.jl index fda5303..de2b84b 100644 --- a/src/ShallowWaters.jl +++ b/src/ShallowWaters.jl @@ -1,6 +1,6 @@ module ShallowWaters - export run_model, Parameter, ∂x, ∂y, Ix, Iy, ∇² + export run_model, model_setup, Parameter, ∂x, ∂y, Ix, Iy, ∇² using NetCDF, Parameters, Printf, Dates, Interpolations