ARTS  2.0.49
species_data.cc File Reference

Implementation of function define_species_data(). More...

#include "arts.h"
#include "make_array.h"
#include "absorption.h"

Go to the source code of this file.

Variables

Array< SpeciesRecordspecies_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 ()
 

Detailed Description

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.

Author
Stefan Buehler, Axel von Engeln
Date
2000-08-10

Definition in file species_data.cc.

Macro Definition Documentation

◆ DEGFR

#define DEGFR (   x)    x

Definition at line 46 of file species_data.cc.

◆ ISOTOPES

#define ISOTOPES   MakeArray<IsotopeRecord>

Definition at line 47 of file species_data.cc.

◆ NAME

#define NAME (   x)    x

Definition at line 45 of file species_data.cc.

◆ REC

#define REC   IsotopeRecord

Definition at line 48 of file species_data.cc.

◆ TAGS

#define TAGS   MakeArray<Index>

Definition at line 49 of file species_data.cc.

Function Documentation

◆ define_basic_species_data()

void define_basic_species_data ( )

Define species lookup data.

Author
Stefan Buehler, Axel von Engeln

Source for entries

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.

Author
Axel von Engeln
Date
2000-08-08

Definition at line 143 of file species_data.cc.

References DEGFR, ISOTOPES, NAME, REC, species_data, and TAGS.

Referenced by define_species_data().

◆ define_partition_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().

◆ 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().

Variable Documentation

◆ species_data