Skip to content

Commit

Permalink
char len change
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Dussin authored and Raphael Dussin committed Aug 23, 2019
1 parent 870c71e commit 097f912
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 @@ -1575,7 +1575,7 @@ subroutine check_mask_val_consistency(val, mask, i, j, varname)
real, intent(in) :: val !< value of flux/variable passed by IOB
real, intent(in) :: mask !< value of ocean mask
integer, intent(in) :: i, j !< model grid cell indices
character(len=48), intent(in) :: varname !< variable name
character(len=*), intent(in) :: varname !< variable name
! Local variables
character(len=48) :: ci, cj !< model grid cell indices as strings
character(len=48) :: cval !< value to be displayed
Expand Down

0 comments on commit 097f912

Please sign in to comment.