Go to the documentation of this file.
41 const String& pnd_field_file,
46 const String& pnd_field_file,
51 const String& pnd_field_file,
55 const String& pnd_field_file,
56 const Index& atmosphere_dim,
64 const String& pnd_field_file,
65 const Index& atmosphere_dim,
77 const String& scat_data_meta_file,
81 const String& scat_data_file,
89 const bool include_boundaries);
93 const bool include_boundaries);
143 const String& part_string);
146 const String& part_string);
150 const String& part_string);
void chk_pnd_raw_data(const ArrayOfGriddedField3 &pnd_field_raw, const String &pnd_field_file, const Index &atmosphere_dim, ConstVectorView p_grid, ConstVectorView lat_grid, ConstVectorView lon_grid, const ArrayOfIndex &cloudbox_limits, const Verbosity &verbosity)
Check particle number density files (pnd_field_raw)
Implementation of gridded fields.
bool is_gp_inside_cloudbox(const GridPos &gp_p, const GridPos &gp_lat, const GridPos &gp_lon, const ArrayOfIndex &cloudbox_limits, const bool include_boundaries)
void chk_single_scattering_data(const SingleScatteringData &scat_data_raw, const String &scat_data_file, ConstVectorView f_grid, const Verbosity &verbosity)
Check single scattering data files.
void scale_H11(Vector &pnd, const Numeric xwc, const Vector &density, const Vector &vol)
Numeric IWCtopnd_MH97(const Numeric iwc, Numeric dm, const Numeric t, const Numeric density)
Numeric psd_H11(const Numeric xwc, const Numeric d, const Numeric t)
Numeric barometric_heightformula(const Numeric &p, const Numeric &dh)
Header file for interpolation.cc.
void chk_massdensity_field(bool &x, const Index &dim, const Tensor3 &massdensity, const Vector &p_grid, const Vector &lat_grid, const Vector &lon_grid)
Check whether hydromet grid size is equal to atmospheric grid size and if hydromet profile is zero (n...
void parse_part_size(Numeric &sizemin, Numeric &sizemax, const String &part_string)
This file contains the definition of Array.
The structure to describe a propagation path and releated quantities.
void chk_if_pnd_zero_lon(const Index &i_lon, const GriddedField3 &pnd_field_raw, const String &pnd_field_file, const Verbosity &verbosity)
Check whether particle number density is zero at a specified longitude.
Structure which describes the single scattering properties of a.
void chk_pndsum(Vector &pnd, const Numeric xwc, const Vector &vol, const Vector &density, const Index &p, const Index &lat, const Index &lon, const Verbosity &verbosity)
void chk_pnd_data(const GriddedField3 &pnd_field_raw, const String &pnd_field_file, const Index &atmosphere_dim, ConstVectorView p_grid, ConstVectorView lat_grid, ConstVectorView lon_grid, const ArrayOfIndex &cloudbox_limits, const Verbosity &verbosity)
Check particle number density files.
void chk_scattering_meta_data(const ScatteringMetaData &scat_data_meta, const String &scat_data_meta_file, const Verbosity &verbosity)
Check scattering data meta files.
Declarations having to do with the four output streams.
void parse_part_type(String &part_type, const String &part_string)
The implementation for String, the ARTS string class.
Scattering database structure and functions.
void chk_scattering_data(const ArrayOfSingleScatteringData &scat_data_raw, const ArrayOfScatteringMetaData &scat_data_meta_array, const Verbosity &verbosity)
Check scattering data general.
NUMERIC Numeric
The type to use for all floating point numbers.
Numeric LWCtopnd(const Numeric lwc, const Numeric r)
void parse_psd_param(String &psd_param, const String &part_string)
void chk_if_pnd_zero_lat(const Index &i_lat, const GriddedField3 &pnd_field_raw, const String &pnd_field_file, const Verbosity &verbosity)
Check whether particle number density is zero at a specified latitude.
Structure to store a grid position.
Propagation path structure and functions.
Numeric LWCtopnd2(const Numeric r)
bool is_inside_cloudbox(const Ppath &ppath_step, const ArrayOfIndex &cloudbox_limits, const bool include_boundaries)
void chk_if_pnd_zero_p(const Index &i_p, const GriddedField3 &pnd_field_raw, const String &pnd_field_file, const Verbosity &verbosity)
Check whether particle number density is zero at a specified pressure level.
void scale_pnd(Vector &w, const Vector &x, const Vector &y)
INDEX Index
The type to use for all integer numbers and indices.
A constant view of a Vector.