Skip to content

Commit

Permalink
bugfix: make the last argument in subroutine Update_Surface_Waves to …
Browse files Browse the repository at this point in the history
…be optional in src/user/MOM_wave_interface.F90. This is a bug from PR #23 bbdef39.
  • Loading branch information
aerorahul committed Nov 24, 2020
1 parent 966d608 commit 2c150d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user/MOM_wave_interface.F90
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ subroutine Update_Surface_Waves(G, GV, US, Day, dt, CS, forces)
type(unit_scale_type), intent(in) :: US !< A dimensional unit scaling type
type(time_type), intent(in) :: Day !< Current model time
type(time_type), intent(in) :: dt !< Timestep as a time-type
type(mech_forcing), intent(in) :: forces !< MOM_forcing_type
type(mech_forcing), intent(in), optional :: forces !< MOM_forcing_type
! Local variables
integer :: ii, jj, kk, b
type(time_type) :: Day_Center
Expand Down

0 comments on commit 2c150d9

Please sign in to comment.