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
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(obs_f), | intent(inout) | :: | thisobs | |||
integer, | intent(in) | :: | offset | |||
real, | intent(in) | :: | obs_f_one(:) | |||
real, | intent(out) | :: | obs_f_lim(:) |