Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Oct 17, 2024
1 parent ad7cf38 commit 1dd56ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ALE/MOM_ALE.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1dd56ef

Please sign in to comment.