From 6e4eaa4c332ddd11be5f6752c2dee1bb5abd9aa8 Mon Sep 17 00:00:00 2001 From: Alistair Adcroft Date: Sat, 1 Jul 2017 22:47:24 -0400 Subject: [PATCH] Fixed argument name to match declaration gen_trcr_col_physics() - For some reason we had "MLD" in the argument list but "Hml" in the subroutine code and declarations. This was breaking the CM4 compile. --- src/tracer/MOM_generic_tracer.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tracer/MOM_generic_tracer.F90 b/src/tracer/MOM_generic_tracer.F90 index f2acf2afcb..1b88c9f1f9 100644 --- a/src/tracer/MOM_generic_tracer.F90 +++ b/src/tracer/MOM_generic_tracer.F90 @@ -513,7 +513,7 @@ end subroutine initialize_MOM_generic_tracer ! ! - 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