Ali Ramadhan

Results 112 issues of Ali Ramadhan

Seems like it should be `length(grid) = prod(size(grid))`. Maybe this is leftover from when the `extent` kwarg used to be called `length`. Perhaps we should define `extent(grid) = (grid.Lx, grid.Ly,...

user interface/experience 💻

https://github.com/CliMA/Oceananigans.jl/blob/28dadbcc52a2badd242e89ba30c8cc34f9117327/src/Operators/vorticity_operators.jl#L1-L2 At the cubed sphere corners the grid is not actually orthogonal and so the vector-invariant formulation breaks down unless we compute the circulation carefully for each corner. ![image](https://user-images.githubusercontent.com/20099589/114737069-a8183e80-9d14-11eb-9a9c-07b5243af3c2.png) I've...

Maybe more of a question for @charleskawczynski @simonbyrne but any suggestions for a logging library? It's probably a good software practice to move away from `print`/`@printf` statements to a logging...

Please let me know if I'm doing this wrong but I was trying to find a nice balance between compression time and file size by benchmarking compression levels 0-9 but...

Was wondering if it's possible to strip out curly braces `{` and `}` from titles (or apply the formatting) in `Bibliography.xtitle`? Example: ```julia julia> using Bibliography julia> bib = import_bibtex("example.bib")...

enhancement

Now that the data is online at https://engaging-web.mit.edu/~alir/lesbrary/ it should be possible to make everything in this repo reproducible by registering data deps.

I think I didn't organize the repo well since `src/` includes stuff like https://github.com/CliMA/OceanParameterizations.jl/blob/master/src/ocean_convection.jl which now seems pretty specific to free convection so it shouldn't have been in `src/`. Things...

Parallel precompilation with Julia 1.6 will help with this but might be good to remove unnecessary dependencies.

@adelinehillier @xkykai what do you guys think of training with buoyancy instead of temperature? I think we get a few benefits: 1. No need to worry about Celsius vs. Kelvin....

This is a work-in-progress PR where I'm trying to 1. compare lateral and surface fluxes as part of the site analysis, 2. diagnose the geostrophic base state directly from buoyancy...