Quinn Thomas

Results 8 issues of Quinn Thomas

Services to monitor cron jobs, like Healthchecks.io, require adding an command to the cron job command. For example, `cd '/home/rstudio/Documents/scripts/neon4cast-scoring' && /usr/local/lib/R/bin/Rscript '/home/rstudio/Documents/scripts/neon4cast-scoring/scoring.R' > '/efi_neon_challenge/log/cron/scoring.log' 2>&1 && curl -fsS -m...

https://github.com/AquaticEcoDynamics/GLM/blob/4256df03ea8133af1983969daaf957ec57c598bc/src/glm_flow.c#L880C52-L880C76 GLM NML has subm_elev but is it actually the height above the bottom of the lake?

https://github.com/AquaticEcoDynamics/GLM/blob/eb6ca67140ea2e39c866e3fd917e674387ef4b95/src/glm_zones.F90#L315

https://github.com/AquaticEcoDynamics/GLM/blob/eb6ca67140ea2e39c866e3fd917e674387ef4b95/src/glm_zones.F90#L159

https://github.com/AquaticEcoDynamics/GLM/blob/9fac22cbf9401ac08ee840c6239b6c992debd6aa/src/glm_flow.c#L248 Lake[Outflow_LayerNum].Epsilon is initialized to 0 for use in the outflow calculations and then set within deep_mixing in the subdaily loop. The outflow calculations in all subsequent days use the...

This PR addresses the following - overland flow through a weir was calculated as m3/s instead of the m3/day that is required by the do_single_outflow function. The PR fixes this...

If the flow is expected to be in m3/day is seems that the weir flow has the units in m3/sec but this is divided again by number of seconds in...

The Sonoma binaries don't have the Mac dynamic libraries anymore. Now users have to use `brew` to install `gd` and `netcdf`. Can the libraries be added back in or is...