opacmixer

fast opacity mixing using a DeepSet approach

https://github.com/aarondavidschneider/opacmixer

Science Score: 44.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
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.0%) to scientific vocabulary
Last synced: 8 months ago · JSON representation ·

Repository

fast opacity mixing using a DeepSet approach

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created about 3 years ago · Last pushed over 2 years ago
Metadata Files
Readme License Citation

README.md

DeepSet opacity mixer

This repository includes the tools to train a DeepSet k-table mixer, as described in detail in Schneider et al. (2023).

The documentation for the code and tutorials are provided here: link to docs

If you find this work useful, please consider to cite the following paper: Schneider et al. (2023)

Owner

  • Name: Aaron David Schneider
  • Login: AaronDavidSchneider
  • Kind: user
  • Location: Copenhagen, Denmark
  • Company: Kopenhagen University

married, astrophysics student, python enthusiast

Citation (CITATION.cff)

cff-version: 1.2.0
message: "Harnessing machine learning for accurate treatment of overlapping opacity species in GCMs"
authors:
- family-names: "Schneider"
  given-names: "Aaron David"
  orcid: "https://orcid.org/0000-0002-1448-0303"
title: "opac_mixer"
version: 0.1
date-released: 2023-10-10
url: "https://github.com/aarondavidschneider/opac_mixer"

GitHub Events

Total
Last Year

Dependencies

.github/workflows/ci.yml actions
  • actions/cache v3 composite
  • actions/checkout v2 composite
  • codecov/codecov-action v1 composite
  • conda-incubator/setup-miniconda v2 composite
.github/workflows/pylint.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
.github/workflows/pythonpublish.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v1 composite
doc/requirements.txt pypi
  • ipython *
  • nbsphinx *
  • numpy *
  • numpydoc *
  • recommonmark *
  • sphinx-rtd-theme *
pyproject.toml pypi
setup.py pypi
  • MITgcmutils *
  • h5py *
  • matplotlib *
  • numba *
  • numpy *
  • scikit-learn *
  • scipy *
  • tensorflow *
  • tqdm *