:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** WSF_COMPOSITE_GRID ------------------ .. model:: grid WSF_COMPOSITE_GRID .. parsed-literal:: :doc:`grid ` ** :model:`WSF_COMPOSITE_GRID` ... `Common Grid Commands`_ ... subgrid_ ... end_subgrid end_grid Overview ======== The :model:`WSF_COMPOSITE_GRID` is a coverage grid defined by composing sub-grids. This is useful for computing coverage over geographically separated regions. These sub-grids can be of any available grid type (see :doc:`predefined_coverage_grid_types`) that create their own platforms. Each sub-grid defined must have a unique name among the sub-grids of this grid. Sub-grids will inherit central_body_ and suppress_grid_platforms_ from this grid. grid_data_file_ will be ignored on the sub-grids of this grid. .. include:: common_grid_commands.txt Commands ======== .. command:: subgrid ... end_subgrid Add a sub-grid of the given **** with the given **** to this grid. The subgrid_ is then configured according to the selected type, and will support any command that the selected grid type supports. The types of sub-grids supported are those that create their own platforms.