From 1dd56ef23d6775e206364d3ea798b20230ef6ac8 Mon Sep 17 00:00:00 2001 From: alperaltuntas Date: Thu, 17 Oct 2024 11:12:42 -0600 Subject: [PATCH] foo --- src/ALE/MOM_ALE.F90 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ALE/MOM_ALE.F90 b/src/ALE/MOM_ALE.F90 index 3a4934676d..9462d12d87 100644 --- a/src/ALE/MOM_ALE.F90 +++ b/src/ALE/MOM_ALE.F90 @@ -386,6 +386,8 @@ subroutine ALE_register_diags(Time, G, GV, US, diag, CS) ' velocity by remapping. If REMAP_VEL_CONSERVE_KE is .true. then '//& ' this measures the change before the KE-conserving correction is applied.', & 'W m-2', conversion=US%RZ3_T3_to_W_m2 * US%L_to_Z**2) + id_remap_delta_integ_u2 = -1 !< Change in depth-integrated rho0*u**2/2 + id_remap_delta_integ_v2 = -1 !< Change in depth-integrated rho0*v**2/2 end subroutine ALE_register_diags