Update nrlmsise00.py

This commit is contained in:
Chunxiao Li 2021-01-22 17:58:26 +08:00 committed by GitHub
parent 4edb80b388
commit b3c9eab881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1051,7 +1051,7 @@ def nrlmsise00(t,location,SW_OBS_PRE,anmomode=True,aphmode=True):
Parameters:
anmomode -> [bool] whether to add anomalous oxygen component to the density; defalut = True
aphmode -> [bool] whether to use the 3h geomagnetic index, default = False
aphmode -> [bool] whether to use the 3h geomagnetic index, default = True
Output:
params -> [dict] parameters involved in computations, including Year, DayOfYear(DOY), SecondOfDay(SOD),
@ -1096,4 +1096,4 @@ def nrlmsise00(t,location,SW_OBS_PRE,anmomode=True,aphmode=True):
rho = output['d']['RHO']
T = (output['t']['TINF'],output['t']['TG'])
nd = {'He':output['d']['He'],'O':output['d']['O'],'N2':output['d']['N2'],'O2':output['d']['O2'],'Ar':output['d']['AR'],'H':output['d']['H'],'N':output['d']['N'],'ANM O':output['d']['ANM O']}
return params,rho,T,nd
return params,rho,T,nd