No project description provided
Reason this release was yanked:
Bugged
Project description
iricore
A fork of iri2016. iricore
implements a couple of optimizations to the iri2016
core Fortran code and Python interface to make it faster:
- Optimization of data files reading gives boost in case of iteration over large list of coordinates;
f2py
interface provides faster communication between Python and Fortran.
Overall, this gives performance boost up to ~100x (see examples/comparison.py
).
Important! Because this package is mainly used for the MIST experiment,
the iricore
cuts off calculation of unnecessary atmospheric parameters available in iri2016
, leaving only electron density
and electron temperature. All other parameters can be restored on demand (please contact me).
Installation
This package proved to work under Linux only (due to compilation difficulties in Windows). If you are using Windows - consider installing WSL.
Prerequisites
- Git
sudo apt instal git
- Fortran compiler, e.g.
gfortran
sudo apt isntall gfortran
Installing package
Now you can simply install it via pip
:
python3 -m pip install iricore
Data files
IRI2016
model depends on data files which are regularly updated.
iricore
does not autoupdate those, but provides tool for quick update. You can run from terminal
python3 -c "import iricore; iricore.update()"
or add
import iricore
iricore.update()
to any Python script.
Usage
For usage examples see examples/
.
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
File details
Details for the file iricore-1.2.1.tar.gz
.
File metadata
- Download URL: iricore-1.2.1.tar.gz
- Upload date:
- Size: 6.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.6 Linux/5.15.0-53-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f3e340c69d61b9f2f59f9a1d0245c41c462447847b2d22a2e31b065dd230554 |
|
MD5 | 9f1cf382ba6bddd0df349a77e8914db0 |
|
BLAKE2b-256 | 47cc2fb3efad12b780f47728d83995fd12c3876be5039a8387e991a1d00d3df0 |
File details
Details for the file iricore-1.2.1-cp310-cp310-manylinux_2_35_x86_64.whl
.
File metadata
- Download URL: iricore-1.2.1-cp310-cp310-manylinux_2_35_x86_64.whl
- Upload date:
- Size: 8.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.35+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.6 Linux/5.15.0-53-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd1ef499f6ea86c743c110bd0fae8f99c6d71cec8709fa7953f8492a77fb4f42 |
|
MD5 | afee8109ca53d5d8c3646209db4a1511 |
|
BLAKE2b-256 | 6f88deed7a00cfda5e723be5b1454c08d3cf5968026ae832421cff06d33f949b |