SASKTRAN2

A user-friendly atmospheric radiative transfer model from the University of Saskatchewan, redesigned for efficient hyperspectral calculations and full weighting function support.
https://github.com/usask-arg/sasktran2

Category: Atmosphere
Sub Category: Radiative Transfer

Keywords from Contributors

transform measurements optimizers archiving observability unitful routing parallel report mesh

Last synced: about 18 hours ago
JSON representation

Repository metadata

The next generation SASKTRAN radiative transfer model

README.md

SASKTRAN

Anaconda-Server Badge
Available on pypi
Documentation Status
pre-commit.ci status

The SASKTRAN radiative transfer framework is a radiative transfer tool developed at the University of Saskatchewan. Originally designed for use with the OSIRIS instrument (https://research-groups.usask.ca/osiris/) it has since evolved to be applicable to a large variety of applications. SASKTRAN is a full framework and not just a radiative transfer model, as such it contains databases or interfaces to standard climatologies and species optical properties.

SASKTRAN2 is a full re-implementation of the original SASKTRAN framework with large computational efficiency
improvements, full linearizations of atmospheric input properties, and an improved Python interface.

Installation

The preferred method to install SASKTRAN2 is through the pre-compiled Conda package

conda install -c conda-forge sasktran2

these packages are made available for Python versions 3.10, 3.11, 3.12, 3.13 on Windows/Linux/Mac platforms.
For Mac, both x86_64 and Arm packages are available.
For Linux, arm/ppc are also supported.

Wheels are also built for the same platforms and can be installed through,

pip install sasktran2

SASKTRAN2 can also be built directly from source,

pip install .

When building from source it is required that a Blas/LAPACK implementation is findable by CMake.

Usage

Documentation can be found at https://sasktran2.readthedocs.io/

License

SASKTRAN2 is made available under the MIT license.

Acknowledgement

We request that users of the model contact the authors before publishing results using SASKTRAN, and that the following publications are acknowledged:

Zawada, D. J., Dueck, S. R., Rieger, L. A., Bourassa, A. E., Lloyd, N. D., and Degenstein, D. A.: High-resolution and Monte Carlo additions to the SASKTRAN radiative transfer model, Atmos. Meas. Tech., 8, 2609-2623, https://doi.org/10.5194/amt-8-2609-2015, 2015.

Bourassa, A. E., Degenstein, D. A., and Llewellyn, E. J.: SASKTRAN: A Spherical Geometry Radiative Transfer Code for Efficient Estimation of Limb Scattered Sunlight, J Quant Spectrosc Radiat Trans, Volume 109, Issue 1, 52-73, https://doi.org/10.1016/j.jqsrt.2007.07.007, 2008.


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 3 days ago

Total Commits: 197
Total Committers: 8
Avg Commits per committer: 24.625
Development Distribution Score (DDS): 0.259

Commits in past year: 77
Committers in past year: 4
Avg Commits per committer in past year: 19.25
Development Distribution Score (DDS) in past year: 0.325

Name Email Commits
Daniel Zawada d****a@u****a 146
dependabot[bot] 4****] 31
github-actions[bot] 4****] 7
TaranWarnock T****k 5
lukasfehr f****s@g****m 4
cremai 7****i 2
pre-commit-ci[bot] 6****] 1
Adam Bourassa 1****2 1

Committer domains:


Issue and Pull Request metadata

Last synced: 6 days ago

Total issues: 5
Total pull requests: 158
Average time to close issues: 6 months
Average time to close pull requests: 6 days
Total issue authors: 1
Total pull request authors: 8
Average comments per issue: 0.0
Average comments per pull request: 0.09
Merged pull request: 115
Bot issues: 0
Bot pull requests: 51

Past year issues: 0
Past year pull requests: 75
Past year average time to close issues: N/A
Past year average time to close pull requests: 3 days
Past year issue authors: 0
Past year pull request authors: 4
Past year average comments per issue: 0
Past year average comments per pull request: 0.05
Past year merged pull request: 54
Past year bot issues: 0
Past year bot pull requests: 28

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/usask-arg/sasktran2

Top Issue Authors

  • dannyzed (5)

Top Pull Request Authors

  • dannyzed (98)
  • dependabot[bot] (42)
  • github-actions[bot] (8)
  • lukasfehr (4)
  • cremai (2)
  • TaranWarnock (2)
  • rileysly (1)
  • pre-commit-ci[bot] (1)

Top Issue Labels

  • enhancement (2)

Top Pull Request Labels

  • dependencies (42)
  • github_actions (17)
  • run-benchmark (8)
  • stubs (8)
  • build-perf-book (1)

Dependencies

.github/workflows/benchmark.yml actions
  • actions/checkout v5 composite
  • actions/upload-artifact v5 composite
  • mamba-org/setup-micromamba v2 composite
.github/workflows/build.yml actions
  • PyO3/maturin-action v1 composite
  • actions/checkout v5 composite
  • actions/download-artifact v6 composite
  • actions/setup-python v6 composite
  • actions/upload-artifact v5 composite
  • prefix-dev/setup-pixi v0.9.2 composite
  • pypa/gh-action-pypi-publish v1.13.0 composite
.github/workflows/comment_benchmark.yml actions
  • dawidd6/action-download-artifact v11 composite
  • juliangruber/read-file-action v1.1.7 composite
  • peter-evans/create-or-update-comment v5 composite
  • peter-evans/find-comment v4 composite
.github/workflows/performance_book.yml actions
  • actions/checkout v5 composite
  • actions/upload-artifact v5 composite
  • mamba-org/setup-micromamba v2 composite
