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

Function layer_thickness_from_layer_array

climart/utils/utils.py:316–318  ·  view source on GitHub ↗
(layers_array)

Source from the content-addressed store, hash-verified

314
315
316def layer_thickness_from_layer_array(layers_array):
317 THICKNESS_IDX = 12
318 return layers_array[..., THICKNESS_IDX]
319
320
321def fluxes_to_heating_rates(upwelling_flux: Union[np.ndarray, Tensor],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected