Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
311
def
pressure_from_level_array(levels_array):
312
PRESSURE_IDX = 2
313
return
levels_array[..., PRESSURE_IDX]
314
315
316
def
layer_thickness_from_layer_array(layers_array):
Callers
4
__getitem__
Method · 0.90
__getitem__
Method · 0.90
_preprocess_h5data
Method · 0.90
fluxes_to_heating_rates
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected