Skip to content

Commit

Permalink
Update MOM_energetic_PBL.F90
Browse files Browse the repository at this point in the history
Added units to a missing variables (v0_dummy)
  • Loading branch information
aakashsane authored Nov 21, 2024
1 parent 03a07b9 commit 0c0309b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parameterizations/vertical/MOM_energetic_PBL.F90
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ subroutine ePBL_column(h, dz, u, v, T0, S0, dSV_dT, dSV_dS, SpV_dt, TKE_forcing,
integer :: k, nz, itt, max_itt

! variables for ML based diffusivity
real :: v0_dummy ! Variable which get recycled, set equal to v_0
real :: v0_dummy ! Variable which get recycled, set equal to v_0 [Z T-1 ~> m s-1].

nz = GV%ke

Expand Down

0 comments on commit 0c0309b

Please sign in to comment.