AquaticEcoDynamics / libaed-water

Code for the AED water quality model
GNU General Public License v3.0
6 stars 6 forks source link

Adds const var as true for doc sed flux #29

Closed MichaelBarryBMT closed 2 years ago

MichaelBarryBMT commented 2 years ago

Hi Matt

Thanks for addressing the sediment org flux matter - looks good.

I just noticed though a (potential) small bug where

  CALL aed_set_const_var(data%id_Fsed_doc)

was missing in the aed_sedflux.f90 module so doc sedflux was not being set as a constant variable, so was not having the modification of Fsed_doc based on DO and T. It looks like just a simple missing line because the parallel P/DOP and P/DON and POC lines are present in the same IF statement - DOC seems to be just overlooked, so hopefully this is a quick and easy fix.

Ta

MB

MichaelBarryBMT commented 2 years ago

Thanks Matt and Casper I like this system!!! MB