PDAFomi_gather_obsstate Subroutine

public subroutine PDAFomi_gather_obsstate(thisobs, obsstate_p, obsstate_f)

Gather full observational information

This routine uses PDAFomi_gather_obs_f_flex to obtain a full observed state vector. The routine is usually called the observation operators.

Revision history: * 2020-05 - Lars Nerger - Initial code * Later revisions - see repository log

Arguments

Type IntentOptional Attributes Name
type(obs_f), intent(inout), TARGET :: thisobs
real, intent(in) :: obsstate_p(:)
real, intent(inout) :: obsstate_f(:)