Skip to content

Commit

Permalink
Merge pull request #35 from geoschem/feature/debug_print_in_prefetch_…
Browse files Browse the repository at this point in the history
…loop

Add logger print in prefetch loop
  • Loading branch information
lizziel authored Jul 10, 2024
2 parents 850f20a + 4481ed3 commit 18ad635
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gridcomps/ExtData/ExtDataGridCompMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -4701,6 +4701,7 @@ subroutine MAPL_ExtDataPrefetch(IOBundles,rc)

do n = 1, nfiles
io_bundle => IOBundles%at(n)
call lgr%debug("prefetch loop: %i4 of %i4, %a",n, nfiles, trim(io_bundle%file_name))
call io_bundle%cfio%request_data_from_file(io_bundle%file_name,io_bundle%time_index,rc=status)
_VERIFY(status)
enddo
Expand Down

0 comments on commit 18ad635

Please sign in to comment.