Skip to content

mmr0/Breeze.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

114 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breeze.jl

Development documentation

Instructions

First install Julia; suggested version 1.10. See juliaup README for how to install 1.10 and make that version the default.

Then clone this repository

git clone [email protected]:NumericalEarth/Breeze.jl.git

Open Julia from within the local directory of the repo via:

julia --project

The first time, you need to install any dependencies:

julia> using Pkg; Pkg.instantiate()

Now you are ready to run any of the examples!

For instance,

julia> include("examples/free_convection.jl")

produces

free_convection.mp4

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 100.0%