Science Score: 67.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 1 DOI reference(s) in README
  • Academic publication links
    Links to: sciencedirect.com
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
Statistics
  • Stars: 1
  • Watchers: 5
  • Forks: 1
  • Open Issues: 29
  • Releases: 2
Created over 2 years ago · Last pushed 10 months ago
Metadata Files
Readme License Citation Authors

README.md

TChem-atm

Latest version Github Actions Status GitHub Pages License

Installation

The installation guide demonstrates how to obtain, build, and install TChem-atm along with the requisite third-party libraries.

Citations

  • TChem-atm bibtex @misc{osti_2472634, title = {TChem-atm v1.0, Version 1.0}, author = {Safta, Cosmin and Diaz-Ibarra, Oscar and Schmidt, Michael and USDOE}, abstractNote = {SAND2024-11300O TChem-atm is a software library that was developed to solve complex kinetic models for atmospheric chemistry applications. TChem-atm interface employs a hierarchical parallelism design to exploit the massive parallelism available from modern computing platforms. It also supports gas atmospheric chemistry applications, e.g., the energy exascale earth system model. TChem can be used as a box model or coupled with a climate model to compute the time evolution of gas tracer species. Sandia National Laboratories is a multimission laboratory managed and operated by National Technology & Engineering Solutions of Sandia, LLC, a wholly owned subsidiary of Honeywell International Inc., for the U.S. Department of Energy’s National Nuclear Security Administration under contract DE-NA0003525.}, url = {https://www.osti.gov//servlets/purl/2472634}, doi = {10.11578/dc.20240925.6}, url = {https://www.osti.gov/biblio/2472634}, year = {2024}, month = {6}, note = }

  • TChem: A performance portable parallel software toolkit for complex kinetic mechanisms.

bibtex @article{tchem:Kim:2022, title = {{TChem: A performance portable parallel software toolkit for complex kinetic mechanisms}}, journal = {Computer Physics Communications}, volume = {285}, pages = {108628}, year = {2023}, issn = {0010-4655}, author = {Kyungjoo Kim and Oscar H. Díaz-Ibarra and Habib N. Najm and Judit Zádor and Cosmin Safta}, keywords = {TChem, Kokkos, Performance portability, GPU, Flow chemistry} }

Owner

  • Name: PCLAP
  • Login: PCLAeroParams
  • Kind: organization
  • Location: United States of America

Physically-Constrained Learning for Aerosol Parameterizations

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Safta
    given-names: Cosmin  
  - family-names: Diaz-Ibarra
    given-names: Oscar H. 
  - family-names: Schmidt 
    given-names: Michael 
title: "TChem-atm"
version: 1.0.0
identifiers:
  - type: doi
    value: https://doi.org/10.11578/dc.20240925.6
date-released: 2024-06-07

GitHub Events

Total
  • Issues event: 16
  • Delete event: 33
  • Issue comment event: 39
  • Push event: 150
  • Pull request review event: 91
  • Pull request review comment event: 72
  • Pull request event: 59
  • Create event: 32
Last Year
  • Issues event: 16
  • Delete event: 33
  • Issue comment event: 39
  • Push event: 150
  • Pull request review event: 91
  • Pull request review comment event: 72
  • Pull request event: 59
  • Create event: 32

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 6
  • Total pull requests: 29
  • Average time to close issues: 19 days
  • Average time to close pull requests: about 1 month
  • Total issue authors: 2
  • Total pull request authors: 4
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.72
  • Merged pull requests: 14
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 6
  • Pull requests: 29
  • Average time to close issues: 19 days
  • Average time to close pull requests: about 1 month
  • Issue authors: 2
  • Pull request authors: 4
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.72
  • Merged pull requests: 14
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • odiazib (11)
  • jcurtis2 (5)
  • nriemer (4)
  • mwest1066 (2)
  • samfrederick (1)
Pull Request Authors
  • odiazib (16)
  • zdaq12 (13)
  • jcurtis2 (8)
  • samfrederick (3)
Top Labels
Issue Labels
bug (2)
Pull Request Labels

Dependencies

.github/workflows/auto_test.yaml actions
  • actions/checkout v2 composite
.github/workflows/ci.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
Dockerfile docker
  • ubuntu 22.04 build