get_subsurface_temperature
- cosipy.modules.surfaceTemperature.get_subsurface_temperature(GRID, cumulative_depth, zlt)[source]
Get subsurface temperature.
- Parameters:
GRID (Grid) – Glacier data structure.
cumulative_depth (ndarray) – Cumulative glacier layer heights [m].
zlt (float) – Interpolation depth [m].
- Returns:
Subsurface temperature at the interpolation depth.
- Return type:
float