Skip to main content

Chama 2023

Chama Tasks

  1. Get PySWMM errors logged into the Database
  2. Create Example 6 Final Run.
    1. Create new Rainfall File
    2. Create HotStart file.
    3. Modify INP file to create Base INP file.
    4. Create Start Locations file.
    5. Create Config File.
  3. Document the Creation of a new Network (Example 6).
  4. Look into Caleb's new PySWMM project. (ON HOLD)
  5. Update Documentation and add it to the Microsoft Notebook for Chama.
  6. Scaler Divide Issue.
    1. Document it.
  7. Add Status logging in the Database. Run status for entire ensemble
    1. Add more info to ensemble status table, i.e. start time, last updated, finished.
  8. Turn off rpt and out file generation in PySwmm. Extra functionality to be added when Caleb's pyswmm is finished.
  9. Pull out Rainfall from E6 inp file.
  10. We need to store all 5 errors of non-zero percentages. Not just 3.
    1. Rework error table to multiple float columns instead of a single string col.
    2. Verify the errors in db match the errors in rpt.
  11. If not exists, add flag in config file to delete or keep the .out and .rpt files. Two flags might be better since .out are the larger by far. We can keep rpt on by default and out off by default, with the ability to toggle either or both.
  12. Add flag to delete signal files when done with an ensemble.
  13. Change INP file threads to 1 (default now is 2).