Posts

Showing posts from October, 2014

Butterfly Capital of the World Selects Innovyze Smart Water Network Modeling Technology

Image
Press Room  |  Products  |  News  |  Events  |  The Company   Butterfly Capital of the World Selects Innovyze Smart Water Network Modeling Technology InfoWater To Support Comprehensive Geospatial Water Infrastructure Management for Coconut Creek, Florida Broomfield, Colorado, USA,  October 28, 2014  —  Innovyze, a leading global innovator of business analytics software and technologies for smart wet infrastructure, today announced that the City of Coconut Creek, Florida, has chosen the company’s industry-leading  InfoWater  to support its enterprise-wide geospatial water distribution network modeling and management needs. The purchase will enable the City to address critical planning, design, and operational issues with maximum effectiveness; optimize asset management and capital improvement programs; and improve customer service. Spotlighted as one of the “Best Cities to Live in America” by Money Magazine, the City of Coconut Creek purchases water in bulk at wholesale prices from Brow

Innovyze Releases InfoSWMM Generation V13, Spearheading New Era in GIS-Centric Smart Wastewater Modeling

Image
Press Room  |  Products  |  News  |  Events  |  The Company   Innovyze Releases InfoSWMM Generation V13, Spearheading New Era in GIS-Centric Smart Wastewater Modeling Latest Release Gives Communities Groundbreaking Network Simulation Power and Full Compatibility with SWMM 5.1 Broomfield, Colorado, USA,  October 21, 2014  —  In its ongoing quest to equip the wastewater industry with the world’s most comprehensive and innovative smart network modeling and management solutions, Innovyze, a leading global innovator of business analytics software and technologies for smart wet infrastructure, today announced the worldwide availability of the V13 Generation of its industry-leading  InfoSWMM  for ArcGIS (Esri, Redlands, CA).  InfoSWMM  V13 provides unique new capabilities and enhancements that comprise the most advanced approach to guiding and optimizing collection systems planning, designs, operations and management. The only urban drainage modeling solution certified by the National Associa

How to Draw the Top Width in @INNOVYZE #InfoSWMM for Transects OR HEC-RAS Open Channels

Image
Here is a procedure that works for me to draw the top width for transects from the InfoSWMM model results: Make a map display of the maximum top width during the simulation, the variable is MXTOP_WIDH and will added to the Arc Map TOC Use the Buffer Command in Arc Map and a field of MXTOP_WIDH  the Buffer Command in Arc Map and the Pipe or Link feature class I have Arc Map Standard so I cannot use Create Polygons from Lines or Advanced Editing which might work for you http://resources.arcgis.com/en/help/main/10.2/index.html#//01m600000015000000 There is a buffer polygon made with a different width for each link How to Draw the Top Width in InfoSWMM for Transects

InfoWater To Support Comprehensive Geospatial Water Infrastructure Management for Oregon’s Largest Waterworks

Image
Press Room  |  Products  |  News  |  Events  |  The Company   Portland Water Bureau Selects Innovyze Smart Water Network Modeling Technology InfoWater To Support Comprehensive Geospatial Water Infrastructure Management for Oregon’s Largest Waterworks Broomfield, Colorado, USA,  October 14, 2014  —  Innovyze, a leading global innovator of business analytics software and technologies for smart wet infrastructure, today announced that the Portland Water Bureau (PWB) in Oregon has chosen the company’s industry-leading  InfoWater  to support its large-scale, enterprise-wide geospatial water distribution network modeling and management needs. The purchase will enable PWB to address critical planning, design, operational, and water quality issues with maximum effectiveness; optimize capital improvement programs as well as storage and seismic upgrades; and improve customer service. Portland’s water system delivers water from two high-quality sources, the Bull Run Watershed (surface water) and

Weekday and weekend hourly time patterns for Dry Weather inflows are now correctly applied in a mutually exclusive manner in #SWMM 5.1

This is a code note about change 52 in the newer EPA SWMM 5.1.x C code 52. Weekday and weekend hourly time patterns for Dry Weather  inflows are now correctly applied in a mutually exclusive  manner.  Here is the code from SWMM 5.0.022 double inflow_getDwfInflow(TDwfInflow* inflow, int month, int day, int hour) // //  Input:   inflow = dry weather inflow data structure //           month = current month of year of simulation //           day = current day of week of simulation //           hour = current hour of day of simulation //  Output:  returns value of dry weather inflow parameter //  Purpose: computes dry weather inflow value at a specific point in time. // {     int    i,                          // pattern type index            p;                          // pattern index     double f = 1.0;                    // pattern factor     for (i=0; i<4 i="" o:p="">     {         p = inflow->patterns[i];         if ( p >= 0 ) f *= inflow_getPatternFact

GUI Compilation Note for the #SWMM 5.1.x Delphi Code

Image
This is for Students who want to make their own customized version of the SWMM5 GUI Interface. You can use the  Embarcadero Starter Version for XE2 to XE7.  Here are the main files you download from the EPA There may be a problem with teechart and the starter version - see the note here  http://docwiki.embarcadero.com/RADStudio/XE7/en/FireMonkey_and_TeeChart   I got it work in XE7 but I did have to remove XPPRINTER references from the Delphi code.   CONTENTS OF SWMM5.1.007_GUI.ZIP ============================= Note from the EPA : This archive contains source code for the Windows graphical user interface portion of Version 5.1.007 of the Storm Water Management Model (SWMM). The interface was written using Embarcadero's Delphi XE2 (www.embarcadero.com). The name of the Delphi project containing the code is Epaswmm5. All of the files for the project can be found  in the GUI5_1_007.ZIP file within this archive. Before the Epaswmm5 project can be loaded into Delphi's Integrated Deve

EPA SWMM Build 5.1.007 (9/15/2014) with New Feature Images

Image
SWMM 5.1 Update History ======================= Build 5.1.007 (9/15/2014) Engine Updates, more information and code shown on the EPA Website : 1.   A new feature that provides monthly adjustments for      temperature, evaporation rate, and rainfall was added. 2.   Support for reading the new GHCN-Daily climate data      files available from NCDC's Climate Data Online service      was added. 3.   In addition to lateral groundwater flow, a custom      equation can now also be used for seepage flow to      a deeper groundwater aquifer. 4.   The [GW_FLOW] section of the project file was renamed      to [GWF] and its format was changed to accommodate      both lateral and deep groundwater flow equations. 5.   A new Weir parameter was added that specifies if the      weir can surcharge using an orifice equation or not.      Surcharging was the only option in SWMM 5.0 but was      switched to no surcharging in earlier 5.1 releases.      This new parameter accommodates both closed top weir