Skip to content

Commit

Permalink
Bugfix for mom6solo to be built as part of UFS
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorahul authored Nov 20, 2020
1 parent 966d608 commit 0bcbd67
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 0bcbd67

Please sign in to comment.