Changes between Initial Version and Version 1 of PDAFomi_deallocate_obs


Ignore:
Timestamp:
Dec 18, 2021, 12:54:33 PM (2 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_deallocate_obs

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