This release contains binaries and libraries (DLLs) for the MOHIDWater and MOHIDLand code as found in the GitHub repository on October 2024. The release contains the source code used for compiling and the binaries with the following flavors:
64 bits double precision (x64): MOHID Water;
64 bits double precision OpenMP (x64_OpenMP): MOHID Water and MOHID Land;
64 bits double precision MPI (x64_MPI): MOHID Water.
= Release Notes =
== MOHID Water ==
New features:
-
Jellyfish movement:
Described in Malul et al. 2024 https://doi.org/10.1016/j.cub.2024.07.038 (LagrangianGlobal) -
User can impose different settling velocities in different boxes
-
2D Output of vertical anomalies (max and min and respective depth)
-
Automatic domain decomposition following a chess pattern
-
New method to compute beach and unbeach litter (FreeLitter project) based in water column threshold
-
Add a Sample focus in litter beaching
-
Function to generate water level time series from a jonswap wave spectrum
-
Add the code of numerical recipes to the MOHID project
-
Update necessary to extract velocities from fes2014 via tideprev tool
-
Module_TS_Operator.f90 - "SmallTools" able to compute operation windows using logical operations using several input time series
-
New option for valve discharge and input time series to switch ON/OFF
-
Integration of SmallTools with GDAL allowing direct output in geotif
Corrected bugs:
- No significant bugs detected
== MOHID Land ==
Corrected bugs:
- Fixed bug in curve number method giving wrong results.