PDAFomi_limit_obs_f Subroutine

public subroutine PDAFomi_limit_obs_f(thisobs, offset, obs_f_one, obs_f_lim)

Reduce full observation vector to part relevant for local process domain

This routine initializes a full vector of observations that only contains those full observations that are relevant for a process subdomain. The indices of these observations were determined using get_local_ids_obs_f.

Revision history: * 2019-07 - Lars Nerger - Initial code * Later revisions - see repository log

Arguments

Type IntentOptional Attributes Name
type(obs_f), intent(inout) :: thisobs
integer, intent(in) :: offset
real, intent(in) :: obs_f_one(:)
real, intent(out) :: obs_f_lim(:)