A toolkit for WeatherBench based on PyTorch
Project description
wxbtool
A toolkit for WeatherBench based on PyTorch
Install
pip install wxbtool
Cheat sheet
Start a data set server for 3-days prediction of t850 by Weyn's solution
wxb dserve -m wxbtool.specs.res5_625.t850weyn -s Setting3d
Start a training process for a UNet model following Weyn's solution
wxb train -m wxbtool.zoo.res5_625.unet.t850d3sm_weyn
Start a testing process for a UNet model following Weyn's solution
wxb test -m wxbtool.zoo.res5_625.unet.t850d3sm_weyn
Start a data set server with unix socket binding
wxb dserve -m wxbtool.specs.res5_625.t850weyn -s Setting3d -b unix:/tmp/test.sock
Start a training process with unix socket binding
wxb train -m wxbtool.zoo.res5_625.unet.t850d3sm_weyn -d unix:/tmp/test.sock
How to use
- quick start
- understanding the physical process by plotting
- develop your own neural model
- try a toy physical model
- explore the possibility to combine neural and physical model together
How to release
uv build
uv publish
git tag va.b.c master
git push origin va.b.c
Contributors
- Mingli Yuan (Mountain)
- Ren Lu
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
wxbtool-0.1.19.tar.gz
(35.9 kB
view details)
Built Distribution
wxbtool-0.1.19-py3-none-any.whl
(47.1 kB
view details)
File details
Details for the file wxbtool-0.1.19.tar.gz
.
File metadata
- Download URL: wxbtool-0.1.19.tar.gz
- Upload date:
- Size: 35.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.29
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be23212a299a4350d273aa5060e62f4089e4217f19d0c6d954a1c72acd342824 |
|
MD5 | b0f5e21ed40271e572162f2b3fa24c80 |
|
BLAKE2b-256 | 4741b77506372e604bf4d252daceb91751bf4ad67a0da528533ff1c15a9da5ba |
File details
Details for the file wxbtool-0.1.19-py3-none-any.whl
.
File metadata
- Download URL: wxbtool-0.1.19-py3-none-any.whl
- Upload date:
- Size: 47.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.29
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f195f14b11a324981877d401a94e0adca38ba4e8ac9ea2169043782c0de39857 |
|
MD5 | 444fcbcee7480bbf4f5dcee93085918e |
|
BLAKE2b-256 | e8501f82616e7f7f1eacbb7511b4d1594af07317a95e1099a23d6ae7f61652b7 |