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.9.tar.gz
(31.6 kB
view details)
Built Distribution
wxbtool-0.1.9-py3-none-any.whl
(42.4 kB
view details)
File details
Details for the file wxbtool-0.1.9.tar.gz
.
File metadata
- Download URL: wxbtool-0.1.9.tar.gz
- Upload date:
- Size: 31.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.29
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff0f30084e4e7133593aafd29903dbe22890f0672c336938ccc72e61ee9c0d87 |
|
MD5 | 6265d94c938a5467a75436547ceb19dc |
|
BLAKE2b-256 | 0205b776ac5e5ecb6d5f4c509290018364a0140daaf71df3801839dcd4f771f6 |
File details
Details for the file wxbtool-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: wxbtool-0.1.9-py3-none-any.whl
- Upload date:
- Size: 42.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.29
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1b590c42f7f8568aa6342e015d80d3e948c4760f8285dafcb000a08b446999b |
|
MD5 | 31e04cbaf4dbecd216c08b49b080ce1e |
|
BLAKE2b-256 | 95d9cb7304e28d9891aa8b09128d6e68f4e809c877de5d894e48bbc9cbac2bd0 |