ARTS  2.4.0(git:4fb77825)
predefined_absorption_models.h
Go to the documentation of this file.
1 /* Copyright (C) 2020
2  * Richard Larsson <ric.larsson@gmail.com>
3  *
4  * This program is free software; you can redistribute it and/or modify it
5  * under the terms of the GNU General Public License as published by the
6  * Free Software Foundation; either version 2, or (at your option) any
7  * later version.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  * GNU General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License
15  * along with this program; if not, write to the Free Software
16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
17  * USA. */
18 
28 #ifndef fullmodel_h
29 #define fullmodel_h
30 
31 #include <Faddeeva/Faddeeva.hh>
32 #include "linefunctions.h"
33 
34 namespace Absorption {
35 namespace PredefinedModel {
36 
56  ArrayOfMatrix& dxsec,
57  const Vector& f,
58  const Vector& p,
59  const Vector& t,
60  const Vector& water_vmr,
61  const ArrayOfRetrievalQuantity& jacs,
62  const ArrayOfIndex& jacs_pos);
63 
64 void makarov2020_o2_lines_ecs(ComplexVector& I, const Vector& f, Numeric P, Numeric T, Numeric water_vmr);
65 }; //PredefinedModel
66 }; //Absorption
67 
68 #endif // fullmodel_h
Matrix
The Matrix class.
Definition: matpackI.h:1193
Absorption::PredefinedModel::makarov2020_o2_lines_mpm
void makarov2020_o2_lines_mpm(Matrix &xsec, ArrayOfMatrix &dxsec, const Vector &f, const Vector &p, const Vector &t, const Vector &water_vmr, const ArrayOfRetrievalQuantity &jacs, const ArrayOfIndex &jacs_pos)
Adds Makarov MPM2020 O2 absorption lines to the absorption matrix.
Definition: predefined_absorption_models.cc:282
Absorption::PredefinedModel::makarov2020_o2_lines_ecs
void makarov2020_o2_lines_ecs(ComplexVector &I, const Vector &f, Numeric P, Numeric T, Numeric water_vmr)
Definition: predefined_absorption_models.cc:541
linefunctions.h
Stuff related to lineshape functions.
ComplexVector
The ComplexVector class.
Definition: complex.h:573
Array
This can be used to make arrays out of anything.
Definition: array.h:108
Absorption
Namespace to contain things required for absorption calculations.
Definition: absorptionlines.h:44
Numeric
NUMERIC Numeric
The type to use for all floating point numbers.
Definition: matpack.h:33
Vector
The Vector class.
Definition: matpackI.h:860