Table of Contents

Struct NRLMSISInputs

Namespace
NominalSystems.NRLMSIS
Assembly
NominalSystems.NRLMSIS.dll

These define the Inputs for the NRLMSIS system

public struct NRLMSISInputs

Constructors

NRLMSISInputs()

Default constructor for the array

public NRLMSISInputs()

Fields

Alt

altitude in kilometers

public double Alt

Field Value

double

Ap

magnetic index (daily)

public double Ap

Field Value

double

ApArray

The double array

public IntPtr ApArray

Field Value

IntPtr

DoY

day of year

public int DoY

Field Value

int

F107

daily F10.7 flux for previous day

public double F107

Field Value

double

F107A

81 day average of F10.7 flux (centered on doy)

public double F107A

Field Value

double

GLat

geodetic latitude

public double GLat

Field Value

double

GLong

geodetic longitude

public double GLong

Field Value

double

LST

local apparent solar time (hours), see note below

public double LST

Field Value

double

Sec

seconds in day (UT)

public double Sec

Field Value

double

Year

year, currently ignored

public int Year

Field Value

int