Skip to content

Commit

Permalink
Add debug print within prefetch loop
Browse files Browse the repository at this point in the history
Signed-off-by: Lizzie Lundgren <[email protected]>
  • Loading branch information
lizziel committed May 1, 2024
1 parent 850f20a commit 4481ed3
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 4481ed3

Please sign in to comment.