xoa.sigma.atmosphere_sigma_coordinate

xoa.sigma.atmosphere_sigma_coordinate(sig, ps, ptop, dask='parallelized', cache=None)[source]

Convert from sigma [0, 1] to pressure in an atmopsheric model

Note

This function is dask-aware since it delegates the core computation to xarray.apply_ufunc().

Source:

Atmosphere sigma coordinate

Formula:
\[p = p_{top} + \sigma * (p_{surf}-p_{top})\]
Sigma standard name:

atmosphere_sigma_coordinate

Formula terms:

sigma: var1 ps: var2 ptop: var3

Parameters:
Returns:

xarray.DataArray – Air pressure in Pa (\(p\))