Skip to content

Commit

Permalink
Merge pull request #82 from marshallward/offline_static_bugfix
Browse files Browse the repository at this point in the history
bugfix: static h_new shape remaining_transport_sum
  • Loading branch information
Hallberg-NOAA authored Mar 10, 2022
2 parents 4640461 + efa503b commit ab50f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracer/MOM_offline_main.F90
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ real function remaining_transport_sum(G, GV, US, uhtr, vhtr, h_new)
intent(in ) :: uhtr !< Zonal mass transport [H L2 ~> m3 or kg]
real, dimension(SZI_(G),SZJB_(G),SZK_(GV)), &
intent(in ) :: vhtr !< Meridional mass transport [H L2 ~> m3 or kg]
real, dimension(SZI_(G),SZJB_(G),SZK_(GV)), &
real, dimension(SZI_(G),SZJ_(G),SZK_(GV)), &
intent(in ) :: h_new !< Layer thicknesses [H ~> m or kg m-2]

! Local variables
Expand Down

0 comments on commit ab50f0e

Please sign in to comment.