OpenCDSS / ArkDSS-Colors-of-Water

Colorado's Decision Support Systems (CDSS) ArkDSS Colors of Water Model Engine code
GNU General Public License v3.0
2 stars 5 forks source link

- Added measured flow observations #25

Closed porterma closed 2 years ago

porterma commented 2 years ago
kelleythompson commented 2 years ago

Hey Mark, Just looking at your points. Maybe you will want to control the simulation year with the command file, but I was thinking you would more likely be supplying the simulation year (and maybe a smaller period) to the engine through the command line argument; ie I think you might be issuing something like:

StateTL -f f1 -c 2016 or StateTL -f f1 -c 2016,06,01,07,31

In this case, I think you'd be controlling the simulation year from something on the python side. Again, just thinking, Thanks Kelley

Kelley L. Thompson, P.E. Senior Lead Modeler - Modeling and DSS / Water Information Team

P 303.866.3581 ext 8261 | C 719.480.3423 1313 Sherman St., Suite 818, Denver, CO 80203 @.*** | www.water.state.co.us

On Fri, Feb 11, 2022 at 2:27 PM Mark L Porter @.***> wrote:

Merged #25 https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_OpenCDSS_ArkDSS-2DColors-2Dof-2DWater_pull_25&d=DwMCaQ&c=sdnEM9SRGFuMt5z5w3AhsPNahmNicq64TgF1JwNR0cs&r=v8IOejxniM24GGbuf52hAajizwligqp4dTwlVwvfpSs&m=1WaL-zPfLfSmxnSIk6nUVAVhk_oO3IGzD3ekcJyRZAMG1D2SHuCJaRHW0Y-QBQci&s=dqonx97ikBKOGgjwtdORVAMdCJjq-cW5ZYRZlyB65lU&e= into main.

— Reply to this email directly, view it on GitHub https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_OpenCDSS_ArkDSS-2DColors-2Dof-2DWater_pull_25-23event-2D6054056860&d=DwMCaQ&c=sdnEM9SRGFuMt5z5w3AhsPNahmNicq64TgF1JwNR0cs&r=v8IOejxniM24GGbuf52hAajizwligqp4dTwlVwvfpSs&m=1WaL-zPfLfSmxnSIk6nUVAVhk_oO3IGzD3ekcJyRZAMG1D2SHuCJaRHW0Y-QBQci&s=BYWsqdkJQfeMCBG7t77IFtStzBo0cre1UVSPdXOF0q4&e=, or unsubscribe https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AC4LFGD53ZL726GBPQRK7A3U2V5LVANCNFSM5OFMHV4Q&d=DwMCaQ&c=sdnEM9SRGFuMt5z5w3AhsPNahmNicq64TgF1JwNR0cs&r=v8IOejxniM24GGbuf52hAajizwligqp4dTwlVwvfpSs&m=1WaL-zPfLfSmxnSIk6nUVAVhk_oO3IGzD3ekcJyRZAMG1D2SHuCJaRHW0Y-QBQci&s=ckoDnBuxhCXJQb4SdB3whQu-Umx3ADnb0ALLrFNi0N8&e= . Triage notifications on the go with GitHub Mobile for iOS https://urldefense.proofpoint.com/v2/url?u=https-3A__apps.apple.com_app_apple-2Dstore_id1477376905-3Fct-3Dnotification-2Demail-26mt-3D8-26pt-3D524675&d=DwMCaQ&c=sdnEM9SRGFuMt5z5w3AhsPNahmNicq64TgF1JwNR0cs&r=v8IOejxniM24GGbuf52hAajizwligqp4dTwlVwvfpSs&m=1WaL-zPfLfSmxnSIk6nUVAVhk_oO3IGzD3ekcJyRZAMG1D2SHuCJaRHW0Y-QBQci&s=NZE--EluU9nEkVL7a5Y0GKAmbwUxSpcpAfr0fAfZheY&e= or Android https://urldefense.proofpoint.com/v2/url?u=https-3A__play.google.com_store_apps_details-3Fid-3Dcom.github.android-26referrer-3Dutm-5Fcampaign-253Dnotification-2Demail-2526utm-5Fmedium-253Demail-2526utm-5Fsource-253Dgithub&d=DwMCaQ&c=sdnEM9SRGFuMt5z5w3AhsPNahmNicq64TgF1JwNR0cs&r=v8IOejxniM24GGbuf52hAajizwligqp4dTwlVwvfpSs&m=1WaL-zPfLfSmxnSIk6nUVAVhk_oO3IGzD3ekcJyRZAMG1D2SHuCJaRHW0Y-QBQci&s=NtIvEiHqwgnhrBTyKKcU-J-NdrRsPo-_R8AKKeEcqNU&e=.

You are receiving this because you are subscribed to this thread.Message ID: @.*** .com>

porterma commented 2 years ago

@kelleythompson that is a good idea. I will implement it that way. Thanks!