From a2731309f675843f5fbc35123a120373a06d0ab3 Mon Sep 17 00:00:00 2001 From: gaelforget Date: Wed, 31 Aug 2022 12:57:22 -0400 Subject: [PATCH] fix (?) --- examples/worldwide/global_ocean_circulation.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/worldwide/global_ocean_circulation.jl b/examples/worldwide/global_ocean_circulation.jl index 19ad7999..13cabad9 100644 --- a/examples/worldwide/global_ocean_circulation.jl +++ b/examples/worldwide/global_ocean_circulation.jl @@ -79,6 +79,8 @@ begin nm=12 #number of months end + OceanStateEstimation.get_ecco_velocity_if_needed() + 𝑃,𝐷=ECCO_FlowFields.global_ocean_circulation(k=k) "Done with Setting Up FlowFields" end