Javascript must be enabled to continue!
TauREx 3.1 - Extending atmospheric retrieval with plugins.
View through CrossRef
AbstractTauREx 3.1 is the next version of the open-source python retrieval framework TauREx 3[1], which is backward-compatible with the previous version but offers a swathe of improvements and optimizations to the overall architecture. This version upgrade includes support for k-tables, non-uniform priors, and H- opacities. The most major inclusion in this version of TauREx is the plugin system, which allows any developer to imbue TauREx 3 with new features without touching the main codebase. Plugins are installable additions that TauREx 3 will detect and automatically include in its Bayesian retrieval pipeline. They can be installed from PyPI through pip install or directly from a git repository. They can consist of collections of new chemistries, temperature profiles, contribution functions, stellar and planetary models, non-uniform prior functions, opacity formats, and forward models, to name a few. Anyone can host and develop them, and they are designed so that all are interoperable with each other. Presented are the CUDA and OpenCL plugins, which provide GPU accelerated forward models. Fastchem[2], GGchem[3], and disequilibrium[4] chemical plugins and petitRADTRANS[5] and phase curve forward model plugins. Presented are Forward models and retrievals that exploit the plugins IntroductionExoplanetary atmospheres are multi-faceted physical phenomena that touch many scientific fields. Chemical modeling, cloud physics, fluid dynamics, orbital mechanics and molecular spectroscopy are some of the physical processes that need to be appropriately handled in a retrieval framework to characterize these complex environments correctly. With the upcoming JWST and Ariel telescope expected to bring a higher density of information, it is vital that the many codes and contributions of a wide variety of fields can be exploited for characterization. PluginsTauREx 3 allowed for the inclusion of custom codes in the pipeline. TauREx 3.1 provides a means for which a developer can develop and distribute their custom codes through plugins. Plugins exploit the python packaging system to allow developers to make their codes installable and easily used in retrievals without modification of the main TauREx 3 codebase.  The installation is an essential aspect as this allows many FORTRAN and C++ codes to be automatically compiled or binaries distributed. TauREx will then automatically detect these plugins and integrate them into its retrieval pipeline. Plugins can provide replacements for all components in the TauREx 3 framework. For example, if a user wishes to use the GGchem chemistry code in atmospheric retrievals, they can simply write pip install taurex_ggchem, which will automatically download a precompiled GGchem library and its data files and install it alongside a new TauREx chemistry component. A user can then immediately include GGchem for both forward models and retrievals in input files or python scripts. A single plugin can consist of any number of new replacement atmospheric components and can make use of FORTRAN, C++, and python codes/libraries. TauREx-CUDA/OpenCLTauREx-CUDA and TauREx-OpenCL are plugins that, when installed, provide replacement forward models that take advantage of heterogeneous computing. These replacement forward models allow the optical depth calculation to execute on hardware accelerators such as Nvidia, AMD, and Intel GPUs to be easily exploited for a 25--50x speed up in both forward models and retrievals.  TauREx-GGchem/Fastchem/ACE/DisequilibriumThe four plugins TauREx-ACE, TauREx-Fastchem, and TauREx-GGchem, are installable components that provide the ACE[6], Fastchem[2] and GGchem[3] equilibrium codes for use in both forward modeling and retrievals. These can be easily installed and used in Windows, Mac, and Linux through PyPi and provide their full capabilities for both forward modeling (Figure 1) and retrievals (Figure 2).  Also included is a new plugin for a photochemical kinetic solver[4] that provides disequilibrium chemistry with retrieval capabilities (Figure 3).  Figure 1. Plots of simulated JWST transmission spectra from different chemistry schemes. Figure 2. Posteriors  of  ACE  (blue),  Fastchem  (red),  GGchem  (green)  and GGchem with condensation (orange) Figure 3. Active molecular profiles using a photochemical kinetic solver[4] with retrieval sampling uncertainties. Forward Model pluginsPlugins can include entirely new forward models. The TauREx-petitRADTRANS plugin that utilizes petitRADTRANS[5] code to compute the transmission and emission spectra. It demonstrates the interoperable nature of plugins. Running petitRADTRANS under the TauREx 3.1 framework gives it the ability to use all available chemistries, including ACE, Fastchem, GGchem, and disequilibrium codes, as well as retrievals utilizing nested sampling with non-uniform priors. The TauREx-phase plugin implements a phase curve forward model for retrievals and can exploit all plugins, including the equilibrium chemistry and CUDA, for self-consistent accelerated optimizations. SummaryThe plugin system in TauREx 3.1 aims to simplify the inclusion of new atmospheric parameters and external codes. TauREx 3.1 is available at http://github.com/ucl-exoplanets/TauREx3_public or through PyPi. Each plugin is also available through both in the ucl-exoplanets GitHub page and PyPi. References[1] Ahmed F. Al-Refaie, Quentin Changeat, Ingo P. Waldmann, and Giovanna Tinetti. Taurex III: A fast, dynamic and extendable framework for retrievals, 2019.[2] Joachim W Stock, Daniel Kitzmann, A Beate C Patzer, and Erwin Sedlmayr. FastChem: A computer program for efficient complex chemical equilibrium calculations in the neutral/ionized gas phase with applications to stellar and planetary atmospheres .Monthly Notices of the Royal Astronomical Society,479(1):865–874, 06 2018.[3] Woitke, P., Helling, Ch., Hunter, G. H., Millard, J. D., Turner, G. E.,Worters, M., Blecic, J., and Stock, J. W. Equilibrium chemistry down to 100 k - impact of silicates and phyllosilicates on the carbon to oxygen ratio..A&A, 614:A1, 2018.[4] Venot, O., Hebrard, E., Agundez, M., Dobrijevic, M., Selsis, F., Hersant,F., Iro, N., and Bounaceur, R. A chemical model for the atmosphere of hot jupiters. A&A, 546:A43, 2012.[5] Molliere, P., Wardenier, J. P., van Boekel, R., Henning, Th., Molaverdikhani, K., and Snellen, I. A. G. petitRADTRANS - a python radiative transfer package for exoplanet characterization and retrieval.A&A, 627:A67, 2019.[6] M. Agundez, O. Venot, N. Iro, F. Selsis, F. Hersant, E. Hebrard, and M. Do-brijevic. The impact of atmospheric circulation on the chemistry of the hotJupiter HD 209458b.A&A, 548:A73, Dec 2012.
Title: TauREx 3.1 - Extending atmospheric retrieval with plugins.
Description:
AbstractTauREx 3.
1 is the next version of the open-source python retrieval framework TauREx 3[1], which is backward-compatible with the previous version but offers a swathe of improvements and optimizations to the overall architecture.
This version upgrade includes support for k-tables, non-uniform priors, and H- opacities.
The most major inclusion in this version of TauREx is the plugin system, which allows any developer to imbue TauREx 3 with new features without touching the main codebase.
Plugins are installable additions that TauREx 3 will detect and automatically include in its Bayesian retrieval pipeline.
They can be installed from PyPI through pip install or directly from a git repository.
They can consist of collections of new chemistries, temperature profiles, contribution functions, stellar and planetary models, non-uniform prior functions, opacity formats, and forward models, to name a few.
Anyone can host and develop them, and they are designed so that all are interoperable with each other.
Presented are the CUDA and OpenCL plugins, which provide GPU accelerated forward models.
Fastchem[2], GGchem[3], and disequilibrium[4] chemical plugins and petitRADTRANS[5] and phase curve forward model plugins.
Presented are Forward models and retrievals that exploit the plugins IntroductionExoplanetary atmospheres are multi-faceted physical phenomena that touch many scientific fields.
Chemical modeling, cloud physics, fluid dynamics, orbital mechanics and molecular spectroscopy are some of the physical processes that need to be appropriately handled in a retrieval framework to characterize these complex environments correctly.
With the upcoming JWST and Ariel telescope expected to bring a higher density of information, it is vital that the many codes and contributions of a wide variety of fields can be exploited for characterization.
 PluginsTauREx 3 allowed for the inclusion of custom codes in the pipeline.
