dynamit_1d
1D simulation of dynamic magnetosphere-ionosphere-thermosphere coupling
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.5%) to scientific vocabulary
Repository
1D simulation of dynamic magnetosphere-ionosphere-thermosphere coupling
Basic Info
- Host: GitHub
- Owner: DynaMIT-uib
- License: mit
- Language: Python
- Default Branch: main
- Size: 26.4 KB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 2
Metadata Files
README.md
1D simulation of dynamic MIT coupling
Python code for 1-dimensional simulation of dynamic magnetosphere-ionosphere-thermosphere coupling.
To replicate the figures from Laundal et al. (2024), do this:
1. Run dbdt.py. This runs simulations with settings defined in cases.py, and places datafiles in the output directory
2. Run cartoon.py. This reads the datafiles and produces figures in the figures directory
The repository also contains diffmatrix.py, which has code to produce sparse differentiation matrices based on finite differences. It is highly recommended to test it properly before using it for other applications.
Installation and dependencies:
There is no installation, just copy the scripts. To run them, you need
- numpy
- scipy
- xarray
- matplotlib
References
- K. M. Laundal, S. M. Hatch, J. P. Reistad, A. Ohma, P. Tenfjord, M. Madelaire, How the ionosphere responds dynamically to magnetospheric forcing, Geophysical Research Letters (2024, accepted)
Funding
This work was funded by - Trond Mohn Research Foundation (StG, What Shapes Space?) - The European Research Council (ERC DynaMIT, 101086985)
Owner
- Name: DynaMIT
- Login: DynaMIT-uib
- Kind: organization
- Repositories: 1
- Profile: https://github.com/DynaMIT-uib
Dynamic Magnetosphere-Ionosphere-Thermosphere coupling
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: DynaMIT_1D
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Karl
family-names: Laundal
email: karl.laundal@uib.no
affiliation: >-
Department of Physics and Technology, University
in Bergen, Norway
orcid: 'https://orcid.org/0000-0001-5028-4943'
repository-code: 'https://github.com/DynaMIT-uib/DynaMIT_1D'
abstract: >+
Python code for 1-dimensional simulation of dynamic
magnetosphere-ionosphere-thermosphere coupling.
license: MIT
version: v1.0.0
date-released: '2024-04-25'
GitHub Events
Total
- Watch event: 1
- Fork event: 1
Last Year
- Watch event: 1
- Fork event: 1