Skip to content

Commit

Permalink
Merge pull request #541 from adcroft/fix-generic-tracer-MLD-arg
Browse files Browse the repository at this point in the history
Fixed argument name to match declaration gen_trcr_col_physics()
  • Loading branch information
Hallberg-NOAA authored Jul 5, 2017
2 parents 13541f4 + 6e4eaa4 commit e05d8ae
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 @@ -513,7 +513,7 @@ end subroutine initialize_MOM_generic_tracer
! </TEMPLATE>
! </SUBROUTINE>

subroutine MOM_generic_tracer_column_physics(h_old, h_new, ea, eb, fluxes, MLD, dt, G, GV, CS, tv, optics, &
subroutine MOM_generic_tracer_column_physics(h_old, h_new, ea, eb, fluxes, Hml, dt, G, GV, CS, tv, optics, &
evap_CFL_limit, minimum_forcing_depth)
type(ocean_grid_type), intent(in) :: G !< The ocean's grid structure
type(verticalGrid_type), intent(in) :: GV !< The ocean's vertical grid structure
Expand Down

0 comments on commit e05d8ae

Please sign in to comment.