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 4c8e4e5 commit 7dde24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/driver/icedrv_init.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1511,7 +1511,7 @@ subroutine set_state_var (nx, &
nilyr=nilyr, nslyr=nslyr, &
qin=qin(:), qsn=qsn(:))
! floe size distribution
if (tr_fsd) call icepack_init_fsd(nfsd=fsd, ice_ic=ice_ic, &
if (tr_fsd) call icepack_init_fsd(nfsd=nfsd, ice_ic=ice_ic, &
floe_rad_c=floe_rad_c, &
floe_binwidth=floe_binwidth, &
afsd=trcrn(i,nt_fsd:nt_fsd+nfsd-1,n))
Expand Down

0 comments on commit 7dde24d

Please sign in to comment.