Skip to content

Commit

Permalink
Fix units for _diffusion_xy
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-c-ross committed Aug 22, 2024
1 parent 75112a6 commit 8f53e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracer/MOM_tracer_registry.F90
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ subroutine register_tracer_diagnostics(Reg, h, Time, diag, G, GV, US, use_ALE, u
trim(shortnm)//' concentration', trim(units)//' s-1')
Tr%id_dif_xy = register_diag_field('ocean_model',trim(shortnm)//"_diffusion_xy", &
diag%axesTL, Time, "Horizontal convergence of residual mean diffusive fluxes of "//trim(shortnm), &
trim(units)//' s-1')
conv_units, conversion=Tr%conv_scale*US%s_to_T)
Tr%id_advc_xy = register_diag_field('ocean_model',trim(shortnm)//"_advectionc_xy", &
diag%axesTL, Time, "Horizontal convergence of residual mean advective fluxes of "//&
trim(shortnm)//' concentration', trim(units)//' s-1')
Expand Down

0 comments on commit 8f53e55

Please sign in to comment.