Socket
Socket
Sign inDemoInstall

pydanilov

Package Overview
Dependencies
1
Maintainers
2
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pydanilov

pyDanilov is a Python3 implementation of the Danilov model, a semi-empirical model of the non-auroral Earth's ionosphere D-Region.


Maintainers
2

Readme

pyDanilov is a Python3 implementation of the Danilov model, a semi-empirical model of the non-auroral Earth's ionosphere D-Region. Reference: Danilov, Rodevich, and Smirnova, Adv. Space Res.
15, #2, 165, 1995, https://doi.org/10.1016/S0273-1177(99)80042-8

Input:

  • z - solar zenith angle in degrees
  • it - season (month)
  • f - F10.7 solar radio flux (daily)
  • vKp - Kp magnetic index (3-hour)
  • f5SW - indicator for Stratospheric Warming (SW) conditions =0 no SW, =0.5 minor SW, =1 major SW
  • f6WA - indicator for Winter Anomaly (WA) conditions =0 no WA, =0.5 weak WA, =1 strong WA

Criteria for SW and WA indicators:

  • SW minor: Temperature increase at the 30 hPa level by 10 deg.
  • SA major: The same but by 20 degrees.
  • WA weak: An increase of the absorption in the 2-2.8 MHz range at short A3 paths by 15 dB
  • WA strong: The same by 30 dB.

Only for month 12 to 2 (winter).

Output:

  • numpy array of electron density [m-3] at h=60,65,70,75,80,85, and 90km

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc