Skip to content

Commit

Permalink
Fixes unregistered diagnostic id
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Jun 4, 2019
1 parent 1388ce7 commit b3c0b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parameterizations/lateral/MOM_hor_visc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ module MOM_hor_visc
integer :: id_vort_xy_q = -1, id_div_xx_h = -1
integer :: id_FrictWork = -1, id_FrictWorkIntz = -1
integer :: id_FrictWorkMax = -1
integer :: id_FrictWork_diss = -1, id_FrictWork_GME
integer :: id_FrictWork_diss = -1, id_FrictWork_GME = -1
!!@}


Expand Down

0 comments on commit b3c0b69

Please sign in to comment.