Skip to content

Commit

Permalink
drivers/hadgem3/CICE_RunMod: remove stray '+'
Browse files Browse the repository at this point in the history
This '+' sign was copy-pasted there in error in 29b99b6 (CICE: Floe size
distribution  (CICE-Consortium#382), 2019-12-07). Remove it.
  • Loading branch information
phil-blain committed Apr 23, 2021
1 parent 171a019 commit a5ecb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicecore/drivers/direct/hadgem3/CICE_RunMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5ecb2a

Please sign in to comment.