From 0b6f49d6cad6db2b6259d1c4f1d851592dd5d988 Mon Sep 17 00:00:00 2001
From: Aiko Voigt <aiko.voigt@univie.ac.at>
Date: Wed, 13 Oct 2021 08:32:25 +0000
Subject: [PATCH] Update find_radius.py

---
 examples/find_radius.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/find_radius.py b/examples/find_radius.py
index f0ce636..b11c9b0 100644
--- a/examples/find_radius.py
+++ b/examples/find_radius.py
@@ -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)
-- 
GitLab