Skip to content

Commit

Permalink
Add an attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-c-ross committed Aug 21, 2024
1 parent f954adc commit e64a381
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tracer/MOM_tracer_registry.F90
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,9 @@ subroutine register_tracer_diagnostics(Reg, h, Time, diag, G, GV, US, use_ALE, u
if (Tr%id_hbd_dfx_2d > 0) call safe_alloc_ptr(Tr%hbd_dfx_2d,IsdB,IedB,jsd,jed)
if (Tr%id_hbd_dfy_2d > 0) call safe_alloc_ptr(Tr%hbd_dfy_2d,isd,ied,JsdB,JedB)

! The following diagnostics for generic tracer budgets were
! originally developed by Enhui Lao, Fan Yang, and Mathieu Poupon.

Tr%id_adv_xy = register_diag_field('ocean_model', trim(shortnm)//"_advection_xy", &
diag%axesTL, Time, &
'Horizontal convergence of residual mean advective fluxes of '//&
Expand Down

0 comments on commit e64a381

Please sign in to comment.