From f2f6d01c5b27b33d5b20a27754679c3c0511244a Mon Sep 17 00:00:00 2001 From: Philippe Blain Date: Mon, 21 Sep 2020 11:57:13 -0400 Subject: [PATCH] drivers/hadgem3/CICE_RunMod: remove stray '+' This '+' sign was copy-pasted there in error in 29b99b6 (CICE: Floe size distribution (#382), 2019-12-07). Remove it. --- cicecore/drivers/direct/hadgem3/CICE_RunMod.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicecore/drivers/direct/hadgem3/CICE_RunMod.F90 b/cicecore/drivers/direct/hadgem3/CICE_RunMod.F90 index 651e2663e..d16b1b2a4 100644 --- a/cicecore/drivers/direct/hadgem3/CICE_RunMod.F90 +++ b/cicecore/drivers/direct/hadgem3/CICE_RunMod.F90 @@ -252,7 +252,7 @@ subroutine ice_step ! wave fracture of the floe size distribution ! note this is called outside of the dynamics subcycling loop if (tr_fsd .and. wave_spec) call step_dyn_wave(dt) -+ + do k = 1, ndtd ! momentum, stress, transport