PDAFomi_init_obs_f_cb Subroutine

subroutine PDAFomi_init_obs_f_cb(step, dim_obs_f, observation_f)

Uses

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

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: step
integer, intent(in) :: dim_obs_f
real, intent(out) :: observation_f(dim_obs_f)