.github/workflows/rattler-check.yml actions
  • actions/checkout v5 composite
  • prefix-dev/rattler-build-action v0.2.34 composite
Cargo.lock cargo
  • aho-corasick 1.1.3
  • anyhow 1.0.98
  • autocfg 1.4.0
  • bindgen 0.71.1
  • bitflags 2.9.0
  • cc 1.2.19
  • cexpr 0.6.0
  • cfg-if 1.0.0
  • clang-sys 1.8.1
  • cmake 0.1.54
  • crossbeam-deque 0.8.6
  • crossbeam-epoch 0.9.18
  • crossbeam-utils 0.8.21
  • either 1.15.0
  • glob 0.3.2
  • heck 0.5.0
  • indoc 2.0.6
  • itertools 0.13.0
  • libc 0.2.172
  • libloading 0.8.6
  • log 0.4.27
  • matrixmultiply 0.3.9
  • memchr 2.7.4
  • memoffset 0.9.1
  • minimal-lexical 0.2.1
  • ndarray 0.16.1
  • nom 7.1.3
  • num 0.4.3
  • num-bigint 0.4.6
  • num-complex 0.4.6
  • num-integer 0.1.46
  • num-iter 0.1.45
  • num-rational 0.4.2
  • num-traits 0.2.19
  • numpy 0.27.0
  • once_cell 1.21.3
  • portable-atomic 1.11.0
  • portable-atomic-util 0.2.4
  • prettyplease 0.2.32
  • proc-macro2 1.0.95
  • pyo3 0.27.1
  • pyo3-build-config 0.27.1
  • pyo3-ffi 0.27.1
  • pyo3-macros 0.27.1
  • pyo3-macros-backend 0.27.1
  • quote 1.0.40
  • rawpointer 0.2.1
  • rayon 1.10.0
  • rayon-core 1.12.1
  • regex 1.11.1
  • regex-automata 0.4.9
  • regex-syntax 0.8.5
  • rustc-hash 2.1.1
  • shlex 1.3.0
  • syn 2.0.100
  • target-lexicon 0.13.2
  • unicode-ident 1.0.18
  • unindent 0.2.4
  • version_check 0.9.5
  • windows-targets 0.52.6
  • windows_aarch64_gnullvm 0.52.6
  • windows_aarch64_msvc 0.52.6
  • windows_i686_gnu 0.52.6
  • windows_i686_gnullvm 0.52.6
  • windows_i686_msvc 0.52.6
  • windows_x86_64_gnu 0.52.6
  • windows_x86_64_gnullvm 0.52.6
  • windows_x86_64_msvc 0.52.6
Cargo.toml cargo
rust/sasktran2-py-ext/Cargo.lock cargo
  • anyhow 1.0.98
  • autocfg 1.4.0
  • cfg-if 1.0.0
  • crossbeam-deque 0.8.6
  • crossbeam-epoch 0.9.18
  • crossbeam-utils 0.8.21
  • either 1.15.0
  • heck 0.5.0
  • indoc 2.0.6
  • libc 0.2.171
  • matrixmultiply 0.3.9
  • memoffset 0.9.1
  • ndarray 0.16.1
  • num 0.4.3
  • num-bigint 0.4.6
  • num-complex 0.4.6
  • num-integer 0.1.46
  • num-iter 0.1.45
  • num-rational 0.4.2
  • num-traits 0.2.19
  • numpy 0.24.0
  • once_cell 1.21.3
  • portable-atomic 1.11.0
  • portable-atomic-util 0.2.4
  • proc-macro2 1.0.94
  • pyo3 0.24.1
  • pyo3-build-config 0.24.1
  • pyo3-ffi 0.24.1
  • pyo3-macros 0.24.1
  • pyo3-macros-backend 0.24.1
  • quote 1.0.40
  • rawpointer 0.2.1
  • rayon 1.10.0
  • rayon-core 1.12.1
  • rustc-hash 2.1.1
  • syn 2.0.100
  • target-lexicon 0.13.2
  • unicode-ident 1.0.18
  • unindent 0.2.4
rust/sasktran2-py-ext/Cargo.toml cargo
rust/sasktran2-rs/Cargo.toml cargo
rust/sasktran2-sys/Cargo.lock cargo
  • aho-corasick 1.1.3
  • bindgen 0.71.1
  • bitflags 2.9.0
  • cexpr 0.6.0
  • cfg-if 1.0.0
  • clang-sys 1.8.1
  • either 1.15.0
  • glob 0.3.2
  • itertools 0.13.0
  • libc 0.2.172
  • libloading 0.8.6
  • log 0.4.27
  • memchr 2.7.4
  • minimal-lexical 0.2.1
  • nom 7.1.3
  • prettyplease 0.2.32
  • proc-macro2 1.0.95
  • quote 1.0.40
  • regex 1.11.1
  • regex-automata 0.4.9
  • regex-syntax 0.8.5
  • rustc-hash 2.1.1
  • shlex 1.3.0
  • syn 2.0.100
  • unicode-ident 1.0.18
  • windows-targets 0.52.6
  • windows_aarch64_gnullvm 0.52.6
  • windows_aarch64_msvc 0.52.6
  • windows_i686_gnu 0.52.6
  • windows_i686_gnullvm 0.52.6
  • windows_i686_msvc 0.52.6
  • windows_x86_64_gnu 0.52.6
  • windows_x86_64_gnullvm 0.52.6
  • windows_x86_64_msvc 0.52.6
rust/sasktran2-sys/Cargo.toml cargo
pyproject.toml pypi
  • appdirs *
  • netcdf4 *
  • numpy *
  • pyyaml *
  • scipy *
  • xarray >=2023.0.0
setup.py pypi

Score: 4.564348191467836