Andrew Simms
Andrew Simms
Add `auto` method to wave.resource.surface_elevation to address #308. The `auto` method chooses the most computationally efficient surface elevation computation method based on the input spectrum. `auto` uses the `sum_of_sines` method...
Fix: If unnamed, set spectrum `dim_0` name to "Frequency" The `surface_elevation` function typically takes in a spectrum generated by an mhkit function that sets the index/dimension name to "Frequency". This...
### Describe the bug: In #250 the `method` option was added to the `wave.resource.surface_elevation` function. `method` defaults to using the `iftt` method for calculating the surface elevation. To use `iftt`...
Add Delft3D functionality to MHKiT-MATLAB: Following MHKiT-Python: * [X] https://github.com/MHKiT-Software/MHKiT-Python/pull/132 - Delft3D * [X] `get_layer_data` (115b5b2307ce8e9ef1daebf280a816f8e32d6e82) * [X] `create_points` (4dd8fbe0a65d8391367e7b83db8b6572fbfb880b) * [X] `variable_interpolation` (d791fdd47813b631905c8b295c4b544551e55a12) * [X] `get_all_data_points` (3d67e6292cdac641abcd34664ebe906de31a2bb3) * [X]...
This fixes a bug, described in #132, where the `Hs` argument input into the `jonswap_spectrum` function is not properly mapped to the corresponding `mhkit.wave.resource.jonswap_spectrum` function. This maps `Hs` into the...
The following MHKiT-MATLAB test cases are failing with the new MHKiT-Python v0.8.0 Name Failed Incomplete Reason(s) ================================================================================================================= Loads_TestLoads/test_bin_statistics X X Failed by assertion. ----------------------------------------------------------------------------------------------------------------- Loads_TestLoads/test_damage_equivalent_loads X X Errored. ----------------------------------------------------------------------------------------------------------------- Power_TestDevice/test_TCHD_sine_wave...
Create a standardized method for converting xarray objects into a matlab structure and converting them back into xarray objects.
Run all live scripts and generate new html files. Address the root cause of #99. Will also require updates of MHKiT documentation. [Existing](https://mhkit-software.github.io/MHKiT/matlab.html#examples): * [x] Wave Example * [x] River...
Description: Attempting to run `examples/environmental_contours_example.mlx` results in the following error on line 35. ``` Unable to resolve the name 'py.mhkit.wave.resource.environmental_contour'. Error in [environmental_contour](matlab:matlab.internal.language.introspective.errorDocCallback('environmental_contour', 'mhkit/wave/resource/environmental_contour.m', 91)) ([line 91](matlab: opentoline('mhkit/wave/resource/environmental_contour.m',91,0))) data =...
Code compatibility is reporting the following VERLESSMATLAB Info: | Identifier | Severity | Documentation | Suppression | File | LineNumber | ColumnRange | | ------------- | -------- | --------------------------------- |...