| 1 | = PDAFomi_deallocate_obs = |
| 2 | |
| 3 | This page documents the routine `PDAFomi_deallocate_obs` of PDAF-OMI. |
| 4 | |
| 5 | The routine is called in `deallocate_obs_pdafomi`. It deallocates teh OMI-internal obsrevation arrays. |
| 6 | |
| 7 | ||[[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.)]]|| |
| 8 | |
| 9 | See the [wiki:OMI_Callback_obs_pdafomi page about `callback_obs_pdafomi.F90`] on how to use this routine. |
| 10 | |
| 11 | The interface is: |
| 12 | {{{ |
| 13 | SUBROUTINE PDAFomi_deallocate_obs(thisobs) |
| 14 | |
| 15 | TYPE(obs_f), INTENT(inout) :: thisobs ! Data type with full observation |
| 16 | }}} |