ARTS  2.2.66
disort.h
Go to the documentation of this file.
1 /* Copyright (C) 2006-2012 Claudia Emde <claudia.emde@dlr.de>
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 
28 #ifndef disort_h
29 #define disort_h
30 
31 #include "agenda_class.h"
32 #include "matpackIV.h"
33 #include "mystring.h"
34 #include "optproperties.h"
35 
36 
37 void dtauc_ssalbCalc(Workspace &ws,
38  VectorView dtauc,
39  VectorView ssalb,
40  const Agenda& opt_prop_part_agenda,
41  const Agenda& propmat_clearsky_agenda,
42  const Agenda& spt_calc_agenda,
43  ConstTensor4View pnd_field,
44  ConstTensor3View t_field,
45  ConstTensor3View z_field,
46  ConstVectorView p_grid,
47  ConstTensor4View vmr_field,
48  ConstVectorView f_mono);
49 
50 void phase_functionCalc(//Output
51  MatrixView phase_function,
52  //Input
53  const ArrayOfSingleScatteringData& scat_data_array_mono,
54  ConstTensor4View pnd_field);
55 
56 void pmomCalc(//Output
57  MatrixView pmom,
58  //Input
59  ConstMatrixView phase_function,
60  ConstVectorView scat_angle_grid,
61  const Index n_legendre,
62  const Verbosity& verbosity);
63 
64 Numeric planck2(const Numeric& f,
65  const Numeric& t);
66 
67 #endif /* disort_h */
68 
INDEX Index
The type to use for all integer numbers and indices.
Definition: matpack.h:35
The VectorView class.
Definition: matpackI.h:372
The Agenda class.
Definition: agenda_class.h:44
The MatrixView class.
Definition: matpackI.h:679
A constant view of a Tensor4.
Definition: matpackIV.h:141
void pmomCalc(MatrixView pmom, ConstMatrixView phase_function, ConstVectorView scat_angle_grid, const Index n_legendre, const Verbosity &verbosity)
pmomCalc
Definition: disort.cc:255
void phase_functionCalc(MatrixView phase_function, const ArrayOfSingleScatteringData &scat_data_array_mono, ConstTensor4View pnd_field)
phase_functionCalc
Definition: disort.cc:189
Declarations for agendas.
NUMERIC Numeric
The type to use for all floating point numbers.
Definition: matpack.h:29
This can be used to make arrays out of anything.
Definition: array.h:40
A constant view of a Tensor3.
Definition: matpackIII.h:139
A constant view of a Vector.
Definition: matpackI.h:292
A constant view of a Matrix.
Definition: matpackI.h:596
Workspace class.
Definition: workspace_ng.h:47
void dtauc_ssalbCalc(Workspace &ws, VectorView dtauc, VectorView ssalb, const Agenda &opt_prop_part_agenda, const Agenda &propmat_clearsky_agenda, const Agenda &spt_calc_agenda, ConstTensor4View pnd_field, ConstTensor3View t_field, ConstTensor3View z_field, ConstVectorView p_grid, ConstTensor4View vmr_field, ConstVectorView f_mono)
dtauc_ssalbCalc
Definition: disort.cc:68
Scattering database structure and functions.
Numeric planck2(const Numeric &f, const Numeric &t)
planck
Definition: disort.cc:364
This file contains the definition of String, the ARTS string class.