ARTS  1.0.222
Variables
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.

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 42 of file species_data.cc.

◆ ISOTOPES

#define ISOTOPES   MakeArray<IsotopeRecord>

Definition at line 43 of file species_data.cc.

◆ NAME

#define NAME (   x)    x

Definition at line 41 of file species_data.cc.

◆ REC

#define REC   IsotopeRecord

Definition at line 44 of file species_data.cc.

◆ TAGS

#define TAGS   MakeArray<Index>

Definition at line 45 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

Definition at line 139 of file species_data.cc.

◆ define_partition_species_data()

void define_partition_species_data ( )

Definition at line 155 of file partition_function_data.cc.

◆ define_species_data()

void define_species_data ( )

Definition at line 132 of file species_data.cc.

Variable Documentation

◆ species_data

Array<SpeciesRecord> species_data

The lookup information for all the different species.

Definition at line 36 of file species_data.cc.