ARTS built-in documentation server
Workspace Method WriteBuiltinPartitionFunctionsXML
Description
Writes all the builtin partition functions to file. All available partition functions are written to files in the select format in the select directory The temperature will be linearly spaced between [Tlow, Tupp] with N values
Authors: Richard Larsson
Synopsis
WriteBuiltinPartitionFunctionsXML( | output_file_format, dir, Tlow, Tupp, N ) |
Variables
IN | output_file_format | (String) | Output file format. |
GIN | dir | (String) | The directory to write the data towards |
GIN | Tlow | (Numeric) | The lowest temperature |
GIN | Tupp | (Numeric) | The highest temperature |
GIN | N | (Index) | The number of temperature points |