From 701b1a9ac0ad9fdeea7b8f76aa9eee7071ba43c3 Mon Sep 17 00:00:00 2001 From: Ian Grooms Date: Mon, 24 Jun 2024 13:02:20 -0600 Subject: [PATCH] Fix merge --- src/core/MOM_dynamics_unsplit_RK2.F90 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/MOM_dynamics_unsplit_RK2.F90 b/src/core/MOM_dynamics_unsplit_RK2.F90 index ff00bb1d4e..3c71fac0e4 100644 --- a/src/core/MOM_dynamics_unsplit_RK2.F90 +++ b/src/core/MOM_dynamics_unsplit_RK2.F90 @@ -86,6 +86,7 @@ module MOM_dynamics_unsplit_RK2 use MOM_open_boundary, only : open_boundary_zero_normal_flow use MOM_PressureForce, only : PressureForce, PressureForce_init, PressureForce_CS use MOM_set_visc, only : set_viscous_ML, set_visc_CS +use MOM_self_attr_load, only : SAL_init, SAL_end, SAL_CS use MOM_stochastics, only : stochastic_CS use MOM_tidal_forcing, only : tidal_forcing_init, tidal_forcing_end, tidal_forcing_CS use MOM_unit_scaling, only : unit_scale_type