Initialize local arrays for an observation
This routine has to initialize for the current observation type the indices of the local observations in the full observation vector and the corresponding distances from the local analysis domain. The offset of the observation type in the local onbservation vector is given by OFF_OBS_L_ALL.
The routine has also to return OFF_OBS_L_ALL incremented by the number of initialized local observations.
Revision history: * 2019-06 - Lars Nerger - Initial code from restructuring observation routines * Later revisions - see repository log
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(obs_l), | intent(inout) | :: | thisobs_l | |||
type(obs_f), | intent(inout) | :: | thisobs | |||
real, | intent(in) | :: | coords_l(:) | |||
integer, | intent(inout) | :: | off_obs_l_all |