Skip to content

Commit 75d80fc

Browse files
committed
Write out all bin values.
1 parent 32fff46 commit 75d80fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/fortran/src/mock_routines/test_pio_reader.pf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,7 @@ subroutine test_pio_reader_4d_real_read_with_dims()
701701
sum(aero_salt_tbl(1,:,1,1)), &
702702
sum(aero_salt_tbl(1,1,:,1)), &
703703
sum(aero_salt_tbl(1,1,1,:))
704+
write(*,*) "aero_salt_tbl bin values", aero_salt_tbl(1,1,:,1)
704705

705706
@assertEqual(aero_salt_nval, sum(aero_salt_tbl(:,1,1,1)), tolerance=1.0e-7)
706707
!@assertEqual(aero_salt_nrh, sum(aero_salt_tbl(1,:,1,1)), tolerance=1.0e-7)

0 commit comments

Comments
 (0)