PDAFomi_init_obs_f Subroutine

public subroutine PDAFomi_init_obs_f(thisobs, dim_obs_f, obsstate_f, offset)

Initialize full vector of observations

This routine initializes the part of the full vector of observations for the current observation type. It has to fill the observations to obsstate_f from position OFFSET_OBS+1. For the return value OFFSET_OBS has to be incremented by the number of added observations. The routine will only be called if the adaptive forgetting factor is used.

Revision history: * 2019-09 - Lars Nerger - Initial code from restructuring observation routines * Later revisions - see repository log

Arguments

Type IntentOptional Attributes Name
type(obs_f), intent(inout) :: thisobs
integer, intent(in) :: dim_obs_f
real, intent(inout) :: obsstate_f(:)
integer, intent(inout) :: offset