= PDAFomi_deallocate_obs = This page documents the routine `PDAFomi_deallocate_obs` of PDAF-OMI. The routine is called in `deallocate_obs_pdafomi`. It deallocates teh OMI-internal obsrevation arrays. ||[[span(style=color: #FF0000, '''Note:''' This routine is obsolete in PDAF V2.0 and later. It is only required to be called when PDAF-OMI is used with PDAF V1.16.)]]|| See the [wiki:OMI_Callback_obs_pdafomi page about `callback_obs_pdafomi.F90`] on how to use this routine. The interface is: {{{ SUBROUTINE PDAFomi_deallocate_obs(thisobs) TYPE(obs_f), INTENT(inout) :: thisobs ! Data type with full observation }}}