Skip to content

Releases: fawda123/WtRegDO

v1.0.2

31 May 14:58
Compare
Choose a tag to compare
  • Volumetric NEM added to daily ecosystem metabolism output from ecometab()
  • Fixed documentation for metabolic days to correctly state they occur between adjacent sunrises
  • Atmospheric pressure is now based on climatic means using climmeans() if gasex = 'Wanninkhof' and replacemet = T in ecometab(), this is not needed for f_calcWanninkhof() but is required for dissolved oxygen at saturation from oxySol() used in gas exchange estimates.
  • Fix to instantaneous ecoystem metabolism calculations from ecometab() so that daily averages of P, R, and NEM now match exactly those using instant = F
  • Progress logs no longer created with README render

v1.0.1

12 Sep 14:26
Compare
Choose a tag to compare
  • Removed maptools dependency
  • Units for gas exchange (D) output if instantaneous = T in ecometab() are now areal (mmol O2 m2 d-1 or g O2 m2 d-1)
  • Added error checks in wtregdo() if DateTimeStamp columns has duplicates or is not ascending

v1.0.0

22 Mar 14:39
Compare
Choose a tag to compare

There have been several bug fixes and enhancements to the package since the publication of the original method. Some of the recent changes are documented below:

  • Optional arguments in wtreg to use a sinuisoidal curve in the weighted regression
  • Option to return instantaneous metabolic rates for ecometab at the time step of the raw data
  • meteval summary function returns anomalies by month with different output format as two element list, including means and standard deviation as summary statistics
  • New climmeans function to replace missing values with climatological monthly means, added as an optional argument (replacemet) in ecometab where this was previously hard-coded
  • Simplified column name check for wtreg to verify only DateTimeStamp, DO_obs, and Tide are present
  • Option in ecometab to use average gas exchange within a day prior to estimating metabolism (default FALSE), this is experimental
  • winopt function added as an attempt to find optimal half-window widths based on different objective functions that maximize "rules of thumb" for how well detiding improves metabolic estimates
  • Option to calculate gas transfer velocity in ecometab using equations in Wanninkhof 2014
  • Fix bug in units for D to estimate as mmol/m2/hr