TauREx 3.
1 provides a means for which a developer can develop and distribute their custom codes through plugins.
Plugins exploit the python packaging system to allow developers to make their codes installable and easily used in retrievals without modification of the main TauREx 3 codebase.
 The installation is an essential aspect as this allows many FORTRAN and C++ codes to be automatically compiled or binaries distributed.
TauREx will then automatically detect these plugins and integrate them into its retrieval pipeline.
Plugins can provide replacements for all components in the TauREx 3 framework.
For example, if a user wishes to use the GGchem chemistry code in atmospheric retrievals, they can simply write pip install taurex_ggchem, which will automatically download a precompiled GGchem library and its data files and install it alongside a new TauREx chemistry component.
A user can then immediately include GGchem for both forward models and retrievals in input files or python scripts.
A single plugin can consist of any number of new replacement atmospheric components and can make use of FORTRAN, C++, and python codes/libraries.
 TauREx-CUDA/OpenCLTauREx-CUDA and TauREx-OpenCL are plugins that, when installed, provide replacement forward models that take advantage of heterogeneous computing.
These replacement forward models allow the optical depth calculation to execute on hardware accelerators such as Nvidia, AMD, and Intel GPUs to be easily exploited for a 25--50x speed up in both forward models and retrievals.
  TauREx-GGchem/Fastchem/ACE/DisequilibriumThe four plugins TauREx-ACE, TauREx-Fastchem, and TauREx-GGchem, are installable components that provide the ACE[6], Fastchem[2] and GGchem[3] equilibrium codes for use in both forward modeling and retrievals.
