Skip to content

Commit

Permalink
Fix typo in dimension size
Browse files Browse the repository at this point in the history
  • Loading branch information
uramirez8707 committed Feb 19, 2025
1 parent d9fbb7c commit 10e0ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_fms/fms2_io/test_collective_io.F90
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ program test_collective_io
!! (it uses an io_layout of 1,1)
type(domain2d) :: Domain_read !< Domain of the data for when reading the file
!! (it uses an io_layout equal to the layout)
character(len=6), dimension(2) :: names !< Dimension names for the dummy variables
character(len=6), dimension(3) :: names !< Dimension names for the dummy variables
real, allocatable, dimension(:,:,:) :: sst_in !< Data to be written
real, allocatable, dimension(:,:,:) :: sst_out !< Data read in
real, allocatable, dimension(:,:) :: sst2d_in !< Data to be written
Expand Down

0 comments on commit 10e0ccc

Please sign in to comment.