jagoosw / Walrus.jl

Various closures models (closure -> seal -> seal 🦭 -> walrus) for ocean flavoured fluid dynamics
https://walrus.jagosw.com/dev/
MIT License
0 stars 0 forks source link

added precomputed roughness length and friction velocity + fix bug #5

Closed jagoosw closed 10 months ago

jagoosw commented 11 months ago

Precomputing roughness length and friction velocity improve performance.

Major bug in body heating fixed (hopefully).

Benchmarked and the wind model is ~4x faster on a 200x200xNz grid

codecov[bot] commented 11 months ago

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (0e9ff4e) 79.26% compared to head (c4d546c) 83.17%.

Files Patch % Lines
src/wall_model.jl 92.00% 2 Missing :warning:
src/interpolations.jl 92.85% 1 Missing :warning:
src/wind_stress.jl 95.45% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5 +/- ## ========================================== + Coverage 79.26% 83.17% +3.90% ========================================== Files 7 8 +1 Lines 164 214 +50 ========================================== + Hits 130 178 +48 - Misses 34 36 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.