Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions var/da/da_radiance/da_read_obs_bufriasi.inc
Original file line number Diff line number Diff line change
Expand Up @@ -421,11 +421,11 @@ subroutine da_read_obs_bufriasi (obstype,iv,infile)
end do read_loop
end do
call closbf(lnbufr)
end do bufrfile

deallocate(data_all) ! Deallocate data arrays
!Deallocate temporary array for next bufrfile do loop
deallocate(data_all)
end do bufrfile


if (thinning .and. num_iasi_global > 0 ) then

#ifdef DM_PARALLEL
Expand Down
9 changes: 6 additions & 3 deletions var/da/da_radiance/da_read_obs_bufrseviri.inc
Original file line number Diff line number Diff line change
Expand Up @@ -459,11 +459,14 @@ subroutine da_read_obs_bufrseviri (obstype,iv,infile)
end do read_loop
end do
call closbf(lnbufr)
end do bufrfile

deallocate(data_all) ! Deallocate data arrays
!Deallocate temporary arrays for next bufrfile do loop
deallocate(datasev1)
deallocate(datasev2)
deallocate(hdr)
deallocate(data_all)
end do bufrfile


if (thinning .and. num_seviri_global > 0 ) then

#ifdef DM_PARALLEL
Expand Down