Skip to content

Commit

Permalink
Increase filename char allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhilsabareesh8 committed Oct 23, 2024
1 parent 1933f94 commit 575242b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MOM6/patches/MOM_io_infra.F90.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
character(len=6) :: action_arg, position_arg
- character(len=:), allocatable :: filename
-
+ character(len=50) :: filename
+ character(len=500) :: filename
! NOTE: This function is written to emulate the original behavior of mpp_open
! from the FMS1 library, on which the MOM API is still based. Much of this
! can be removed if we choose to drop this compatibility, but for now we
Expand Down

0 comments on commit 575242b

Please sign in to comment.