-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explore 2009 models #1599
Comments
Karen, can you post some of the 2009 models and the main differences between the current models? |
K I have videos of this process in my Taney Short Course Folder. |
Files to import. TOLER.DAT Cont.dat cadpts.dat and fplain.dat are required for 2009. it won't use topo.dat or mannings_n.dat |
Export Ideas |
It looks good.
We will see users exporting the 2009 model and trying to use the PRO exe to
run it. We may need to add some code to identify that a 2009 version
database is trying to be run with PRO executable and provide some guidance.
…On Wed, Jan 8, 2025 at 3:33 PM Robson Pachaly ***@***.***> wrote:
Added the switch between 2009 and PRO on the Components Dialog. What do
you think?
image.png (view on web)
<https://github.com/user-attachments/assets/0bd4d8f2-64f4-4ea6-b313-c77e0b67ebe0>
The info is added to the cont table.
image.png (view on web)
<https://github.com/user-attachments/assets/5fddc609-4ea4-4c54-9d73-1b6afe4fd4b3>
I coded this in a way that has backwards compatibility.
—
Reply to this email directly, view it on GitHub
<#1599 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE32O3RXYH6USYKM3ALK2ZL2JWDPZAVCNFSM6AAAAABTSDKRDCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZYGYYDGMRSGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi @FLO-2DKaren and @FLO-2DNoemi Here is the video for how I'm building the process to export to FLO-2D 2009 and FLO-2D Pro. Check this out and let me know what are your thoughts. https://flo-2d.sharefile.com/d-s8ac16e68eada4d79ab51ad98819c9463 I'll be working on the import. |
Hi Robson, This looks good. It is very clear and easy to follow for anyone who knows why they are using 2009 instead of pro. 2009 wants that to be an integer with values of 0 and 1. It will result in writing the super.out file. |
Some other notes. In 2009 we used the DEPTOL value which is variable 2 on line 1 of toler.dat more common. We did not use wavemax which is variable 3 line 1 in toler.dat. We don't need that variable anymore but it was required as a zero in 2009. |
Nice! Thanks Karen. I already implemented these changes. Once the import process is done I'll push the branch. |
I'll not do anything related to HDF5 yet. |
2009 cannot use hdf5 so you won't be able to do anything about that. |
That makes sense. |
Karen, I think it is ready for testing. I did not merge the branch. It is on https://github.com/FLO-2DSoftware/qgis-flo-2d-plugin/tree/2009-models What I did: *Import data (.DAT) files: It is possible to import from FLO-2D 2009 and FLO-2D Pro models. All the variables are adjusted correctly and default values are set for missing values, such as TIME_ACCEL and WAVEMAX when importing from a 2009 project. First it tries to load the TOPO.DAT and MANNINGS_N.DAT to create the grid and, if these files are not available, it reads the CADPTS.DAT and FPLAIN.DAT. If these files are also not available, it will throw an error. Import selected components files:* I adjusted the code for both several and single components. Export data (*.DAT) files: I already showed this on the previous video. Quick Run: The Quick Run button exports FLO-2D Pro or FLO-2D 2009 but it runs only FLOPRO.exe. Should we consider adding a Quick Run 2009 and Run FLO-2D 2009 buttons or should we only allow for exporting FLO-2D Pro when clicking on the Quick Run? @FLO-2DKaren @FLO-2DNoemi I did a lot of testing importing and exporting. All seems to be fine. What I did not do was running FLO-2D 2009 and FLOPRO. |
No description provided.
The text was updated successfully, but these errors were encountered: