Skip to content
Snippets Groups Projects
Commit 0b6f49d6 authored by Aiko Voigt's avatar Aiko Voigt
Browse files

Update find_radius.py

parent 7e41063d
No related branches found
No related tags found
No related merge requests found
......@@ -26,4 +26,6 @@ gridfile = '/work/bb1018/b380459/NAWDEX/grids/icon-grid_nawdex_78w40e23n80n_'+re
tricco.grid_functions.grid = tricco.prepare_grid(model='ICON', path='/', file=gridfile)
# perform the cubulation with diagnostic output via print_progress=True
# for each iteration, this prints to screen the number of new triangles for which cubic indices were computed
cubulation = tricco.compute_cubulation(start_triangle=start, radius=radius, print_progress=True)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment