Generic PDAFomi callback routines
This file provides generic call-back routines for OMI. The OMI structure allow us to provide several of the observation-related call-back routines for PDAF in a generic form. These routines are collected in this file.
The routines here are mainly pure pass-through routines. Thus they simply call one of the routines from PDAF-OMI. Partly some addtional variable is required, e.g. to specify the offset of an observation in the observation vector containing all observation types. These cases are described in the routines.
Revision history: * 2020-06 - Lars Nerger - Initial code splitting callback_obs_pdafomi.F90 * Later revisions - see repository log
Call-back routine for init_obs_f
This routine calls the routine PDAFomi_init_obs_f for each observation type
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | step | |||
integer, | intent(in) | :: | dim_obs_f | |||
real, | intent(out) | :: | observation_f(dim_obs_f) |