ARTS  2.3.1285(git:92a29ea9-dirty)
microphysics.h
Go to the documentation of this file.
1 /* Copyright (C) 2011-2017 Jana Mendrok <jana.mendrok@gmail.com>
2 
3  This program is free software; you can redistribute it and/or modify it
4  under the terms of the GNU General Public License as published by the
5  Free Software Foundation; either version 2, or (at your option) any
6  later version.
7 
8  This program is distributed in the hope that it will be useful,
9  but WITHOUT ANY WARRANTY; without even the implied warranty of
10  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  GNU General Public License for more details.
12 
13  You should have received a copy of the GNU General Public License
14  along with this program; if not, write to the Free Software
15  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
16  USA.
17 */
18 
27 #ifndef microphysics_h
28 #define microphysics_h
29 
30 #include "array.h"
31 #include "gridded_fields.h"
32 #include "interpolation.h"
33 #include "matpackVII.h"
34 #include "messages.h"
35 #include "optproperties.h"
36 #include "ppath.h"
37 
39  Numeric& b,
40  const Vector& x,
41  const Vector& mass,
42  const Numeric& x_fit_start,
43  const Numeric& x_fit_end);
44 
45 #endif //microphysics_h
void derive_scat_species_a_and_b(Numeric &a, Numeric &b, const Vector &x, const Vector &mass, const Numeric &x_fit_start, const Numeric &x_fit_end)
Definition: microphysics.cc:77
Declarations having to do with the four output streams.
The Vector class.
Definition: matpackI.h:860
Header file for interpolation.cc.
This file contains the definition of Array.
NUMERIC Numeric
The type to use for all floating point numbers.
Definition: matpack.h:33
Propagation path structure and functions.
Implementation of gridded fields.
Scattering database structure and functions.