Getting Started


Order the Book


Book Resources


About the Book



Principal Authors:
Fawwaz T. Ulaby
David G. Long,

Contributing Authors:
William Blackwell
Charles Elachi
Adrian Fung
Chris Ruf
Kamal Sarabandi
Jakob van Zyl
Howard Zebker

Language: English
ISBN: 978-0-472-11935-6


Code 8.7: Optical Thickness and Transmissivity—Clear Atmosphere

Code Name: OpticalThickn_ClearAtmos.m

Description: Code computes the optical thickness under clear-sky conditions for an atmospheric layer between heights z1 and z2 for propagation along direction Θ relative to the zenith (0 < Θ < 80 °) at any frequency 0 < f < 1000 GHz, using a Standard Atmosphere model.

Input Variables:

  T0:    Sea-surface temperature (°C)
  P0:    Sea-surface total barometric pressure (mbar)
  ρ0:    Sea-surface total water vapor density (g/m3)
  f:    Frequency (GHz)
  z1:    Base height of atmospheric layer (km)
  z2:    Top height of atmospheric layer (km)
  Θ:    Zenith angle (degrees)

Output Products:

  τ (z1,z2):    Optical thickness (Np)
  ϒ (z1,z2):    Transmissivity (unitless)

Book Reference: Section 8-3 and Eq. (8.20)

Code: module8_7.m