Changes between Version 1 and Version 2 of PDAFomi_set_disttype
- Timestamp:
- Nov 24, 2024, 3:30:20 PM (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_set_disttype
v1 v2 4 4 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 7 For details on 'use_global_obs' see [wiki:PDAFomi_additional_functionality#Usingdomain-limitedobservations] 6 8 7 9 The interface is: … … 14 16 '''Note: ''' 15 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]