Skip to content

Commit

Permalink
specify string length for icepack warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
eclare108213 committed Sep 30, 2023
1 parent 92b264e commit 35980d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/mpas-seaice/src/shared/mpas_seaice_icepack.F
Original file line number Diff line number Diff line change
Expand Up @@ -17232,7 +17232,7 @@ subroutine seaice_icepack_write_warnings(logAsErrors)
icepack_warnings_clear, &
icepack_warnings_getall

character(len=strKINDWarnings), dimension(:), allocatable :: &
character(len=256), dimension(:), allocatable :: & ! icepack char_len_long=256
warnings

logical, intent(in) :: &
Expand Down

0 comments on commit 35980d6

Please sign in to comment.