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.16.tar.gz
(34.2 kB
view details)
Built Distribution
wxbtool-0.1.16-py3-none-any.whl
(45.3 kB
view details)
File details
Details for the file wxbtool-0.1.16.tar.gz
.
File metadata
- Download URL: wxbtool-0.1.16.tar.gz
- Upload date:
- Size: 34.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.29
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb623c87e111c0aed1a777712f29eabcfb3a2138306e057e420c0525b989d65f |
|
MD5 | 263c3bb64b6e07e2cad2ab903acea340 |
|
BLAKE2b-256 | d1018ccc9c7b4c9c355559547b997a7bdbfdf8bfad3d6f2aad664ecb03f8114a |
File details
Details for the file wxbtool-0.1.16-py3-none-any.whl
.
File metadata
- Download URL: wxbtool-0.1.16-py3-none-any.whl
- Upload date:
- Size: 45.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.29
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33a4f7a6f3b51733fda67f48d868e4d4581c99cc1b638ab81e10c9a214db8427 |
|
MD5 | 079b714b8f000167455dfc57f94ad56b |
|
BLAKE2b-256 | 147cfa06fc605b22cb0af9e0dbb2799a6df763fc4a137770850fbab49230f2d1 |