Skip to content

Commit

Permalink
clean up driver code
Browse files Browse the repository at this point in the history
  • Loading branch information
dabail10 committed Aug 21, 2024
1 parent 0d61d8d commit e9fb282
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions configuration/driver/icedrv_InitMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ subroutine icedrv_initialize
tr_zaero, & ! from icepack
tr_fsd, wave_spec

integer (kind=int_kind) :: i

character(len=*), parameter :: subname='(icedrv_initialize)'

call icepack_configure() ! initialize icepack
Expand Down Expand Up @@ -99,15 +97,13 @@ subroutine icedrv_initialize
endif

if (tr_fsd) then

call icepack_init_fsd_bounds( &
nfsd=nfsd, & ! floe size distribution
floe_rad_l=floe_rad_l, & ! fsd size lower bound in m (radius)
floe_rad_c=floe_rad_c, & ! fsd size bin centre in m (radius)
floe_binwidth=floe_binwidth, & ! fsd size bin width in m (radius)
c_fsd_range=c_fsd_range , & ! string for history output
write_diags=.true.)

call icepack_warnings_flush(nu_diag)
if (icepack_warnings_aborted(subname)) then
call icedrv_system_abort(file=__FILE__,line=__LINE__)
Expand Down

0 comments on commit e9fb282

Please sign in to comment.