#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.
Definition in file species_data.cc.
#define DEGFR | ( | x | ) | x |
Definition at line 42 of file species_data.cc.
#define ISOTOPES MakeArray<IsotopeRecord> |
Definition at line 43 of file species_data.cc.
#define NAME | ( | x | ) | x |
Definition at line 41 of file species_data.cc.
#define REC IsotopeRecord |
Definition at line 44 of file species_data.cc.
Definition at line 45 of file species_data.cc.
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 139 of file species_data.cc.
void define_partition_species_data | ( | ) |
Definition at line 155 of file partition_function_data.cc.
void define_species_data | ( | ) |
Definition at line 132 of file species_data.cc.
The lookup information for all the different species.
Definition at line 36 of file species_data.cc.