pyrex.ice_model.GreenlandIce.index¶
-
GreenlandIce.
index
(z)¶ Calculates the index of refraction of the ice at a given depth.
Index of refraction goes as n(z)=n0-k*exp(az). Supports passing an array of depths.
- Parameters
- zarray_like
(Negative-valued) depths (m) in the ice.
- Returns
- array_like
Indices of refraction at z values.