Skip to content

Commit

Permalink
Bug fix from the BGC merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dabail10 committed Sep 23, 2024
1 parent b7270c6 commit 7cde537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion columnphysics/icepack_therm_itd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ subroutine lateral_melt (dt, fpond, &
end do

! timestep required for this
subdt = get_subdt_fsd(nfsd, afsd_tmp(:), d_afsd_tmp(:))
subdt = get_subdt_fsd(afsd_tmp(:), d_afsd_tmp(:))
subdt = MIN(subdt, dt)

! update fsd and elapsed time
Expand Down
2 changes: 1 addition & 1 deletion configuration/driver/icedrv_forcing.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ subroutine get_wave_spec

! local variables
integer (kind=int_kind) :: &
i,k
k

real(kind=dbl_kind), dimension(nfreq) :: &
wave_spectrum_profile ! wave spectrum
Expand Down

0 comments on commit 7cde537

Please sign in to comment.