These can be easily installed and used in Windows, Mac, and Linux through PyPi and provide their full capabilities for both forward modeling (Figure 1) and retrievals (Figure 2).
  Also included is a new plugin for a photochemical kinetic solver[4] that provides disequilibrium chemistry with retrieval capabilities (Figure 3).
  Figure 1.
Plots of simulated JWST transmission spectra from different chemistry schemes.
 Figure 2.
Posteriors  of  ACE  (blue),  Fastchem  (red),  GGchem  (green)  and GGchem with condensation (orange) Figure 3.
Active molecular profiles using a photochemical kinetic solver[4] with retrieval sampling uncertainties.
 Forward Model pluginsPlugins can include entirely new forward models.
The TauREx-petitRADTRANS plugin that utilizes petitRADTRANS[5] code to compute the transmission and emission spectra.
It demonstrates the interoperable nature of plugins.
Running petitRADTRANS under the TauREx 3.
1 framework gives it the ability to use all available chemistries, including ACE, Fastchem, GGchem, and disequilibrium codes, as well as retrievals utilizing nested sampling with non-uniform priors.
The TauREx-phase plugin implements a phase curve forward model for retrievals and can exploit all plugins, including the equilibrium chemistry and CUDA, for self-consistent accelerated optimizations.
 SummaryThe plugin system in TauREx 3.
1 aims to simplify the inclusion of new atmospheric parameters and external codes.
TauREx 3.
1 is available at http://github.
com/ucl-exoplanets/TauREx3_public or through PyPi.
Each plugin is also available through both in the ucl-exoplanets GitHub page and PyPi.
 References[1] Ahmed F.
