Search found 98 matches
- Mon Jul 06, 2015 08:15
- Forum: MOHID General
- Topic: Error with ModuleHDF5
- Replies: 1
- Views: 5752
Re: Error with ModuleHDF5
Hello, Sorry for take so long. Did you compiled the HDF5 libraries with the same compiler you are using to compile mohid? If not, you must. Also, did you correct setup the HDF5LIB and HDF5INC parameters? Usually both point to the same place, that is the place where it is both the library as the mod ...
- Tue Mar 03, 2015 21:42
- Forum: MOHID Land
- Topic: MOHID Land Tests
- Replies: 3
- Views: 4953
Re: MOHID Land Tests
Hello Cyril
I'll check this situation and will come back to you with a solution.
Best regards,
Eduardo Jauch
I'll check this situation and will come back to you with a solution.
Best regards,
Eduardo Jauch
- Tue Oct 21, 2014 14:44
- Forum: MOHID Programming
- Topic: Build Solution - Error
- Replies: 7
- Views: 11438
Re: Build Solution - Error
Hi, I don't know if you managed to compile successfully, but I found a possible solution. I was having the same problem (and error) because I was using the runtime dll's as dynamic instead of static. So, set Properties->Fortran->Libraries->Runtime Library to Debug Multithreaded (/libs:static /thread...
- Tue Jul 15, 2014 08:29
- Forum: MOHID Land
- Topic: MOHID Land Quick Start Tutorial
- Replies: 4
- Views: 5749
- Mon Jul 14, 2014 18:22
- Forum: MOHID Land
- Topic: MOHID Land Quick Start Tutorial
- Replies: 4
- Views: 5749
Re: MOHID Land Quick Start Tutorial
Hello Lia, Are you running the model from within Mohid Studio? I can't open it right now, but there is an option in the project configuration that allows you to use a different Mohid Land executable. If this option is checked and the path for the executable is not provided (or is not valid), it will...
- Fri May 30, 2014 09:28
- Forum: MOHID Land
- Topic: Groundwater
- Replies: 3
- Views: 5026
Re: Groundwater
Hello Fabio,
About the boundary condition, at some degree yes, it's possible do have ocean as boundary condition and, thus, mixing ocean and soil water.
But I'm not sure about the density dependent flow.
I'll ask here and will return an answer to you as soon as possible.
Best Regards,
Eduardo Jauch
About the boundary condition, at some degree yes, it's possible do have ocean as boundary condition and, thus, mixing ocean and soil water.
But I'm not sure about the density dependent flow.
I'll ask here and will return an answer to you as soon as possible.
Best Regards,
Eduardo Jauch
- Tue Mar 18, 2014 13:54
- Forum: MOHID Water
- Topic: Websig Problem
- Replies: 2
- Views: 4010
Re: Websig Problem
Hello Nuno. Here is working for me. Have you updated Java recently? The newer versions of java are causing problems to java based web tecnology. You have to go to the Java Console (in Windows 7 is under Start->Java->Configure Java), select the Security tab and check your configuration. If it's set t...
- Thu Nov 14, 2013 19:58
- Forum: MOHID Land
- Topic: cohesive sediment with BOTTOM_CONC and CONTINUOUS keywords
- Replies: 5
- Views: 7111
Re: cohesive sediment with BOTTOM_CONC and CONTINUOUS keywor
Hello Cyril, My problem was that the properties were not stated in the same order in my warmup simulation than in my continuous simulation. From what I understand of the *.fin file, it is filled sequentially, which means that declaring first "dissolved metal" then "particulate metal&q...
- Tue Sep 24, 2013 13:47
- Forum: MOHID Land
- Topic: Hydraulic obstacles on drainage network
- Replies: 5
- Views: 7400
Re: Hydraulic obstacles on drainage network
Hello Cyril, At this moment, the ModuleDrainageNetwork do not accept multiple downstream reaches. At the initialization of the module, the network is constructed and this condition is tested. Any node with more than one downstream reach will cause an error and the model will stop. This verification ...
- Thu Sep 19, 2013 11:54
- Forum: MOHID Land
- Topic: Constant irrigation value
- Replies: 5
- Views: 6897
Re: Constant irrigation value
Ok :) Let's start. Regarding the weird values in the irrigation HDF build with FillMatrix, I would like you to check the following: 1. Verify if the "weird points" happens only with one of the stations or with both. Also, verify if the fill grid data file you are using has more ID's than y...
- Thu Sep 19, 2013 09:35
- Forum: MOHID Land
- Topic: Constant irrigation value
- Replies: 5
- Views: 6897
Re: Constant irrigation value
Hello Ane, I'll check the question with the irrigation using constant values and timeseries. As soon as I found what is happening, I'll let you know. Regarding the HDF with weird values, I would like some more information. 1. How did you create the irrigation HDF. Could you describe the process and ...
- Wed Apr 17, 2013 11:49
- Forum: MOHID Land
- Topic: MRN: tracer output
- Replies: 28
- Views: 21222
Re: MRN: tracer output
Just to add a thing. The mass that you are discharging to the river will not pass all to the next node, unless all the water also leave the node where the discharge is located. So, it's probable that you will never have all the mass that you input pass to the next node, at least for short periods. E...
- Wed Apr 17, 2013 11:46
- Forum: MOHID Land
- Topic: MRN: tracer output
- Replies: 28
- Views: 21222
Re: MRN: tracer output
Hello Ane :) I'm assuming that for the flow information, you are using the "channel flow.srn" time series... Am I right? If so, Than your math will probably never give you the results you are expecting. The reason is that most of the model output time series have "instantaneous" ...
- Thu Apr 04, 2013 14:00
- Forum: MOHID Land
- Topic: Properties
- Replies: 6
- Views: 6973
Re: Properties
Hello Ane :) I'll try to answer through our wiki. 1. Explicit and Implicit methods. http://www.mohid.com/wiki/index.php?title=Transport_equations http://www.mohid.com/wiki/index.php?title=Equations_in_Mohid_Land The criteria to use is the results you have. We usually start using explicit methods, bu...
- Tue Apr 02, 2013 09:21
- Forum: MOHID Land
- Topic: Roots depth
- Replies: 24
- Views: 18443
Re: Roots depth
Hello Ane, The change in the base flow that you show in the graph is usually can be caused by three different keywords: 1. FC_K_FACTOR 2. HORIZONTAL_K_FACTOR 3. CUT_OFF_THETA_HIGH_GW_TABLE The first two are factors that multiply the vertical conductivity in order to find the horizontal conductivity....