ATMI - Atmospheric Impact Simulation
Loading...
Searching...
No Matches
Functions
lib.amutils Namespace Reference

Gathers some useful functions for am usage. More...

Functions

 am_plot (output_file)
 This function plots the resulting brightness temperatures resulting from am.
 
 config (freq_start, freq_stop, freq_interval, T0, Z, T, P, pwv, filename)
 This function creates the configuration file to run am.
 
 profiles (paramsfile, T0, P0, PWV, month, N)
 This function calculates the value of the temperature, pressure and PWV through 30 Km of atmosphere using vertical profiles functions.
 

Detailed Description

Gathers some useful functions for am usage.

Description

Defines the functions necessary to calculate the vertical profiles and to write and save the am configuration files.

Libraries/Modules

Notes

TODO

Author(s)

Function Documentation

◆ am_plot()

am_plot ( output_file)

This function plots the resulting brightness temperatures resulting from am.

Parameters
output_fileThe path to the am output file.

◆ config()

config ( freq_start,
freq_stop,
freq_interval,
T0,
Z,
T,
P,
pwv,
filename )

This function creates the configuration file to run am.

Parameters
freq_startThe starting frequency.
freq_stopThe ending frequency.
freq_intervalThe frequency interval for am simulation.
T0The background temperature.
ZThe index for each one of the atmospheric layers.
TThe temperature for each one of the atmospheric layers.
PThe pressure for each one of the atmospheric layers.
pwvThe PWV for each one of the atmospheric layers.
filenameThe path for the configuration file.

◆ profiles()

profiles ( paramsfile,
T0,
P0,
PWV,
month,
N )

This function calculates the value of the temperature, pressure and PWV through 30 Km of atmosphere using vertical profiles functions.

Parameters
paramsfileThe path for the parameters file.
T0The temperature at surface.
P0The pressure at surface.
PWVThe PWV of the atmosphere column.
monthThe month, in order to chose the correct vertical profiles.
NThe number of layers for the atmosphere discretization.