initAtmosphere module

Methods required to initialize the background atmosphereself.

initAtmosphere.checkDone(olddensity)

Check if the simulation is done, depending on the stopping criteria specified in the input file.

initAtmosphere.getNOComposition(altitude)

Retrieve vertical NO2 profile.

NO2 and OH profiles taken from Cunnold et al. 1975

initAtmosphere.getOHComposition(altitude)

Retrieve vertical OH profile.

NO2 and OH profiles taken from Cunnold et al. 1975

initAtmosphere.initializeAtmosphere(f)

Initialize the background atmosphere including create fundamental parameters like pressure, densities, temperature, etc.

initAtmosphere.log_interp1d(xx, yy, kind='linear', fill_value='')

Perform log interpolation in 1D