8000 GitHub - lkilcommons/msispy: A python wrapped fortran implementation of the NRLMSISE00 model of the neutral atmosphere, based on the VT-SuperDARN DavitPy code
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A python wrapped fortran implementation of the NRLMSISE00 model of the neutral atmosphere, based on the VT-SuperDARN DavitPy code

License

Notifications You must be signed in to change notification settings

lkilcommons/msispy

Repository files navigation

NRL Mass Spectrometer and Incoherent Scatter Radar 2000 (NRLMSISE-00)


This model is maintained and developed by the Naval Research Laboratory, Space Science Division. Please visit http://www.nrl.navy.mil/research/nrl-review/2003/atmospheric-science/picone/

SuperDARN's contribution consists of Python wrappers to this model. This contribution is covered under DaViTpy license. The CU-SEDA contribution consists of making this model useable independent of DavitPy

We have added some additional functionality to SuperDARNs wrapper which vectorizes the call to the model and provides the return values in a dictionary with keys that name each variable. The interface is designed to generally useful as well as compatible with AtModWeb and AtModExplorer

The msispy.msis function is the vectorized interface. See it's source for more info.

Dependancies

Make sure you have a Fortran compiler installed such as gfortran.

If you are using the Anaconda python distrubtion you can conda install gfortran, from the command line.

Package Installation

git clone https://github.com/lkilcommons/msispy
cd msispy
python setup.py install

About

A python wrapped fortran implementation of the NRLMSISE00 model of the neutral atmosphere, based on the VT-SuperDARN DavitPy code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0