Changes between Version 2 and Version 3 of PDAFomi_set_disttype


Ignore:
Timestamp:
Nov 24, 2024, 3:55:42 PM (7 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_set_disttype

    v2 v3  
    55The routine sets thisobs%disttype. It avoids to directly initialize elements of the data type 'thisobs' in the code, which can be problematic in some programming languages.
    66
    7 For details on 'use_global_obs' see [wiki:PDAFomi_additional_functionality#Usingdomain-limitedobservations]
     7For details on 'disttype' see the [wiki:OMI_observation_modules documentation on OMI observation modules].
    88
    99The interface is:
     
    1616'''Note: '''
    1717 * When using Fortran, one can also initialize thisobs%disttype directly
    18  * To be able to use `use_global_obs=0` one has to intialize the process domain limites using `PDAFomi_set_domain_limits` or `PDAFomi_set_domains_limits_unstr`; see [wiki:PDAFomi_additional_functionality#Usingdomain-limitedobservations]