1 subroutine da_store_obs_grid_info_rad (info)
3 !-----------------------------------------------------------------------
5 !-----------------------------------------------------------------------
9 type(infa_type), intent(inout) :: info
13 if (trace_use) call da_trace_entry("da_store_obs_grid_info_rad")
15 info%proc_domain(:,:) = .false.
18 if (info%i(1,n) >= its .and. info%i(1,n) <= ite .and. info%j(1,n) >= jts .and. info%j(1,n) <= jte) then
19 info%proc_domain(:,n) = .true.
23 if (trace_use) call da_trace_exit("da_store_obs_grid_info_rad")
25 end subroutine da_store_obs_grid_info_rad