Simulate gas bubbles and oil droplets in sea ice.
Project description
seaice3p
Code for simulating the seasonal evolution of a 1D layer of sea ice using an enthalpy method. Optionally can simulate the air fraction within the ice or the motion of oil droplets.
Install
Install via pip (v0.13.0 and above):
pip install seaice3p
To install a specific version run pip install git+file:///ABSOLUTE/PATH/TO/LOCAL/GIT/REPO@vX.X.X.
Usage
Save configurations for a simulation (either dimensional or non-dimensional but not a mixture) as yaml files.
This can be done by editing examples or by using classes within the dimensional_params and params modules.
Once you have a directory of configuration files the simulation for each can be run using python -m seaice3p path_to_configuration_directory path_to_output_directory.
The --dimensional flag should be added to this command if running dimensional parameter configurations.
The simulation will be run for each configuration and the data saved as a numpy archive with the same name as the simulation in the specified output directory.
Example script that generates, runs and plots a simulation can be run with python -m seaice3p.example.
Documentation
Files to generate documentation using mkdocs found in the docs/ directory as well as Changelog.md.
Tests
Run pytest to run all tests.
Note this may take some time so you can also run pytest -m "not slow".
To speed this up run in parallel using pytest-xdist with the extra options pytest -n auto --dist worksteal.
Release checklist
- run tests.
- bump version number in seaice3p/init.py and pyproject.toml
- run
mkdocs buildto generate documentation and deploy from main withmkdocs gh-deploy. - update Changelog.md
- tag commit with version number
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
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
File details
Details for the file seaice3p-0.27.0.tar.gz.
File metadata
- Download URL: seaice3p-0.27.0.tar.gz
- Upload date:
- Size: 901.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.9.13 Darwin/24.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
308efb30bee5f82e1a929931b3b71dd1184865c326a9168b4e38c3907cd04f6e
|
|
| MD5 |
2ecc4da169fb305c613460dc3f4561ac
|
|
| BLAKE2b-256 |
a453e0c490c460c318c909442cf792f6cf66905bd26173946ee814d3c59f18d0
|
File details
Details for the file seaice3p-0.27.0-py3-none-any.whl.
File metadata
- Download URL: seaice3p-0.27.0-py3-none-any.whl
- Upload date:
- Size: 948.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.9.13 Darwin/24.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc99888fb9a456c819200c31d9608947fa1b7f0b61f4c194c17ebf1605b6a72f
|
|
| MD5 |
6a1bd190bc5752c54950e7b61855c08c
|
|
| BLAKE2b-256 |
366a3416b6c8dd9e89afa493a9520c4b8f2e0768e8f9c12295b1afd116f99c1c
|