ali-ramadhan / Atmosfoolery.jl

Compressible non-hydrostatic model built on top of Oceananigans.jl so it runs on CPUs and GPUs
MIT License
3 stars 0 forks source link

Simplify verification experiments using lazy fields #67

Closed ali-ramadhan closed 4 years ago

ali-ramadhan commented 4 years ago

Also upgraded to Oceananigans v0.24.1 which introduces some breaking changes like face fields having N+1 grid points in bounded dimensions, i.e. w has size N * N * N+1 (see https://github.com/climate-machine/Oceananigans.jl/pull/644), so I had to revise the regression tests.

codecov[bot] commented 4 years ago

Codecov Report

Merging #67 into master will increase coverage by 0.11%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #67      +/-   ##
==========================================
+ Coverage   94.91%   95.03%   +0.11%     
==========================================
  Files          11       11              
  Lines         295      302       +7     
==========================================
+ Hits          280      287       +7     
  Misses         15       15              

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 3dac4ab...7620fed. Read the comment docs.