Skip to main content

Calculate POC Export flux, as Lutz et al. 2007

Project description

Foobar

LutzPOCFlux is a Python library for calculating POC export flux as detailed in Lutz et al. 2007.

Installation

Use the package manager pip to install LutzPOCFlux.

pip install lutzpocflux

Numpy is the only dependency. Other parts of the process, such as reading HDF files and plotting results are expected to be done with other packages.

Usage

There is a convenience class for calculating Flux given a list of annual npp arrays.

from lutzpocflux import MakeFlux
mf = MakeFlux(ze=4000.0, annual_npp=npp_list)
flux = mf.get_flux()

Alternatively the calculated flux ratio can be used against another npp array provided seperately.

from lutzpocflux import MakeFlux
mf = MakeFlux(ze=4000.0, annual_npp=npp_list, npp=some_other_npp)
flux = mf.get_flux()

Or the equations can be used on their own.

from lutzpocflux.equations import (
    prd_f,
    rld_f,
    prr_f,
    pratioze_f,
)

# Assuming you already have an average npp and SVI layer, you can
# calculate individual parameters
rld = rld_f(svi)
prd = prd_f(svi)
prr = prr_f(svi)

# ze can be a 2D array of the same shape as the npp input arrays or a float value
pratio = pratioze(prd,ze,rld,prr)

# Now use the pratio to calculate your export npp given your choice of npp array:
npp_flux = npp * pratio

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Acknowledgments

Results were tested agains the R package here

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lutzpocflux-0.1.2.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

lutzpocflux-0.1.2-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file lutzpocflux-0.1.2.tar.gz.

File metadata

  • Download URL: lutzpocflux-0.1.2.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.10.11 Windows/10

File hashes

Hashes for lutzpocflux-0.1.2.tar.gz
Algorithm Hash digest
SHA256 6da931b9dba115a5feb3db895fbf6130a8a0687cd3b1b710d6b61ba959634c5a
MD5 0e68639d5bca8bcde03c3f9184d0d568
BLAKE2b-256 7a0732c6cbd64a0f5ebe32653f7f719bb3b50866e334e5a754355c68f60042a5

See more details on using hashes here.

File details

Details for the file lutzpocflux-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: lutzpocflux-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 3.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.10.11 Windows/10

File hashes

Hashes for lutzpocflux-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 127661c7db454bbb81c48c0e4a756143a275cc3d5eb4ba19e297d9887875d8f9
MD5 039e871b1f62db87aa3e4bbf75a05e1a
BLAKE2b-256 eebf6e6feede38a4e57749c1b10305c71f3dd74d121fa972ef720d78bf161638

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page