Skip to content

Commit

Permalink
duh
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Dussin authored and Raphael Dussin committed Aug 22, 2019
1 parent bb231db commit a8f3fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_src/coupled_driver/MOM_surface_forcing.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1574,7 +1574,7 @@ subroutine check_mask_val_consistency(val, mask, i, j)

real, intent(in) :: val !< value of flux/variable passed by IOB
real, intent(in) :: mask !< value of ocean mask
real, intent(in) :: i, j !< model grid cell indices
integer, intent(in) :: i, j !< model grid cell indices
! Local variables
character(len=48) :: ci, cj !< model grid cell indices as strings
character(len=256) :: error_message !< error message to be displayed
Expand Down

0 comments on commit a8f3fb3

Please sign in to comment.