scifysim.mol_dens module

scifysim.mol_dens.mol_dens(temp, pres, rhum, co2, ph2o=None, wvdens=False)[source]

PURPOSE: Returns the molair density of air and watervapor as a function temperature (in K), pressure (in mbar), relative humidity (%) and CO2 content (in ppm).

Parameters:

  • temp : Temperature

  • pres : Pressure

  • rhum : Relative humidity

  • co2 :

REFERENCE:

P.E. Ciddor, “The refractive index of air: new equations for the visible and near infrared”, Appl. Opt. 35 (9), 1566-1573

MODIFICATION HISTORY:

Version 1.0, 09-OCT-2002, by Roland den Hartog, ESA / ESTEC / Genie team, rdhartog@rssd.esa.int

scifysim.mol_dens.set_logging_level(level=30)[source]
scifysim.mol_dens.test_mol()[source]