olsen-randerson

Functions to perform the carbon dioxide flux temporal downscaling described in Olsen and Randerson (2004) and modifications from Fisher et al. (2016)

https://github.com/psu-inversion/olsen-randerson

Science Score: 57.0%

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

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 8 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.2%) to scientific vocabulary

Keywords

carbon-dioxide carbon-flux python
Last synced: 6 months ago · JSON representation ·

Repository

Functions to perform the carbon dioxide flux temporal downscaling described in Olsen and Randerson (2004) and modifications from Fisher et al. (2016)

Basic Info
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 1
  • Open Issues: 1
  • Releases: 4
Topics
carbon-dioxide carbon-flux python
Created over 6 years ago · Last pushed about 2 years ago
Metadata Files
Readme License Citation Zenodo

README.rst

===============
olsen-randerson
===============

Functions to perform the downscaling described in
[OlsenRanderson2004]_ and some of that described in [Fisheretal2016]_.

The support for the [Fisheretal2016]_ downscaling is incomplete.  In
particular, the rolling windows are not centered and the net flux does
not match the original.

Dependencies
============

The Olsen-Randerson downscaling functions depend on
`numpy `_, and the Fisher functions
additionally require `pandas `_.

Testing
=======
To run the tests, run ``tox`` in the package root directory.
Tox will take care of installing the test dependencies.

References
==========

.. [Fisheretal2016] Fisher, J. B., Sikka, M., Huntzinger, D. N.,
    Schwalm, C., and Liu, J., 2016: Technical note: 3-hourly temporal
    downscaling of monthly global terrestrial biosphere model net
    ecosystem exchange, *Biogeosciences*, vol. 13, no. 14, 4271--4277,
    doi:`10.5194/bg-13-4271-2016 `_.

.. [OlsenRanderson2004] Olsen, Seth C. and James T. Randerson, 2004.
    "Differences between surface and column atmospheric CO2 and
    implications for carbon cycle research," *Journal of Geophysical
    Research: Atmospheres* vol. 109, no. D2, D02301.
    doi:`10.1029/2003JD003968 `_.

Owner

  • Name: Penn State Inversion working group
  • Login: psu-inversion
  • Kind: organization

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: Olsen-Randerson
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: DWesl
    affiliation: psu-inversion
repository-code: 'https://github.com/psu-inversion/olsen-randerson'
url: 'https://psu-inversion.github.io/olsen-randerson/'
abstract: 'Functions to perform the carbon dioxide flux temporal downscaling described in Olsen and Randerson (2004) and modifications from Fisher et al. (2016)'
keywords:
  - carbon dioxide
  - carbon flux
  - temporal downscaling
license: BSD-3-Clause
references:
    - authors:
      - family-names: Olsen
        given-names: "Seth C."
      - family-names: Randerson
        given-names: "James T."
      title: "Differences between surface and column atmospheric CO2 and implications for carbon cycle research"
      doi: 10.1029/2003JD003968
      journal: "Journal of Geophysical Research: Atmospheres"
      volume: 109
      issue: D2
      type: article
      year: 2004
      month: 1
      issn: 0148-0227
      publisher: "American Geophysical Union"
      url: "https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/2003JD003968"
    - authors:
      - family-names: Fisher
        given-names: "J.B."
      - family-names: Sikka
        given-names: "M."
      - family-names: Huntzinger
        given-names: "D.N."
      - family-names: Schwalm
        given-names: "C."
      - family-names: Liu
        given-names: "J."
      title: "Technical note: 3-hourly temporal downscaling of monthly global terrestrial biosphere model net ecosystem exchange"
      doi: "10.5194/bg-13-4271-2016"
      journal: "Biogeosciences"
      volume: 13
      issue: 14
      pages: "4271–4277"
      type: article
      year: 2016
      month: 7
      issn: "1726-4170"
      publisher: "Copernicus Publications"
      url: "https://www.biogeosciences.net/13/4271/2016/"
      copyright: "© Author(s) 2016. This work is distributed under the Creative Commons Attribution 3.0 License."

GitHub Events

Total
Last Year

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 35
  • Total Committers: 1
  • Avg Commits per committer: 35.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
DWesl 2****l 35

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 17
  • Average time to close issues: N/A
  • Average time to close pull requests: 5 days
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 16
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • DWesl (17)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements-test.txt pypi
  • hypothesis * test
  • pytest-cov * test
requirements.txt pypi
  • numpy *
  • pandas *
.github/workflows/pythonpackage.yml actions
  • actions/checkout v1 composite
  • actions/setup-python v3 composite
.github/workflows/weeklytoxrun.yml actions
  • actions/checkout v1 composite
  • actions/setup-python v1 composite
pyproject.toml pypi
setup.py pypi