Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icPhysics

Lightweight precipitation and ionospheric-conductance physics shared by icBuilder and icAnalyzer.

The first copied routines implement the Robinson et al. (1987) Hall and Pedersen conductance equations and their existing uncertainty propagation. The remaining extraction is tracked in TODO.md.

from icphysics import hall, ped

Sigma_P = ped(E0, Fe)
Sigma_H = hall(E0, Fe)

The crude precipitation API is also available:

from icphysics import precipitation_from_ratio
from icphysics import precipitation_from_zhang_paxton

ZhangPaxton2008 supplies the published empirical model. icPhysics contains the IMAGE-specific latitude collapse and bundled Kp lookup table.

Licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages