Skip to content

Commit

Permalink
correct long_name for tracer_dfy for passive tracers when diag_form == 1
Browse files Browse the repository at this point in the history
  • Loading branch information
klindsay28 committed Oct 10, 2021
1 parent 4d3d10e commit 4012505
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 @@ -428,7 +428,7 @@ subroutine register_tracer_diagnostics(Reg, h, Time, diag, G, GV, US, use_ALE)
trim(flux_units), v_extensive=.true., y_cell_method='sum', &
conversion=(US%L_to_m**2)*Tr%flux_scale*US%s_to_T)
Tr%id_dfy = register_diag_field("ocean_model", trim(shortnm)//"_dfy", &
diag%axesCvL, Time, trim(flux_longname)//" diffusive zonal flux" , &
diag%axesCvL, Time, trim(flux_longname)//" diffusive meridional flux" , &
trim(flux_units), v_extensive=.true., x_cell_method='sum', &
conversion=(US%L_to_m**2)*Tr%flux_scale*US%s_to_T)
Tr%id_lbd_dfx = register_diag_field("ocean_model", trim(shortnm)//"_lbd_diffx", &
Expand Down

0 comments on commit 4012505

Please sign in to comment.