Ali Ramadhan

Results 112 issues of Ali Ramadhan

@almacarolina and I noticed that the coefficient of restitution for Lagrangian particles is hard-coded to `1.0` here: https://github.com/OceanBioME/OceanBioME.jl/blob/3a01fc1e1f99f61679a9653947141e80a8d12dbd/src/Particles/advection.jl#L24 It would be nice if we could change it. Happy to open...

enhancement

Huge push with #178! I know PISCES is still in early development but I was curious to play around with it. Is it not supposed to work out of the...

Resolves #4384 I believe the changes in this PR do fix the main issue of NetCDF output for the free surface height not working. But I'm not quite happy with...

- [x] I have read the contributing guide in the documentation. ### Description Added a `duration` property to the `MetaTrack` class. `get_match_value` will now consider track duration using a tolerance-based...

Using the `main` branch this MWE ```julia using Oceananigans using OceanBioME grid = RectilinearGrid(Float32, topology = (Bounded, Bounded, Bounded), size = (10, 10, 3), x = (0, 100), y =...

This PR refactors how the `Checkpointer` works by now checkpointing simulations, rather than just models. This is needed as the simulations (+ output writers, callbacks, etc.) all contain crucial information...

output 💾

The https://github.com/CliMA/OceananigansDocumentation repository is quite large, which is to be expected as it holds the docs for all versions (including figures and animations) going back to v0.4.0 (which many gaps...

documentation 📜

_Note_: This is a first draft. I might come back to edit this post with more refined thoughts. But thoughts are always welcome! Would be nice to get some consensus...

output 💾

Looking at the tests, there are many files which is great, but I feel like it might be difficult/messy to extend the tests to more architectures, grids (especially immersed grids),...

testing 🧪

Are there any plans to tag a new release? I see the latest release (v0.4.3) was almost 3 years ago and there have been almost 50 commits contributed since. The...