edoddridge / aronnax

An idealised isopycnal model that can be run either with n+1/2 layers, or with n layers and variable bathymetry.
http://aronnax.readthedocs.io/en/latest/
MIT License
23 stars 5 forks source link

Flush unused subroutine #211

Closed edoddridge closed 5 years ago

edoddridge commented 5 years ago

The subroutine to enforce minimum layer thickness is no longer used or tested - it should be removed.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #211      +/-   ##
==========================================
+ Coverage    90.4%   91.01%   +0.61%     
==========================================
  Files          19       19              
  Lines        1615     1603      -12     
  Branches       84       82       -2     
==========================================
- Hits         1460     1459       -1     
+ Misses        128      117      -11     
  Partials       27       27
Impacted Files Coverage Δ
src/enforce_thickness.f90 70% <ø> (+33.63%) :arrow_up:
src/model_main.f90 93.91% <ø> (ø) :arrow_up:

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 6d1897d...c7b985c. Read the comment docs.