(layers_array)
| 314 | |
| 315 | |
| 316 | def layer_thickness_from_layer_array(layers_array): |
| 317 | THICKNESS_IDX = 12 |
| 318 | return layers_array[..., THICKNESS_IDX] |
| 319 | |
| 320 | |
| 321 | def fluxes_to_heating_rates(upwelling_flux: Union[np.ndarray, Tensor], |
nothing calls this directly
no outgoing calls
no test coverage detected