ARTS
2.0.49
|
Implementation of function define_species_data(). More...
Go to the source code of this file.
Variables | |
Array< SpeciesRecord > | species_data |
Some #defines for better readability | |
#define | NAME(x) x |
#define | DEGFR(x) x |
#define | ISOTOPES MakeArray<IsotopeRecord> |
#define | REC IsotopeRecord |
#define | TAGS MakeArray<Index> |
void | define_basic_species_data () |
Define species lookup data. More... | |
void | define_partition_species_data () |
void | define_species_data () |
Implementation of function define_species_data().
This file contains the definition of this function and nothing else. You can add new records here if you want to extend the capability of ARTS.
This is the file from arts-1-0, back-ported to arts-1-1.
Definition in file species_data.cc.
#define DEGFR | ( | x | ) | x |
Definition at line 46 of file species_data.cc.
#define ISOTOPES MakeArray<IsotopeRecord> |
Definition at line 47 of file species_data.cc.
#define NAME | ( | x | ) | x |
Definition at line 45 of file species_data.cc.
#define REC IsotopeRecord |
Definition at line 48 of file species_data.cc.
Definition at line 49 of file species_data.cc.
void define_basic_species_data | ( | ) |
Define species lookup data.
mass as given in file MOLPARAM.TXT of HITRAN2000. If tag is not present in HITRAN, the rounded value is stated. Note that the mass is given in units of [g/mol].
MY-tags: Extracted from file glob_def.c.
HI-tags: From hitran 96, software/generic/tables_96.txt.
JPL-tags: Collected in file arts/aux/abundancies/tag_species.jpl, taken from last issue of jpl catalogue (7/00).
Some more information can be found at /pool/lookup/jpl/cat7_00/abundancies, where the idl script that reads/converts the isotopic ratios is located.
Definition at line 143 of file species_data.cc.
References DEGFR, ISOTOPES, NAME, REC, species_data, and TAGS.
Referenced by define_species_data().
void define_partition_species_data | ( | ) |
Definition at line 160 of file partition_function_data.cc.
References iso(), Qcoeff, spec(), and species_data.
Referenced by define_species_data().
void define_species_data | ( | ) |
Definition at line 136 of file species_data.cc.
References define_basic_species_data(), and define_partition_species_data().
Referenced by main().
Array<SpeciesRecord> species_data |
The lookup information for all the different species.
Definition at line 40 of file species_data.cc.
Referenced by abs_lines_per_speciesCreateFromLines(), abs_linesReadFromSplitArtscat(), abs_speciesDefineAllInScenario(), abs_xsec_per_speciesAddConts(), abs_xsec_per_speciesAddLines(), AtmFieldsFromCompact(), AtmFieldsFromCompactChevalAll(), AtmRawRead(), check_continuum_model(), define_basic_species_data(), define_partition_species_data(), define_species_map(), find_nonlinear_continua(), get_species_name(), LineRecord::IsotopeData(), main(), SpeciesTag::Name(), LineRecord::Name(), LineRecord::ReadFromArtscat3Stream(), LineRecord::ReadFromArtscat4Stream(), LineRecord::ReadFromHitran2004Stream(), LineRecord::ReadFromHitranStream(), LineRecord::ReadFromJplStream(), LineRecord::ReadFromMytran2Stream(), LineRecord::SpeciesData(), and SpeciesTag::SpeciesTag().