pyPDAF.PDAF.omi_init_obs_f_cb¶
- pyPDAF.PDAF.omi_init_obs_f_cb()¶
This function is an internal PDAF-OMI function that is used as a call-back function to initialise the observation vector. This could be used to modify the observation vector when OMI is used with pyPDAF.PDAF.assimilate_xxx instead of pyPDAF.PDAF.omi_assimilate_xxx.
- Parameters:
step (int) – Current time step
dim_obs_f (int) – Dimension of full observation vector
observation_f (ndarray[tuple[dim_obs_f], np.float64]) –
Full observation vector
The array dimension dim_obs_f is Dimension of full observation vector
- Returns:
observation_f – Full observation vector
The array dimension dim_obs_f is Dimension of full observation vector
- Return type:
ndarray[tuple[dim_obs_f], np.float64]