Skip to content

Commit

Permalink
set ntiles in mosaic2 test
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored and rem1776 committed Dec 5, 2024
1 parent 899ea6e commit dffeafc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_fms/mosaic2/test_mosaic2.F90
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ subroutine test_get_mosaic_grid_sizes

allocate( nx_out(c1_ntiles), ny_out(c1_ntiles) )
call get_mosaic_grid_sizes(fileobj, nx_out, ny_out)
ntiles = get_mosaic_ntiles(fileobj)
do n=1, ntiles
call check_answer(c1_nx/2, nx_out(n), 'atm TEST_GET_MOSAIC_GRID_SIZES')
call check_answer(c1_nx/2, ny_out(n), 'atm TEST_GET_MOSAIC_GRID_SIZES')
Expand Down

0 comments on commit dffeafc

Please sign in to comment.