CliMA / Cloudy.jl

:cloud_with_rain: Multi-moment cloud microphysics toy model
Apache License 2.0
15 stars 3 forks source link

Add WENO-based rainshaft example #51

Closed bielim closed 4 years ago

bielim commented 4 years ago

Weighted essentially non-oscillatory (WENO) schemes are a class of high order numerical methods for solving convection dominated partial differential equations, in particular hyperbolic conservation laws. https://github.com/wme7/WENO

codecov[bot] commented 4 years ago

Codecov Report

Merging #51 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #51   +/-   ##
======================================
  Coverage    97.1%   97.1%           
======================================
  Files           5       5           
  Lines         173     173           
======================================
  Hits          168     168           
  Misses          5       5

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 009535f...f542c3f. Read the comment docs.