Skip to content

Commit 0bcbd67

Browse files
authored
Bugfix for mom6solo to be built as part of UFS
1 parent 966d608 commit 0bcbd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/user/MOM_wave_interface.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ subroutine Update_Surface_Waves(G, GV, US, Day, dt, CS, forces)
452452
type(unit_scale_type), intent(in) :: US !< A dimensional unit scaling type
453453
type(time_type), intent(in) :: Day !< Current model time
454454
type(time_type), intent(in) :: dt !< Timestep as a time-type
455-
type(mech_forcing), intent(in) :: forces !< MOM_forcing_type
455+
type(mech_forcing), intent(in), optional :: forces !< MOM_forcing_type
456456
! Local variables
457457
integer :: ii, jj, kk, b
458458
type(time_type) :: Day_Center

0 commit comments

Comments
 (0)