Skip to content

Commit

Permalink
Fixed trailing space issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengt900 committed Jan 2, 2025
1 parent 9ac2e5a commit 78d3812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracer/MOM_generic_tracer.F90
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ subroutine MOM_generic_tracer_column_physics(h_old, h_new, ea, eb, fluxes, Hml,
enddo ; enddo
sosga = global_area_mean(surface_field, G, unscale=US%S_to_ppt)

mld_pha(:,:) = 0.0
mld_pha(:,:) = 0.0
if (.not.CS%mld_pha_calc) then
mld_pha(:,:) = CS%mld_pha_val
else
Expand Down

0 comments on commit 78d3812

Please sign in to comment.