Skip to content

Commit dffeafc

Browse files
rem1776rem1776
authored andcommitted
set ntiles in mosaic2 test
1 parent 899ea6e commit dffeafc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_fms/mosaic2/test_mosaic2.F90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ subroutine test_get_mosaic_grid_sizes
9696

9797
allocate( nx_out(c1_ntiles), ny_out(c1_ntiles) )
9898
call get_mosaic_grid_sizes(fileobj, nx_out, ny_out)
99+
ntiles = get_mosaic_ntiles(fileobj)
99100
do n=1, ntiles
100101
call check_answer(c1_nx/2, nx_out(n), 'atm TEST_GET_MOSAIC_GRID_SIZES')
101102
call check_answer(c1_nx/2, ny_out(n), 'atm TEST_GET_MOSAIC_GRID_SIZES')

0 commit comments

Comments
 (0)