Snow-17 temperature-index snow model -- symfluence plugin
Project description
jSnow17
Snow-17 temperature-index snow model extracted from SYMFLUENCE.
Anderson (1973, 2006) dual-backend (JAX + NumPy) implementation for snow accumulation and ablation.
Installation
pip install jsnow17
Usage
from jsnow17 import Snow17BMI, snow17_simulate
# BMI coupling
snow = Snow17BMI(params={'SCF': 1.1}, latitude=51.17)
snow.initialize()
rain_plus_melt = snow.update(precip, temp, doy)
# Functional coupling (JAX-compatible)
rpm, state = snow17_simulate(precip, temp, doy, params, lat=51.17)
License
Apache-2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jsnow17-0.2.0.tar.gz
(15.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
jsnow17-0.2.0-py3-none-any.whl
(19.3 kB
view details)
File details
Details for the file jsnow17-0.2.0.tar.gz.
File metadata
- Download URL: jsnow17-0.2.0.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bccf1a36a3ecb8e4f7054e08d2c0de76d8ff46e0ef4a2ec83a52c9047e2321d5
|
|
| MD5 |
901e2977bf2d142f2ddc51f989a76a0e
|
|
| BLAKE2b-256 |
c5089cbb0d4ea218c9b43bddcdbcbcfd8276f11d7579f6ecd7577c04313a140e
|
File details
Details for the file jsnow17-0.2.0-py3-none-any.whl.
File metadata
- Download URL: jsnow17-0.2.0-py3-none-any.whl
- Upload date:
- Size: 19.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75089b0451a78c857a603cf010d8920308e6d433aeee17b667db4eeea3d3b968
|
|
| MD5 |
50b4eeb0fc2ef128d65aa3461d3f3041
|
|
| BLAKE2b-256 |
21090a6b8bc8e96766cb389b895e7c2f13cd018e812e669395882f195d9819f4
|