create_grid_jitted
- cosipy.cpkernel.init.create_grid_jitted(layer_heights, layer_density, layer_T, layer_LWC, layer_IF, new_snow_height, new_snow_timestamp, old_snow_timestamp)[source]
Create Grid with JIT.
- Returns:
Glacier data structure.
- Return type:
- Parameters:
layer_heights (ndarray)
layer_density (ndarray)
layer_T (ndarray)
layer_LWC (ndarray)
layer_IF (ndarray)
new_snow_height (float)
new_snow_timestamp (float)
old_snow_timestamp (float)