#include "arts.h"
#include "make_array.h"
#include "absorption.h"
Go to the source code of this file.
Defines | |
Some #defines for better readability | |
#define | NAME(x) x |
#define | DEGFR(x) x |
#define | ISOTOPES MakeArray<IsotopeRecord> |
#define | REC IsotopeRecord |
#define | TAGS MakeArray<Index> |
Functions | |
void | define_basic_species_data () |
Define species lookup data. | |
void | define_partition_species_data () |
void | define_species_data () |
Variables | |
Array< SpeciesRecord > | 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 |
#define ISOTOPES MakeArray<IsotopeRecord> |
#define NAME | ( | x | ) | x |
Definition at line 45 of file species_data.cc.
#define REC IsotopeRecord |
void define_basic_species_data | ( | ) |
Define species lookup data.
1: | hitran 96 isotopic ratio, taken from cd: file software/generic/tables_96.txt or HITRAN 2000 edition (default, even if jpl and hitran isotopic ratios are available). |
2: | jpl isotopic ratio, taken from the documentation coming along with the catalogue. latest catalogue version extracted 27.07.00, can be found at /pool/lookup/jpl/cat7_00/doc/d<tag_nr>.cat |
3: | jpl isotopic ratio is multiplied with the maximum isotopic ratio of this species found in hitran. is only performed when isotopic ratios of 1 were found in the jpl catalogue. |
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, 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().
The lookup information for all the different species.
Definition at line 40 of file species_data.cc.
Referenced by abs_lines_per_speciesCreateFromLines(), abs_speciesDefineAllInScenario(), AtmFieldsFromCompact(), AtmRawRead(), check_continuum_model(), define_partition_species_data(), define_species_map(), find_nonlinear_continua(), LineRecord::IsotopeData(), LineRecord::Name(), SpeciesTag::Name(), LineRecord::ReadFromArtsStream(), LineRecord::ReadFromHitran2004Stream(), LineRecord::ReadFromHitranStream(), LineRecord::ReadFromJplStream(), LineRecord::ReadFromMytran2Stream(), LineRecord::SpeciesData(), and SpeciesTag::SpeciesTag().