Initialize local observation vector
This routine has to initialize the part of the overall local observation vector corresponding to the current observation type. The offset of the current observation type in the local obs. vector is given by OFFSET_OBS_l_ALL. This routine uses a shortened interface and just passed the operation to the actually routine.
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) | :: | obs_f_all(:) | |||
real, | intent(inout) | :: | obs_l_all(:) |