chapman.py 文件源码

python
阅读 20 收藏 0 点赞 0 评论 0

项目:pyrsss 作者: butala 项目源码 文件源码
def chapman(z, Nm, Hm, H_O, exp=NP.exp):
    """
    Return Chapman function electron density at height *z*, maximum
    electron density at the F-peak *Nm*, height at the maximum *Hm*,
    and the scale height of atomic oxygen *H_O*. The exponential
    function can be overridden with *exp*.
    """
    return Nm * exp((1 - ((z - Hm) / H_O) - exp(-(z - Hm) / H_O)) / 2)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号