Skip to content

Commit

Permalink
Fix syntax error by removing continuation
Browse files Browse the repository at this point in the history
  • Loading branch information
penguian committed Nov 13, 2024
1 parent 4f8e227 commit a2ca8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/access/CICE_RunMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a2ca8da

Please sign in to comment.