ICM SWMM sw_mesh_level_zone Variable Names for SQL and Ruby Scripts
The file "opwrowobjectlayoutswmm.xml" is a data file used by the Integrated Urban Water Management Model (ICM) software. The ICM software is used to simulate and analyze the performance of stormwater management systems, including the design and operation of stormwater collection and conveyance systems.
The file "opwrowobjectlayoutswmm.xml" contains variable names specific to the SWMM (Storm Water Management Model) conduit feature in the ICM software. These variable names are used in SQL and Ruby scripts, which are programming languages used to manipulate and analyze the data generated by the ICM software.These variable names are used to represent the different attributes of a sw_mesh_level_zone within the ICM software and the SQL and Ruby scripts allow users to access and manipulate that data in a variety of ways.
<table name="sw_mesh_level_zone">
<group name="Mesh level zone definition">
polygon_id
area
level_type
use_upper_limit
upper_limit_level
use_lower_limit
lower_limit_level
level_sections
level
raise_by
</group>
<group import_group="gen_prop"/>
<group import_group="user_prop"/>
Table: sw_mesh_level_zone
| Group | Column Name |
|---|---|
| Mesh level zone definition | polygon_id |
| Mesh level zone definition | area |
| Mesh level zone definition | level_type |
| Mesh level zone definition | use_upper_limit |
| Mesh level zone definition | upper_limit_level |
| Mesh level zone definition | use_lower_limit |
| Mesh level zone definition | lower_limit_level |
| Mesh level zone definition | level_sections |
| Mesh level zone definition | level |
| Mesh level zone definition | raise_by |
| Imports group "gen_prop" | |
| Imports group "user_prop" |