aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 89aec32..5e596de 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -15,14 +15,14 @@ STORAGE: sf_maxreflevel
SCHEDULE SphericalSurface_SetupRes AT basegrid BEFORE SphericalSurface_Setup AFTER SpatialCoordinates AFTER CorrectCoordinates
{
- LANG: C
- OPTIONS: GLOBAL LOOP-LOCAL
+ LANG: C
+ OPTIONS: global loop-local
} "Set surface resolution automatically"
SCHEDULE SphericalSurface_Setup AT basegrid
{
LANG: C
- OPTIONS: GLOBAL
+ OPTIONS: global
} "Calculate surface coordinate descriptors"