🏄🏽
-
Australian National University
- Australia
- http://www.navidconstantinou.com
- @navid_ocean
Highlights
- Pro
Block or Report
Block or report navidcy
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
FourierFlows/FourierFlows.jl Public
Tools for building fast, hackable, pseudospectral partial differential equation solvers on periodic domains
-
Instabilities-in-Fluids Public
This repository contains material for the class "Instabilities in Fluids" taught in 2018 at the Australian National University.
-
Geophysical fluid dynamics pseudospectral solvers with Julia and FourierFlows.jl.
-
Passive tracer dynamics pseudospectral solvers with Julia and FourierFlows.jl.
-
ANU-RSES-Education/EMSC-4033 Public
Course materials for EMSC4033: Computational Geosciences.
-
CliMA/Oceananigans.jl Public
🌊 Julia software for fast, friendly, flexible, ocean-flavored fluid dynamics on CPUs and GPUs
3,750 contributions in the last year
Activity overview
Contribution activity
June 2023
Created 11 commits in 5 repositories
Created a pull request in CliMA/Oceananigans.jl that received 7 comments
Fix few bugs + improve docstring of SplitExplicitFreeSurface
bugs:
Δy = minimum_xspacing(grid)
some leftover Δt_max
was changed to max_Δt
when computing substeps
via cfl then we need to ensure it's an integer
Opened 7 other pull requests in 5 repositories
CliMA/Oceananigans.jl
2
open
COSIMA/mom6-regional-scripts
1
open
1
merged
JuliaLang/julia
1
open
SpeedyWeather/SpeedyWeather.jl
1
open
ANU-RSES-Education/EMSC-4033-2023
1
merged
Reviewed 4 pull requests in 2 repositories
CliMA/Oceananigans.jl
3 pull requests
SpeedyWeather/SpeedyWeather.jl
1 pull request
Created an issue in OceanBioME/OceanBioME.jl that received 3 comments
Base flow profile for Eady?
Why do we subtract - p.Lz/2
here?
OceanBioME.jl/examples/eady.jl Lines 33 to 34 in 03ace76
Is this an attempt to make it symmetric abou…