mda.lakes

Wisconsin Lake Modeling Aggregation

https://github.com/usgs-r/mda.lakes

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    2 of 4 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.5%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Wisconsin Lake Modeling Aggregation

Basic Info
  • Host: GitHub
  • Owner: USGS-R
  • Language: R
  • Default Branch: main
  • Size: 120 MB
Statistics
  • Stars: 2
  • Watchers: 6
  • Forks: 13
  • Open Issues: 36
  • Releases: 4
Created over 13 years ago · Last pushed over 3 years ago
Metadata Files
Readme Citation

README.md

mda.lakes

Model Data Assimilation - Lakes

Build status

By: Jordan Read, Luke Winslow, Gretchen Hansen

This code base is part of the modeling effort for Wisconsin Lakes. Please reference our paper on this work.

Functionality

Just musing here...

Want to encapsulate as much of the whole WiLMA running process in one file as possible. A single model run could look like this

```R library(WiLMA)

Setup and run model

runglmchained(siteid='805400', path='~/rundir')

the above function writes all relevant information for that lake to the directory

this includes grabbing the driver file and generating the NML file.

then runs the model

There could be different functions that run the model in different ways

runglm(siteid='805400', path='~/run_dir')

this does a non-chained run

Important: Why not have a separate "setup" function

That is challenging. We don't know if the user wants to do a chained run

so we may not setup the ice data (or it is wasted setup because it is not used)

So the key thing at this stage is having functions that setup the workspace

as they need them and run the model as they need them, leaving the NCDF files around

for later analysis.

Hmmm, how do the below functions know the lakeID?

standardized metadata file?

Once the model is run, calculated some habitat metrics

habitatmetrics = calculatehabitatchained(path='~/rundir') habitatmetricskrose = calculatehabitatchainedkrose(path='~/rundir')

Maybe compare to validation data

calval = runcomparevalidation(runpath='~/rundir') plotcalval(runpath='~/run_dir')

```

Disclaimer

This software is in the public domain because it contains materials that originally came from the U.S. Geological Survey, an agency of the United States Department of Interior. For more information, see the official USGS copyright policy

Although this software program has been used by the U.S. Geological Survey (USGS), no warranty, expressed or implied, is made by the USGS or the U.S. Government as to the accuracy and functioning of the program and related program material nor shall the fact of distribution constitute any such warranty, and no responsibility is assumed by the USGS in connection therewith.

This software is provided "AS IS."

Owner

  • Name: USGS-R
  • Login: USGS-R
  • Kind: organization

GitHub Events

Total
Last Year

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 863
  • Total Committers: 4
  • Avg Commits per committer: 215.75
  • Development Distribution Score (DDS): 0.496
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Jordan S Read j****d@u****v 435
Luke Winslow l****w@u****v 307
Luke Winslow l****w@g****m 116
unknown l****w@I****t 5
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 2 years ago

All Time
  • Total issues: 47
  • Total pull requests: 53
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 13 days
  • Total issue authors: 5
  • Total pull request authors: 5
  • Average comments per issue: 3.53
  • Average comments per pull request: 0.42
  • Merged pull requests: 50
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • lawinslow (32)
  • jordansread (11)
  • ghost (2)
  • ldecicco-USGS (1)
  • wdwatkins (1)
Pull Request Authors
  • lawinslow (29)
  • jordansread (21)
  • katrinleinweber (2)
  • jesse-ross (1)
  • ghost (1)
Top Labels
Issue Labels
Lab Notebook (14) bug (8) sciencebase interactions (5) enhancement (4) system improvments (4) build-time processing (2) calibration/validation (2) question (1) Future scenarios (1)
Pull Request Labels

Dependencies

DESCRIPTION cran
  • R >= 3.0 depends
  • lakeattributes >= 0.9.1 depends
  • geoknife * enhances
  • GLMr * imports
  • accelerometry * imports
  • dplyr * imports
  • glmtools >= 0.10.2 imports
  • httr * imports
  • insol * imports
  • jsonlite * imports
  • lubridate * imports
  • plyr * imports
  • rLakeAnalyzer >= 1.5 imports
  • sbtools * imports
  • tidyr * imports