Al-Refaie, Quentin Changeat, Ingo P.
Waldmann, and Giovanna Tinetti.
Taurex III: A fast, dynamic and extendable framework for retrievals, 2019.
[2] Joachim W Stock, Daniel Kitzmann, A Beate C Patzer, and Erwin Sedlmayr.
FastChem: A computer program for efficient complex chemical equilibrium calculations in the neutral/ionized gas phase with applications to stellar and planetary atmospheres .
Monthly Notices of the Royal Astronomical Society,479(1):865–874, 06 2018.
[3] Woitke, P.
, Helling, Ch.
, Hunter, G.
H.
, Millard, J.
D.
, Turner, G.
E.
,Worters, M.
, Blecic, J.
, and Stock, J.
W.
Equilibrium chemistry down to 100 k - impact of silicates and phyllosilicates on the carbon to oxygen ratio.
A&A, 614:A1, 2018.
[4] Venot, O.
, Hebrard, E.
, Agundez, M.
, Dobrijevic, M.
, Selsis, F.
, Hersant,F.
, Iro, N.
, and Bounaceur, R.
A chemical model for the atmosphere of hot jupiters.
A&A, 546:A43, 2012.
[5] Molliere, P.
, Wardenier, J.
P.
, van Boekel, R.
, Henning, Th.
, Molaverdikhani, K.
, and Snellen, I.
A.
G.
petitRADTRANS - a python radiative transfer package for exoplanet characterization and retrieval.
A&A, 627:A67, 2019.
[6] M.
Agundez, O.
Venot, N.
Iro, F.
Selsis, F.
Hersant, E.
Hebrard, and M.
Do-brijevic.
The impact of atmospheric circulation on the chemistry of the hotJupiter HD 209458b.
A&A, 548:A73, Dec 2012.
Related Results
Analysis of disequilibrium chemistry in five exoplanets’ atmosphere
Analysis of disequilibrium chemistry in five exoplanets’ atmosphere
Studying chemical composition is fundamental to model the formation history of planets and planetary systems. With the first JWST data and the upcoming Ariel satellite, we expect a...
Unconventional Method of Subsea Umbilical Retrieval Using Anchor Handling Vessel
Unconventional Method of Subsea Umbilical Retrieval Using Anchor Handling Vessel
Abstract
A deepwater field in West Africa was decommissioned and subsea facilities retrieval operation was carried out as part of the Abandonment and Decommissioning...
CLIMATE-2019 Program committee
CLIMATE-2019 Program committee
NOTITLE. Chairman
Mokhov Igor
RAS academecian, Dr. Sci., Professor
...
Single-image Shape and from Shading with Atmospheric Correction for Precise Topographic Reconstruction on Mars
Single-image Shape and from Shading with Atmospheric Correction for Precise Topographic Reconstruction on Mars
. Introduction Accurate and high-resolution digital elevation models (DEMs) are essential for Martian landing site selection and geological analysis [1]. However, existing photogra...
The influence of timing of oocytes retrieval and embryo transfer on the IVF-ET outcomes in patients having bilateral salpingectomy due to bilateral hydrosalpinx
The influence of timing of oocytes retrieval and embryo transfer on the IVF-ET outcomes in patients having bilateral salpingectomy due to bilateral hydrosalpinx
ObjectiveThe objective of the study was to investigate whether the sequence of oocyte retrieval and salpingectomy for hydrosalpinx affects pregnancy outcomes of in vitro fertilizat...
Wave optics‐based LEO‐LEO radio occultation retrieval
Wave optics‐based LEO‐LEO radio occultation retrieval
AbstractThis paper describes the theory for performing retrieval of radio occultations that use probing frequencies in the XK and KM band. Normally, radio occultations use frequenc...
Phase retrieval in frame theory
Phase retrieval in frame theory
This dissertation is the study of phase retrieval in frame theory. The first part is concerned with the analysis of phase retrieval and the complete classification of norm retrieva...
Testing the fast consolidation hypothesis of retrieval-mediated learning
Testing the fast consolidation hypothesis of retrieval-mediated learning
Abstract
The testing-effect, or retrieval-mediated learning, is one of the most robust effects in memory research. It shows that actively and repeatedly retrieving ...

