Skip to content

Commit

Permalink
Merge pull request #12 from GEOS-ESM/hotfix/bmauer/fix_uninits
Browse files Browse the repository at this point in the history
found another uninitialized variable that the debug build was causing…
  • Loading branch information
Yury Vikhliaev authored Apr 24, 2020
2 parents 71c3130 + e80ad3b commit a14d1ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mom5/ocean_core/ocean_model.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3074,6 +3074,8 @@ subroutine mom4_get_latlon_UV(ua, va, ier)

ier = 0
tau = Time%taup1
ub_tmp = -999.0
vb_tmp = -999.0

do k=1,nk

Expand Down

0 comments on commit a14d1ce

Please sign in to comment.