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 Sep 20, 2024
1 parent 19be00b commit 54dc9a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration/driver/icedrv_step.F90
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,8 @@ subroutine step_therm2 (dt)
H2_18O_ocn=H2_18O_ocn(i), &
wave_sig_ht=wave_sig_ht(i), &
wave_spectrum=wave_spectrum(i,:), &
wavefreq=wavefreq, &
dwavefreq=dwavefreq, &
wavefreq=wavefreq(:), &
dwavefreq=dwavefreq(:), &
d_afsd_latg=d_afsd_latg(i,:), &
d_afsd_newi=d_afsd_newi(i,:), &
d_afsd_latm=d_afsd_latm(i,:), &
Expand Down

0 comments on commit 54dc9a1

Please sign in to comment.