aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 2 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 53827c4..89aec32 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -16,11 +16,13 @@ STORAGE: sf_maxreflevel
SCHEDULE SphericalSurface_SetupRes AT basegrid BEFORE SphericalSurface_Setup AFTER SpatialCoordinates AFTER CorrectCoordinates
{
LANG: C
+ OPTIONS: GLOBAL LOOP-LOCAL
} "Set surface resolution automatically"
SCHEDULE SphericalSurface_Setup AT basegrid
{
LANG: C
+ OPTIONS: GLOBAL
} "Calculate surface coordinate descriptors"