Skip to content

Commit

Permalink
Merge pull request mom-ocean#1356 from GEOS-ESM/bugfix/sanAkel/output…
Browse files Browse the repository at this point in the history
…-b-grid-currents

Bugfix in getting surface currents [Additions from GMAO (3)]
  • Loading branch information
Hallberg-NOAA authored Mar 28, 2021
2 parents 67b03e3 + 6c2b944 commit 13f1e70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config_src/drivers/FMS_cap/ocean_model_MOM.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1167,6 +1167,8 @@ subroutine ocean_model_get_UV_surf(OS, Ocean, name, array2D, isc, jsc)

sfc_state => OS%sfc_state

call pass_vector(sfc_state%u, sfc_state%v, G%Domain)

select case(name)
case('ua')
do j=jsc_bnd,jec_bnd ; do i=isc_bnd,iec_bnd
Expand Down

0 comments on commit 13f1e70

Please sign in to comment.