Search found 9 matches
- Thu Jun 28, 2007 17:51
- Forum: MOHID GUI (discontinued)
- Topic: lost my project tree
- Replies: 1
- Views: 3011
lost my project tree
Hi everyone, I got a stupid problem : for any reason I lost my project tree (archive .moh exists but has no information anymore!), but not the folders with the simulations and runs. So I am trying to rebuild it creating a new project (looking for the start and end time I know the order) and insertin...
- Fri May 11, 2007 15:30
- Forum: MOHID Water
- Topic: Boxes
- Replies: 1
- Views: 2838
Boxes
Hi everyone! Do the keyword BOXES_VALUES define that this values are kept during all the time of the simulation? I first thought that they defined only the initial field (as an INITIALIZATION_METHOD), but I see that it remains as a background value... How do I do to make it work only as an initializ...
- Fri May 04, 2007 12:38
- Forum: MOHID Water
- Topic: nested grid and water properties
- Replies: 2
- Views: 3680
nested grid and water properties
Hi again! I am trying to run a nested model with water properties (at the moment salinity, sediment and temperature) but I got this warning: \"1 can not access to father\" only for water properties, but the running does not crash. Why does it happen? Here is one of the properties: <beginproperty> NA...
- Fri Apr 27, 2007 14:33
- Forum: MOHID Programming
- Topic: error PRJ0019
- Replies: 3
- Views: 10046
Hi Luis, Sorry to bother you about that. So if I have only IFC, how do I do this? :? I've tried to change the library to mpich.lib, as it should be for CVF, but then I got some warnings and this: ...ModuleWaterProperties.f90(7067) : Error: A non-optional actual argument must be present when invoking...
- Fri Apr 27, 2007 13:28
- Forum: MOHID Programming
- Topic: error PRJ0019
- Replies: 3
- Views: 10046
error PRJ0019
Hi! I am trying to compile MohidWater using MPI. I've tried to do this using Intel Fortran Compiler 9.0 and MPICH2. I got the source code from the website (MOHID-SourceCode-22-09-2006), and it compiles when I do not try to use MPI configuration. I followed all the steps in \"Compiling Mohid with MPI...
- Mon Apr 16, 2007 16:39
- Forum: MOHID General
- Topic: Setup_a_MOHID_simulation_using_MPI
- Replies: 5
- Views: 11239
Setup_a_MOHID_simulation_using_MPI
Hi everyone!
I would like to get access to this manual: Setup_a_MOHID_simulation_using_MPI, but I do not have a password to mohid/wiki.
Please, if you could send me one (password) or this document...
Thanks in advance,
Best regards
Márcia
I would like to get access to this manual: Setup_a_MOHID_simulation_using_MPI, but I do not have a password to mohid/wiki.
Please, if you could send me one (password) or this document...
Thanks in advance,
Best regards
Márcia
- Mon Apr 16, 2007 14:17
- Forum: MOHID Water
- Topic: MPI
- Replies: 1
- Views: 2605
MPI
Hi everyone!
I need to configure the MPI to run a nested model! I saw MOHID can do this with a dual core processor, but the option \"Use MPI\" when I launch MOHID is not available, so how do I do this?
Thanks in advance
Márcia
I need to configure the MPI to run a nested model! I saw MOHID can do this with a dual core processor, but the option \"Use MPI\" when I launch MOHID is not available, so how do I do this?
Thanks in advance
Márcia
- Wed Mar 21, 2007 14:53
- Forum: MOHID Programming
- Topic: writing in hdf5
- Replies: 3
- Views: 9958
Hi Luis! Thank you for the answer. Now I have another question: what is the difference between Horizontal velocity Old and Horizontal velocity New? I found this in ModuleHydrodynamic in the subroutine that writes the FinalFile in binary format (subroutine Write_Final_Hydrodynamic_File). Thanks in ad...
- Fri Mar 16, 2007 15:03
- Forum: MOHID Programming
- Topic: writing in hdf5
- Replies: 3
- Views: 9958
writing in hdf5
Hi everyone! I am trying to save some hydrodynamic information in a hdf5 file in a program that is not Mohid GUI, but after this I will have to make Mohid GUI read this data. So, as reference I am looking how the Module HDF5 does it. I don't get the changes between the HDF5WriteDataR4_3D subroutines...