Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix for mom6solo to be built #43

Merged
merged 1 commit into from
Nov 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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