3 | | In the domain-localized filters (LESTK, LETKF, LSEIK, LNETF) observations are assimilated that are located within the localization around some grid point. When a model uses parallelization with domain-decomposition some of these observations might belong to a different process-domain. In the default mode (`thisobs%use_global_obs`=1) PDAF-OMI gathers all globally available observations so that each process has access to all observations. It can be more efficient to restrict the observations on a process-domain to those observations that are located inside the domain or within the localization radius arond it. Then, in the local analyses a smaller number of observation have to be checked for their distance. Setting `thisobs%use_global_obs=0` activates this feature. However, it needs additional preparations to make PDAF-OMI aware of the limiting coordinates of a process sub-domain. |
| 3 | [[PageOutline(2-3,Contents of this page)]] |
| 4 | |
| 5 | == Overview == |
| 6 | |
| 7 | In the domain-localized filters (LESTK, LETKF, LSEIK, LNETF) observations are assimilated that are located within the localization around some grid point. When a model uses parallelization with domain-decomposition some of these observations might belong to a different process-domain. In the default mode (`thisobs%use_global_obs`=1) PDAF-OMI gathers all globally available observations so that each process has access to all observations. It can be more efficient to limit the observations on a process-domain to those observations that are located inside the domain or within the localization radius around it. Then, in the local analyses a smaller number of observation have to be checked for their distance. Setting `thisobs%use_global_obs=0` activates this feature. However, it needs additional preparations to make PDAF-OMI aware of the limiting coordinates of a process sub-domain. |
27 | | | | - (1,1) coordinate of the western (or left) edge of the domain |
28 | | | | - (1,2) coordinate of the eastern (or right) edge of the domain |
29 | | (1,1) | | (1,2) - (2,1) coordinate of the northern (or upper) edge of the domain |
30 | | | | - (2,2) coordinate of the southern (or lower) edge of the domain |
| 33 | | | - (1,1) longitude of the western edge of the domain (or x-coordinate of the left edge) |
| 34 | | | - (1,2) longitude of the eastern edge of the domain (or x-coordinate of the right edge) |
| 35 | (1,1) | | (1,2) - (2,1) latitude of the northern edge of the domain (or y-coordinate of the upper edge) |
| 36 | | | - (2,2) latitude of the southern edge of the domain (or y-coordinate of the lower edge) |