Skip to content

Commit

Permalink
update subLorentzianfile initial
Browse files Browse the repository at this point in the history
  • Loading branch information
sigrimm committed Sep 8, 2020
1 parent c76ccc6 commit a88cfd8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/helios_k/hitemp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,27 @@ Include the path of the directory, which contains the obtained binary
files, the ``*.txt`` partition function files and the ``*.param`` file to
the HELIOS-K ``param.dat`` file under ``pathToData``.


References
~~~~~~~~

HITEMP gives an example how to cite their work:

::

How to cite HITEMP

When using the HITEMP database, please cite the appropriate HITEMP article (e.g., [1]) as well as the original sources of data. To assist the user, each line transition has reference codes that are provided for each parameter and are consistent with those in HITRAN for the same molecule. We hope that you will find HITEMP helpful in your research.
References

[1] L. S. Rothman, I. E. Gordon, R. J. Barber, H. Dothe, R. R. Gamache, A. Goldman, V. Perevalov, S. A. Tashkun, J. Tennyson, "HITEMP, the high-temperature molecular spectroscopic database", J. Quant. Spectrosc. Radiat. Transfer 111, 2139-2150 (2010). [link to article] [ADS]

[2] L. S. Rothman, R. B. Wattson, R. R. Gamache, J. Schroeder, A. McCann, "HITRAN, HAWKS and HITEMP: High-Temperature Molecular Database", Proc. SPIE, Atmospheric Propogation and Remote Sensing IV 2471, 105-111 (1995). [link to article] [ADS]

[3] R. J. Hargreaves, I. E. Gordon, L. S. Rothman, S. A. Tashkun, V. I. Perevalov, S. N. Yurchenko, J. Tennyson, H. S. P. Müller, "Spectroscopic line parameters of NO, NO2, and N2O for the HITEMP database", J. Quant. Spectrosc. Radiat. Transfer 232, 35-53 (2019). [link to article] [ADS]

[4] R. J. Hargreaves, I. E. Gordon, M. Rey, A. V. Nikitin, V. G. Tyuterev, R. V. Kochanov, L. S. Rothman, "An accurate, extensive, and practical line list of methane for the HITEMP database", Astrophys. J. Supp. Ser. 247, 55 (2020). [link to article] [ADS]

[5] G. Li, I. E. Gordon, L. S. Rothman, Y. Tan, S.-M. Hu, S. Kassi, A. Campargue, E. S. Medvedev, "Rovibrational line lists for nine isotopologues of the CO molecule in the X1Σ+ ground electronic state", Astrophys. J. Supp. Ser. 216, 15 (2015). [link to article] [ADS]

1 change: 1 addition & 0 deletions heliosk.cu
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ return 0;
sprintf(param.edges, "%s", "-");
sprintf(param.bins, "%s", "-");
sprintf(param.ciaSystem, "%s", "-");
sprintf(param.subLorentzianFilename, "%s", "-");

param.dev = 0;
param.useIndividualBins = 0;
Expand Down

0 comments on commit a88cfd8

Please sign in to comment.