Skip to content

Commit

Permalink
ice_dyn_shared: fix subname for 'seabed_stress_factor_LKD'
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-blain committed Nov 17, 2021
1 parent 2f65ca8 commit 7f8b856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicecore/cicedynB/dynamics/ice_dyn_shared.F90
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ subroutine seabed_stress_factor_LKD (nx_block, ny_block, &
integer (kind=int_kind) :: &
i, j, ij

character(len=*), parameter :: subname = '(seabed1_stress_coeff)'
character(len=*), parameter :: subname = '(seabed_stress_factor_LKD)'

do ij = 1, icellu
i = indxui(ij)
Expand Down

0 comments on commit 7f8b856

Please sign in to comment.