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

block output of averaged fields at first timestep #161

Closed edoddridge closed 7 years ago

edoddridge commented 7 years ago

As discussed in #107 the average fields dumped after the first timestep are not correct. Even if they were correct, they wouldn't be of much use, since averaging for a single timestep doesn't make sense.

This PR blocks the output of these fields, and removes the equivalent blessed output. This closes #107.

codecov[bot] commented 7 years ago

Codecov Report

Merging #161 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #161      +/-   ##
==========================================
+ Coverage   94.36%   94.36%   +<.01%     
==========================================
  Files           5        5              
  Lines        1206     1207       +1     
  Branches       61       62       +1     
==========================================
+ Hits         1138     1139       +1     
  Misses         52       52              
  Partials       16       16
Impacted Files Coverage Δ
aronnax.f90 94.63% <100%> (ø) :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 39ecf3e...d16339b. Read the comment docs.