aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl38
1 files changed, 30 insertions, 8 deletions
diff --git a/interface.ccl b/interface.ccl
index 3dbac6a..6eb1977 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -88,24 +88,46 @@ ahfgrid3,
ahf_exp3
} "Grid functions to use in find3 algorithm"
+real drift_correct_vars type=SCALAR
+{
+ ahf_centroid_x,
+ ahf_centroid_y,
+ ahf_omega_corr,
+ ahf_omega_cum
+} "Variables for drift correction"
+
+
+#######################################
+### SCALARS AND ARRAYS FOR OUTPUT ###
+#######################################
+
REAL out_scalars TYPE=SCALAR
{
- out_mass, out_radius, out_meridian1, out_meridian2,
- out_area, out_perimeter, out_asymx, out_asymy, out_asymz,
- out_centerx, out_centery, out_centerz
-} "AHFinder scalar variables to output"
+ out_mass,
+ out_radius,
+ out_area,
+ out_perimeter,
+ out_meridian1,
+ out_meridian2,
+ out_asymx,
+ out_asymy,
+ out_asymz,
+ out_centerx,
+ out_centery,
+ out_centerz
+} "Output of scalar variables"
REAL out_1d_legen TYPE=ARRAY DISTRIB=CONSTANT DIM=1 SIZE=ahf_lmax
{
out_c0
-} "Coefficients for LEGEN(l,0,)"
+} "Output of c0 coefficients"
REAL out_2d_legen TYPE=ARRAY DISTRIB=CONSTANT DIM=2 SIZE=ahf_lmax,ahf_lmax
{
- out_cc, out_cs
-} "Coefficients for LEGEN(l,m,)"
+ out_cc,out_cs
+} "Output of cc and cs coefficients"
#REAL out_2d_gauss TYPE=ARRAY DISTRIB=CONSTANT DIM=2 SIZE=ahf_ntheta+1,ahf_nphi+1
#{
# out_gauss
-#} "Gaussian Curvature"
+#} "Output of gaussian curvature"