Mohid-Water-Modelling-System / Mohid

Official MOHID Water Modelling System repository
http://www.mohid.com
70 stars 58 forks source link

Start using MOHID #66

Open Cesar-IIUNAM opened 1 year ago

Cesar-IIUNAM commented 1 year ago

Dear Dr. Paulo,

I am somewhat confused about the versions and environments in which MOHID can be implemented. MOHID can be implemented either on windows or linux. What I am not clear is how to start using it, either on windows or linux. The version available in the repository is the same for windows and linux? Once I download the code from the repository, I don't know how to get here>> http://wiki.mohid.com/index.php?title=Mohid_GUI

I should probably say that I am a big fan of the whole MOHID team and I have been using the model in its commercial versions for years, although at the beginning I worked very briefly on its academic version. Maybe that's why I don't remember how to start with this version. Any user guide you can share with me, I would be very grateful.

Regards, Cesar.

PauloChambelGit commented 1 year ago

Dear Cesar, my answers in bold to your questions (italic):

MOHID can be implemented either on windows or linux. What I am not clear is how to start using it, either on windows or linux. The version available in the repository is the same for windows and linux?

Correct for the source code. We only provide pre-build releases for windows https://github.com/Mohid-Water-Modelling-System/Mohid/releases. For linux we provide the makefiles and you need to execute the bash files in your linux flavour of choice. https://github.com/Mohid-Water-Modelling-System/Mohid/tree/master/Solutions/mohid-in-linux

_Once I download the code from the repository, I don't know how to get here>> http://wiki.mohid.com/index.php?title=Mohid_GUI_

http://www.mohid.com/PublicData/Products/Software/MOHID_GUI_2009.zip

This is a very old GUI and only work with very specific windows operative systems. In Hidromod to work with this GUI we have a virtual machine with the operative system Windows Server 2016 Essentials.

The best option is to use the official commercial GUI of MOHID http://www.mohid.com/pages/userinterfaces/OpenFlows_FLOOD.shtml

Any user guide you can share with me, I would be very grateful.

The available mohid help is in http://www.mohid.com/ http://wiki.mohid.com/index.php?title=Main_Page https://github.com/Mohid-Water-Modelling-System/Mohid

Best regards, Paulo

Cesar-IIUNAM commented 1 year ago

Dear Paulo,

Thanks for answering my questions. You are very collaborative as the whole MOHID community.

Now I understand a little more. In fact, I am currently working with OpenFlows Flood, before with Mohid Studio. I have been interested in working mohid on linux because I currently have more computational resources (Cluster).

The link you shared with me for Mohid on Linux is very clear in terms of downloading the code and compiling it, but not so much for implementing the model. Even with the reading so far, I recognize that I do not see clear how to start adapting the model to my area of study, in linux.

Once the model is installed and the compilation has been proven successful, I imagine it is possible to see the different configuration modules of the model?

Regards, César.


De: Paulo Chambel Leitão @.***> Enviado: viernes, 24 de febrero de 2023 5:37:03 Para: Mohid-Water-Modelling-System/Mohid Cc: Cesar Alexander Torres Marchena; Author Asunto: Re: [Mohid-Water-Modelling-System/Mohid] Start using MOHID (Issue #66)

Dear Cesar, my answers in bold to your questions (italic):

MOHID can be implemented either on windows or linux. What I am not clear is how to start using it, either on windows or linux. The version available in the repository is the same for windows and linux?

Correct for the source code. We only provide pre-build releases for windows https://github.com/Mohid-Water-Modelling-System/Mohid/releases. For linux we provide the makefiles and you need to execute the bash files in your linux flavour of choice. https://github.com/Mohid-Water-Modelling-System/Mohid/tree/master/Solutions/mohid-in-linux

Once I download the code from the repository, I don't know how to get here>> http://wiki.mohid.com/index.php?title=Mohid_GUI

http://www.mohid.com/PublicData/Products/Software/MOHID_GUI_2009.zip

This is a very old GUI and only work with very specific windows operative systems. In Hidromod to work with this GUI we have a virtual machine with the operative system Windows Server 2016 Essentials.

The best option is to use the official commercial GUI of MOHID http://www.mohid.com/pages/userinterfaces/OpenFlows_FLOOD.shtml

Any user guide you can share with me, I would be very grateful.

The available mohid help is in http://www.mohid.com/ http://wiki.mohid.com/index.php?title=Main_Page https://github.com/Mohid-Water-Modelling-System/Mohid

Best regards, Paulo

— Reply to this email directly, view it on GitHubhttps://github.com/Mohid-Water-Modelling-System/Mohid/issues/66#issuecomment-1443562221, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A26OFSKLKSLU254T75BXIJDWZCMN7ANCNFSM6AAAAAAVGD7OJM. You are receiving this because you authored the thread.Message ID: @.***>

PauloChambelGit commented 1 year ago

Dear César, what I recommend if you are already using OpenFlows Flood is to configure your model in windows using relative paths and using the character "/" (works in windows and linux) instead of " \ " (only works in windows) . This way you have mohid project ready to run in linux. For the mohid point of view the only difference between running a mohid project in linux and windows is the way you define the paths of the input files. This way you can test the model in windows see if everything is running and finally you can copy the project directly to linux and run again. In linux you also need to define a bash file where you define mohid run instructions of you choice. If you have a OpenFlows Flood license for sure the Bentley team can give you more clear guidance than I.

Regards, Paulo