ARTS  2.4.0(git:4fb77825)
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,
67  const Tensor4& vmr_field,
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,
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,
145  const Verbosity& verbosity);
146 
147 #endif // PROPAGATION_FIELD_HEADER
energylevelmap.h
Class to map energy levels.
ARTS::Var::z_field
Tensor3 z_field(Workspace &ws) noexcept
Definition: autoarts.h:7690
ARTS::Var::iy_cloudbox_agenda
Agenda iy_cloudbox_agenda(Workspace &ws) noexcept
Definition: autoarts.h:3742
field_of_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.
Definition: propmat_field.cc:35
ARTS::Var::jacobian_quantities
ArrayOfRetrievalQuantity jacobian_quantities(Workspace &ws) noexcept
Definition: autoarts.h:3924
Tensor3
The Tensor3 class.
Definition: matpackIII.h:339
ARTS::Var::verbosity
Verbosity verbosity(Workspace &ws) noexcept
Definition: autoarts.h:7112
ARTS::Var::stokes_dim
Index stokes_dim(Workspace &ws) noexcept
Definition: autoarts.h:6650
transmat_field_calc_from_propmat_field
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.
Definition: propmat_field.cc:109
Tensor4
The Tensor4 class.
Definition: matpackIV.h:421
ARTS::Var::iy_space_agenda
Agenda iy_space_agenda(Workspace &ws) noexcept
Definition: autoarts.h:3801
Ppath
The structure to describe a propagation path and releated quantities.
Definition: ppath.h:48
Agenda
The Agenda class.
Definition: agenda_class.h:44
FieldOfStokesVector
Field3D< StokesVector > FieldOfStokesVector
Definition: propmat_field.h:39
ARTS::Var::nlte_field
EnergyLevelMap nlte_field(Workspace &ws) noexcept
Definition: autoarts.h:4604
Array
This can be used to make arrays out of anything.
Definition: array.h:108
emission_from_propmat_field
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.
Definition: propmat_field.cc:122
ARTS::Var::vmr_field
Tensor4 vmr_field(Workspace &ws) noexcept
Definition: autoarts.h:7130
ARTS::Var::p_grid
Vector p_grid(Workspace &ws) noexcept
Definition: autoarts.h:4763
ARTS::Var::ppath
Ppath ppath(Workspace &ws) noexcept
Definition: autoarts.h:5139
ARTS::Var::surface_props_data
Tensor3 surface_props_data(Workspace &ws) noexcept
Definition: autoarts.h:6745
Numeric
NUMERIC Numeric
The type to use for all floating point numbers.
Definition: matpack.h:33
Verbosity
Definition: messages.h:49
field.h
This file contains the definition of Field3D.
ARTS::Var::f_grid
Vector f_grid(Workspace &ws) noexcept
Definition: autoarts.h:3449
EnergyLevelMap
Definition: energylevelmap.h:60
ARTS::Var::iy_surface_agenda
Agenda iy_surface_agenda(Workspace &ws) noexcept
Definition: autoarts.h:3808
FieldOfPropagationMatrix
Field3D< PropagationMatrix > FieldOfPropagationMatrix
Definition: propmat_field.h:38
Field3D
Creates a 3D field of a base unit.
Definition: field.h:33
ARTS::Var::iy_main_agenda
Agenda iy_main_agenda(Workspace &ws) noexcept
Definition: autoarts.h:3794
ARTS::Var::t_field
Tensor3 t_field(Workspace &ws) noexcept
Definition: autoarts.h:6947
Workspace
Workspace class.
Definition: workspace_ng.h:40
ARTS::Var::propmat_clearsky_agenda
Agenda propmat_clearsky_agenda(Workspace &ws) noexcept
Definition: autoarts.h:5405
transmissionmatrix.h
Stuff related to the transmission matrix.
Index
INDEX Index
The type to use for all integer numbers and indices.
Definition: matpack.h:39
Vector
The Vector class.
Definition: matpackI.h:860
FieldOfTransmissionMatrix
Field3D< TransmissionMatrix > FieldOfTransmissionMatrix
Definition: propmat_field.h:37