Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
subhk pushed 304 commits to main subhk/Rayleigh
- Push to ghcr and build for Apple Silicon 6674dd8
- Simplify docker image to work with both apptainer and docker f03770f
- Update documentation 0ba11fd
- Add fix for OpenMPI warnings 1fc1624
- Add note to documentation e8a6d85
- Added a test for the finite-difference scheme. 91cde0d
- Adds publishing recommendations to documentation 06fe369
- Updating Initial Conditions This file includes init_type = -2 for adding entropy perturbations from checkpoint and a... d8a44a0
- Adding Set_RHS subroutine to Linear_Solve 65e5496
- Cleaing up Initial Conditions file 29e58a0
- ref%dsdr should now be scalable by constant c_11 4c76a13
- forgot about with_custom stuff ce25463
- I had accidentally removed reading of fset d3cec9f
- guarded against dividing by N^2=0 4471ac2
- added c_11 to documentation 9fe898a
- Merge pull request #490 from illorenzo7/fix_divide_by_0_nsquared guarded against dividing by N^2=0 c2916bc
- Merge pull request #487 from ljhwang/publishing Adds publishing recommendations to documentation 7c05550
- Merge pull request #489 from illorenzo7/new_const_c11 ref%dsdr should now be scalable by constant c_11 158c55d
- Merge pull request #488 from bhishekmanek/NewInitialConditions Initial conditions using checkpoint files added to us... 7e4a084
- Removed two debugging print statements from PDE_Coefficients.F90. Removed comment "!Nick" from Initial_Conditions.F90 7b2295e
- and 284 more ...
subhk pushed 44 commits to master subhk/coral
- zero-mean quadratic terms 3d598d9
- Add files via upload bdfcb0e
- colorplot_slice.py searches volumes in case of a missing slice 7fe73b6
- adding code for bound. value volumes 65cb088
- comments for barotropic filtering a706dae
- changed codes for bound. value volumes 5ae4b18
- def. a volume from boundary values: compiles and runs. Actual boundary evaluation still missing in LP_IMEX... 5e6e11c
- fix recipe bug 8b8d9b1
- def. a volume from boundary values: compiles and runs. Boundary evaluation seems exact. To be validated. 9456908
- check equations cfa7f45
- . 1493473
- colorplot routine more flexible 9758892
- updating README 864739f
- moving to 2decomp&fft 2.0 55fc825
- fix makefile pencils legacy 0d5265c
- adding the legacy domain decomp module 9fe0917
- Update benchmark_02_RRBC_julien96.ipynb 16ce4c1
- Update benchmark_02_RRBC_julien96.ipynb aa9cfae
- Update benchmark_02_RRBC_julien96.ipynb f953bea
- . d9a3023
- and 24 more ...
subhk pushed 5 commits to main subhk/CaNS
- Formatting nit. Wrong indentation fixed by Giandomenico Lupo in the multiphase code. 40878c5
- Minor bugfix. de78afb
- Allow setting `iout?d` to 0 for no output. (#128) * set iout?d,isave,icheck to 0 for no operations * Minor edits by... 84d26c6
- Remove masking of output of coarsened field. (#130) 9635553
- Fixed issue in `.xmf` file geneartor. (#131) 48a85be
subhk pushed 3859 commits to master subhk/Oceananigans.jl
- fix docstring 20ffb3d
- Update staggered_grid.md b1d3202
- Update staggered_grid.md 2090608
- Update staggered_grid.md a02640c
- added back some missing figures for couette flow 0450a5b
- added back lost figures for convergence_tests 3efef19
- Merge pull request #1795 from CliMA/ncc/docstring-patch Fix a docstring 8809137
- Merge pull request #1796 from CliMA/tc/fix-staggered_grid.md Update staggered_grid.md 8d1c566
- changes notation for pressure φ->p 4afa8fb
- Merge pull request #1798 from CliMA/ncc/tendency-docstrings Updates notation for pressure `φ` -> `p` in tendencies d... b4e2172
- Merge branch 'CliMA:master' into patch-2 eb768d0
- Custom `mean!` for `AbstractReducedField` (#1769) * Custom `mean!` for `AbstractReducedField` Computes normalizat... d700b13
- Merge pull request #1789 from maeckha/patch-2 d17f926
- Don't set `JULIA_CUDA_USE_BINARYBUILDER`; up to [email protected] (#1799) * Don't set `JULIA_CUDA_USE_BINARYBUILDER` Res... bac363c
- Avoid race condition in CI edb8f71
- Guidelines for style in CONTRIBUTING.md and clarity about pull requests (#1801) * Guidelines and advice for style in... 073432b
- Merge pull request #1804 from CliMA/ali/fix-ci-race-condition Avoid data dep race condition in CI 95ed816
- Adds test for race condition in `compute!(::AveragedField)` (#1805) Copy/paste from #1784 . 96c16e7
- Use correct grid metric for hydrostatic pressure integral (#1806) 65fd395
- removed lid driven and couette flows 94fc6be
- and 3839 more ...