Showing posts with label ICM SWMM sw_mesh_level_zone Variable Names for SQL and Ruby Scripts. Show all posts
Showing posts with label ICM SWMM sw_mesh_level_zone Variable Names for SQL and Ruby Scripts. Show all posts

Saturday, January 21, 2023

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


GroupColumn Name
Mesh level zone definitionpolygon_id
Mesh level zone definitionarea
Mesh level zone definitionlevel_type
Mesh level zone definitionuse_upper_limit
Mesh level zone definitionupper_limit_level
Mesh level zone definitionuse_lower_limit
Mesh level zone definitionlower_limit_level
Mesh level zone definitionlevel_sections
Mesh level zone definitionlevel
Mesh level zone definitionraise_by
Imports group "gen_prop"
Imports group "user_prop"

What Does "Percent Not Converging" Mean in SWMM5?

What Does "Percent Not Converging" Mean in SWMM5? The SWMM 5 Routing Time Step Summary is your window into the model's heart, ...