Andrew Simms
Andrew Simms
Hi @ckberinger, we believe fixed this in #136, and merged this fix into the v0.5.0 release yesterday. Let us know if this fixes your specific issue with the `jonswap_spectrum` function....
It is great to have your help! I am going to close this.
@akeeste, thanks for reporting this. This was fixed here https://github.com/simmsa/MHKiT-MATLAB/commit/303c9e39a453faf69ed76dd93829f89d43c20be9 and will be included in the upcoming v0.6.0 release.
Hi @radityadanu, we were experiencing a similar issue where our unit tests would fail or take a long time when accessing the hindcast data from developer.nrel.gov. As a workaround we...
@radityadanu I am going to close this and consider this fixed. Let us know if you have any other issues here.
@hivanov-nrel, we should consider this a starting point for xarray conversion. The overall goal is provide a way to use xarray objects created by MHKiT in MHKiT-MATLAB. Overall there seem...
@jmcvey3 directed us to these two functions in MHKiT-Python that perform most of the conversion that we need (Thank you!): `save_mat`: https://github.com/MHKiT-Software/MHKiT-Python/blob/2ccc286a65685e5e2f5ab68a467209917f0161d9/mhkit/dolfyn/io/api.py#L240 `load_mat`: https://github.com/MHKiT-Software/MHKiT-Python/blob/2ccc286a65685e5e2f5ab68a467209917f0161d9/mhkit/dolfyn/io/api.py#L309 We may need to make these...
Addressed in #108 * Tidal [phase exceedance plottting](https://github.com/MHKiT-Software/MHKiT-MATLAB/blob/21453d1b4ad7f8712efd3f8e5c484ca1db486ca2/mhkit/tidal/graphics/plot_tidal_phase_exceedance.m) * Tidal [phase probablity plotting](https://github.com/MHKiT-Software/MHKiT-MATLAB/blob/21453d1b4ad7f8712efd3f8e5c484ca1db486ca2/mhkit/tidal/graphics/plot_tidal_phase_probability.m) Working example can be found in the [tidal module example](https://github.com/MHKiT-Software/MHKiT-MATLAB/blob/21453d1b4ad7f8712efd3f8e5c484ca1db486ca2/examples/tidal_example.html) TODO: * [ ] Update MHKiT documentation...
We are actively working on completing DOLfYN functionality. High Level Progress: * Reading Files: * [X] Read [Teledyne Marine RDI](https://www.teledynemarine.com/en-us/products/product-line/Pages/adcps.aspx) files * [X] Read [Nortek AWAC](https://www.nortekgroup.com/products?depth=all&feature=all&family=awac) files * [X] Read...
# Detailed Progress Tracker # River Module ## IO/Delft3D [Released - MHKiT-MATLAB v0.5.0] - [x] [MHKiT-Python #132 Delft3D](https://github.com/MHKiT-Software/MHKiT-Python/pull/132) @simmsa #124 - [x] [MHKiT-Python #168 Delft3D](https://github.com/MHKiT-Software/MHKiT-Python/pull/168) @simmsa #124 - [x] [MHKiT-Python...