LESbrary.jl icon indicating copy to clipboard operation
LESbrary.jl copied to clipboard

📚Generating Oceananigans large eddy simulation (LES) data for calibrating parameterizations

Results 25 LESbrary.jl issues
Sort by recently updated
recently updated
newest added

Will see if I can isolate the cause... ``` ERROR: LoadError: CUDA error: an illegal memory access was encountered (code 700, ERROR_ILLEGAL_ADDRESS) Stacktrace: [1] throw_api_error(res::CUDA.cudaError_enum) @ CUDA ~/.julia/packages/CUDA/nbJRs/lib/cudadrv/error.jl:105 [2] macro...

See: https://github.com/CliMA/LESbrary.jl/pull/113#pullrequestreview-668547689

After upgrading from `[email protected]` to `CUDA#master` I'm getting an error about memoization when precompiling. It looks like it's because Oceananigans.jl uses `has_cuda` in `__init__()`? Posted on Julia Slack's #gpu channel...

So, I've been meaning to clean up some of my scripts and possibly creating some utilities for Oceananigans. I'm not sure if I need to do this somewhere else or...

Right now in the "realistic" pilot simulation the geostrophic base state U_geo(z, t), V_geo(z, t) is computed for each day then linearly interpolated in time. @rafferrari pointed out a couple...

Would be useful to pick one diagnostic to compute the mixed layer depth of our simulations (and of SOSE/ECCO data if we want consistency). @rafferrari suggested the Kara et al....

@adelinehillier If you still have the command line arguments you used we could add a bash script that automatically runs the LESbrary suite and uploads it to Engaging.

``` ➜ LESbrary.jl git:(master) git rev-list --objects --all | git cat-file --batch-check='%(objecttype) %(objectname) %(objectsize) %(rest)' | sed -n 's/^blob //p' | sort --numeric-sort --key=2 | cut -c 1-12,41- | $(command...

Currently all our scripts are in `examples/`. It might be logical to organize files differently. `examples/` are probably more appropriately simple scripts that illustrate some of the functionality of `LESbrary.jl`...

When trying to instantiate `LESbrary.jl` on Supercloud, I receive the error message below: `ERROR: expected package NonlinearSolve [8913a72c] to be registered`