MCPcopy Create free account
hub / github.com/RolnickLab/climart / pressure_from_level_array

Function pressure_from_level_array

climart/utils/utils.py:311–313  ·  view source on GitHub ↗
(levels_array)

Source from the content-addressed store, hash-verified

309
310
311def pressure_from_level_array(levels_array):
312 PRESSURE_IDX = 2
313 return levels_array[..., PRESSURE_IDX]
314
315
316def layer_thickness_from_layer_array(layers_array):

Callers 4

__getitem__Method · 0.90
__getitem__Method · 0.90
_preprocess_h5dataMethod · 0.90
fluxes_to_heating_ratesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected