From a2ca8da8632632339501d5bf23124356d15ec70b Mon Sep 17 00:00:00 2001 From: Paul Leopardi Date: Wed, 5 Jun 2024 16:31:39 +1000 Subject: [PATCH] Fix syntax error by removing continuation --- drivers/access/CICE_RunMod.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/access/CICE_RunMod.F90 b/drivers/access/CICE_RunMod.F90 index e3a44d1..61b60fb 100644 --- a/drivers/access/CICE_RunMod.F90 +++ b/drivers/access/CICE_RunMod.F90 @@ -896,7 +896,7 @@ subroutine coupling_prep i,j , & ! horizontal indices ilo,ihi,jlo,jhi ! beginning and end of physical domain - real (kind=dbl_kind) :: & cszn + real (kind=dbl_kind) :: cszn ! counter for history averaging call ice_timer_start(timer_column)