AtmField

class pyarts.arts.AtmField(*args, **kwargs)

An atmospheric field

Workspace variables of type AtmField

Overview

Method

at()

Get the data at a point

Method

readxml()

Read variable from file

Method

savexml()

Saves variable to file

Static Method

fromxml()

Create variable from file

Attribute

top_of_atmosphere

Top of the atmosphere [m]

Operator

__eq__()

Return self==value.

Operator

__ge__()

Return self>=value.

Operator

__getitem__()

Overloaded function.

Operator

__gt__()

Return self>value.

Operator

__hash__()

Return hash(self).

Operator

__le__()

Return self<=value.

Operator

__lt__()

Return self<value.

Operator

__ne__()

Return self!=value.

Operator

__setitem__()

Overloaded function.

Constructors

__init__(self) None
__init__(self, arg: pyarts.arts.AtmField) None

Methods

at(self, h: float, lat: float, lon: float) pyarts.arts.AtmPoint

Get the data at a point

readxml(self, file: str) None

Read variable from file

Parameters:

file (str) – A file that can be read

On Error:

Throws RuntimeError for any failure to read

savexml(self, file: str, type: str = 'ascii', clobber: bool = True) None

Saves variable to file

Parameters:
  • file (str) – The path to which the file is written. Note that several of the options might modify the name or write more files

  • type (str) – Type of file to save (ascii. zascii, or binary)

  • clobber (bool) – Overwrite existing files or add new file with modified name?

On Error:

Throws RuntimeError for any failure to save

Static Methods

fromxml(file: str) pyarts.arts.AtmField

Create variable from file

Parameters:

file (str) – A file that can be read

On Error:

Throws RuntimeError for any failure to read

Attributes

top_of_atmosphere

Top of the atmosphere [m]

Operators

__eq__(value, /)

Return self==value.

__ge__(value, /)

Return self>=value.

__getitem__(self, arg: pyarts.arts.AtmKey, /) pyarts.arts.AtmData
__getitem__(self, arg: pyarts.arts.QuantumIdentifier, /) pyarts.arts.AtmData
__getitem__(self, arg: pyarts.arts.SpeciesEnum, /) pyarts.arts.AtmData
__getitem__(self, arg: pyarts.arts.SpeciesIsotope, /) pyarts.arts.AtmData
__getitem__(self, arg: pyarts.arts.ArrayOfSpeciesTag, /) pyarts.arts.AtmData

Overloaded function.

  1. __getitem__(self, arg: pyarts.arts.QuantumIdentifier, /) -> pyarts.arts.AtmData

Get the value of a key

  1. __getitem__(self, arg: pyarts.arts.SpeciesEnum, /) -> pyarts.arts.AtmData

Get the value of a key

  1. __getitem__(self, arg: pyarts.arts.SpeciesIsotope, /) -> pyarts.arts.AtmData

Get the value of a key

  1. __getitem__(self, arg: pyarts.arts.ArrayOfSpeciesTag, /) -> pyarts.arts.AtmData

Get the value of a key

__gt__(value, /)

Return self>value.

__hash__()

Return hash(self).

__le__(value, /)

Return self<=value.

__lt__(value, /)

Return self<value.

__ne__(value, /)

Return self!=value.

__setitem__(self, arg0: pyarts.arts.AtmKey, arg1: pyarts.arts.AtmData, /) None
__setitem__(self, arg0: pyarts.arts.QuantumIdentifier, arg1: pyarts.arts.AtmData, /) None
__setitem__(self, arg0: pyarts.arts.SpeciesEnum, arg1: pyarts.arts.AtmData, /) None
__setitem__(self, arg0: pyarts.arts.ArrayOfSpeciesTag, arg1: pyarts.arts.AtmData, /) None
__setitem__(self, arg0: pyarts.arts.SpeciesIsotope, arg1: pyarts.arts.AtmData, /) None
__setitem__(self, arg0: pyarts.arts.ScatteringSpeciesProperty, arg1: pyarts.arts.AtmData, /) None

Overloaded function.

  1. __setitem__(self, arg0: pyarts.arts.AtmKey, arg1: pyarts.arts.AtmData, /) -> None

Set the value of a key

  1. __setitem__(self, arg0: pyarts.arts.QuantumIdentifier, arg1: pyarts.arts.AtmData, /) -> None

Set the value of a key

  1. __setitem__(self, arg0: pyarts.arts.ArrayOfSpeciesTag, arg1: pyarts.arts.AtmData, /) -> None

Set the value of a key

  1. __setitem__(self, arg0: pyarts.arts.SpeciesIsotope, arg1: pyarts.arts.AtmData, /) -> None

Set the value of a key

  1. __setitem__(self, arg0: pyarts.arts.ScatteringSpeciesProperty, arg1: pyarts.arts.AtmData, /) -> None

Set the value of a key