Skip to content

Commit

Permalink
fix id init
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Dussin authored and Raphael Dussin committed Dec 6, 2024
1 parent af3e173 commit 719a5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parameterizations/vertical/MOM_set_diffusivity.F90
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ module MOM_set_diffusivity
integer :: id_Kd_quad = -1, id_Kd_itidal = -1, id_Kd_Froude = -1, id_Kd_slope = -1
integer :: id_prof_leak = -1, id_prof_quad = -1, id_prof_itidal= -1
integer :: id_prof_Froude= -1, id_prof_slope = -1, id_bbl_thick = -1, id_kbbl = -1
integer :: id_Kd_Work_added
integer :: id_Kd_Work_added = -1
!>@}

end type set_diffusivity_CS
Expand Down

0 comments on commit 719a5c8

Please sign in to comment.