Changes between Version 2 and Version 3 of PDAFomi_set_disttype
- Timestamp:
- Nov 24, 2024, 3:55:42 PM (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_set_disttype
v2 v3 5 5 The 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. 6 6 7 For details on ' use_global_obs' see [wiki:PDAFomi_additional_functionality#Usingdomain-limitedobservations]7 For details on 'disttype' see the [wiki:OMI_observation_modules documentation on OMI observation modules]. 8 8 9 9 The interface is: … … 16 16 '''Note: ''' 17 17 * 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]