ARTS  2.3.1285(git:92a29ea9-dirty)
propmat_field.h
Go to the documentation of this file.
1 /* Copyright (C) 2019 Richard Larsson <ric.larsson@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 
30 #ifndef PROPAGATION_FIELD_HEADER
31 #define PROPAGATION_FIELD_HEADER
32 
33 #include "energylevelmap.h"
34 #include "field.h"
35 #include "transmissionmatrix.h"
36 
40 
58  FieldOfPropagationMatrix& propmat_field,
59  FieldOfStokesVector& absorption_field,
60  FieldOfStokesVector& additional_source_field,
61  const Index& stokes_dim,
62  const Vector& f_grid,
63  const Vector& p_grid,
64  const Tensor3& z_field,
65  const Tensor3& t_field,
66  const EnergyLevelMap& nlte_field,
67  const Tensor4& vmr_field,
68  const ArrayOfRetrievalQuantity& jacobian_quantities,
69  const Agenda& propmat_clearsky_agenda);
70 
78  const FieldOfPropagationMatrix& propmat_field, const Numeric& r = 1.0);
79 
109  Workspace& ws,
110  ArrayOfRadiationVector& lvl_rad,
111  ArrayOfRadiationVector& src_rad,
112  ArrayOfTransmissionMatrix& lyr_tra,
113  ArrayOfTransmissionMatrix& tot_tra,
114  const FieldOfPropagationMatrix& propmat_field,
115  const FieldOfStokesVector& absorption_field,
116  const FieldOfStokesVector& additional_source_field,
117  const Vector& f_grid,
118  const Tensor3& t_field,
119  const EnergyLevelMap& nlte_field,
120  const Ppath& ppath,
121  const Agenda& iy_main_agenda,
122  const Agenda& iy_space_agenda,
123  const Agenda& iy_surface_agenda,
124  const Agenda& iy_cloudbox_agenda,
125  const Tensor3& surface_props_data,
126  const Verbosity& verbosity);
128  Workspace& ws,
129  ArrayOfRadiationVector& lvl_rad,
130  ArrayOfRadiationVector& src_rad,
131  ArrayOfTransmissionMatrix& lyr_tra,
132  ArrayOfTransmissionMatrix& tot_tra,
133  const FieldOfPropagationMatrix& propmat_field,
134  const FieldOfStokesVector& absorption_field,
135  const FieldOfStokesVector& additional_source_field,
136  const Vector& f_grid,
137  const Tensor3& t_field,
138  const EnergyLevelMap& nlte_field,
139  const Ppath& ppath,
140  const Agenda& iy_main_agenda,
141  const Agenda& iy_space_agenda,
142  const Agenda& iy_surface_agenda,
143  const Agenda& iy_cloudbox_agenda,
144  const Tensor3& surface_props_data,
145  const Verbosity& verbosity);
146 
147 #endif // PROPAGATION_FIELD_HEADER
INDEX Index
The type to use for all integer numbers and indices.
Definition: matpack.h:39
The Agenda class.
Definition: agenda_class.h:44
Field3D< StokesVector > FieldOfStokesVector
Definition: propmat_field.h:39
The Vector class.
Definition: matpackI.h:860
FieldOfTransmissionMatrix transmat_field_calc_from_propmat_field(const FieldOfPropagationMatrix &propmat_field, const Numeric &r=1.0)
Get a field of transmission matrices from the propagation matrix field.
The Tensor4 class.
Definition: matpackIV.h:421
Creates a 3D field of a base unit.
Definition: field.h:33
The Tensor3 class.
Definition: matpackIII.h:339
Stuff related to the transmission matrix.
NUMERIC Numeric
The type to use for all floating point numbers.
Definition: matpack.h:33
Field3D< TransmissionMatrix > FieldOfTransmissionMatrix
Definition: propmat_field.h:37
Class to map energy levels.
This can be used to make arrays out of anything.
Definition: array.h:40
This file contains the definition of Field3D.
void emission_from_propmat_field(Workspace &ws, ArrayOfRadiationVector &lvl_rad, ArrayOfRadiationVector &src_rad, ArrayOfTransmissionMatrix &lyr_tra, ArrayOfTransmissionMatrix &tot_tra, const FieldOfPropagationMatrix &propmat_field, const FieldOfStokesVector &absorption_field, const FieldOfStokesVector &additional_source_field, const Vector &f_grid, const Tensor3 &t_field, const EnergyLevelMap &nlte_field, const Ppath &ppath, const Agenda &iy_main_agenda, const Agenda &iy_space_agenda, const Agenda &iy_surface_agenda, const Agenda &iy_cloudbox_agenda, const Tensor3 &surface_props_data, const Verbosity &verbosity)
Computes the radiation and transmission from fields of atmospheric propagation.
void field_of_propagation(Workspace &ws, FieldOfPropagationMatrix &propmat_field, FieldOfStokesVector &absorption_field, FieldOfStokesVector &additional_source_field, const Index &stokes_dim, const Vector &f_grid, const Vector &p_grid, const Tensor3 &z_field, const Tensor3 &t_field, const EnergyLevelMap &nlte_field, const Tensor4 &vmr_field, const ArrayOfRetrievalQuantity &jacobian_quantities, const Agenda &propmat_clearsky_agenda)
Creates a field of propagation matrices, absorption vectors, and source vectors.
Workspace class.
Definition: workspace_ng.h:40
The structure to describe a propagation path and releated quantities.
Definition: ppath.h:48
Field3D< PropagationMatrix > FieldOfPropagationMatrix
Definition: propmat_field.h:38