Skip to content

Commit

Permalink
Merge pull request mom-ocean#243 from rmholmes/aredidiag_bugfix
Browse files Browse the repository at this point in the history
Fix aredi output diagnostic bug.
  • Loading branch information
StephenGriffies authored Aug 28, 2018
2 parents d30ff7c + 24c1d0e commit 4d60fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mom5/ocean_param/neutral/ocean_nphysics_util.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2947,8 +2947,8 @@ subroutine compute_diffusivity(Time, ksurf_blayer, drhodz_zt, rossby_radius, &
! diagnostics
call diagnose_2d(Time, Grd, id_agm, agm_array(:,:,1))
call diagnose_3d(Time, Grd, id_agm_3d, agm_array(:,:,:))
call diagnose_2d(Time, Grd, id_aredi, agm_array(:,:,1))
call diagnose_3d(Time, Grd, id_aredi_3d, agm_array(:,:,:))
call diagnose_2d(Time, Grd, id_aredi, aredi_array(:,:,1))
call diagnose_3d(Time, Grd, id_aredi_3d, aredi_array(:,:,:))

if (id_ksurf_blayer > 0) then
wrk1_2d(:,:) = ksurf_blayer(:,:)
Expand Down

0 comments on commit 4d60fad

Please sign in to comment.