Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
Loading...
Searching...
No Matches
ionosphere_tables.h File Reference

Hardcoded lookup- and interpolation tables for semiempirical ionosphere model implementations. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static const Real chapman_euv_table [1201]
static const Real c1p = 0.351
static const Real c1h = 0.720
static const Real c2p = 0.697
static const Real c2h = 0.617
static const Real c3p = 0.707
static const Real c3h = 0.846
static const Real c4P_values []
static const Real c4H_values []
static const Real c5P_values []
static const Real c5H_values []

Detailed Description

Hardcoded lookup- and interpolation tables for semiempirical ionosphere model implementations.

Definition in file ionosphere_tables.h.

Variable Documentation

◆ c1h

const Real c1h = 0.720
static

Definition at line 157 of file ionosphere_tables.h.

◆ c1p

const Real c1p = 0.351
static

Definition at line 156 of file ionosphere_tables.h.

◆ c2h

const Real c2h = 0.617
static

Definition at line 159 of file ionosphere_tables.h.

◆ c2p

const Real c2p = 0.697
static

Definition at line 158 of file ionosphere_tables.h.

◆ c3h

const Real c3h = 0.846
static

Definition at line 161 of file ionosphere_tables.h.

◆ c3p

const Real c3p = 0.707
static

Definition at line 160 of file ionosphere_tables.h.

◆ c4H_values

const Real c4H_values[]
static
Initial value:
= {
0.184,
0.248,
0.256,
0.343,
0.344,
0.341,
0.285,
0.676,
1.617,
2.610,
2.818,
2.962,
2.579,
2.049,
1.367,
0.701,
0.277,
0.141,
0.081,
0.172,
0.178,
0.223,
0.322,
0.373
}

Definition at line 188 of file ionosphere_tables.h.

◆ c4P_values

const Real c4P_values[]
static
Initial value:
= {
0.272,
0.212,
0.268,
0.357,
0.241,
0.225,
0.283,
0.621,
1.185,
1.643,
1.756,
1.562,
1.421,
1.327,
1.001,
0.959,
0.672,
0.300,
0.150,
0.241,
0.253,
0.340,
0.391,
0.413
}

Definition at line 162 of file ionosphere_tables.h.

◆ c5H_values

const Real c5H_values[]
static
Initial value:
= {
0.757,
0.702,
0.705,
0.649,
0.652,
0.662,
0.683,
0.453,
0.236,
0.115,
0.079,
0.042,
0.035,
0.030,
0.126,
0.306,
0.529,
0.653,
0.811,
0.710,
0.753,
0.721,
0.657,
0.635
}

Definition at line 240 of file ionosphere_tables.h.

◆ c5P_values

const Real c5P_values[]
static
Initial value:
= {
0.564,
0.602,
0.565,
0.507,
0.578,
0.598,
0.538,
0.338,
0.175,
0.075,
0.011,
0.000,
0.000,
0.037,
0.164,
0.222,
0.314,
0.470,
0.645,
0.581,
0.587,
0.533,
0.504,
0.498
}

Definition at line 214 of file ionosphere_tables.h.

◆ chapman_euv_table

const Real chapman_euv_table[1201]
static

Definition at line 29 of file ionosphere_tables.h.