aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: a7689494f2bad55b10b45b7591e43fdb1f478431 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Schedule definitions for thorn SphericalSurface

STORAGE: sf_active
STORAGE: sf_valid
STORAGE: sf_info
STORAGE: sf_radius sf_origin
STORAGE: sf_coordinate_descriptors
STORAGE: sf_coordinate_estimators
STORAGE: sf_shape_descriptors
STORAGE: sf_minreflevel
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"



SCHEDULE SphericalSurface_Set AT basegrid BEFORE SphericalSurface_HasBeenSet
{
  LANG: C
  OPTIONS: global
} "Set surface radii to be used for initial setup in other thorns"

SCHEDULE GROUP SphericalSurface_HasBeenSet AT basegrid
{
} "Set the spherical surfaces before this group, and use it afterwards"



SCHEDULE SphericalSurface_Set AT poststep BEFORE SphericalSurface_HasBeenSet
{
  LANG: C
  OPTIONS: global
} "Set surface radii"

SCHEDULE GROUP SphericalSurface_HasBeenSet AT poststep
{
} "Set the spherical surfaces before this group, and use it afterwards"



SCHEDULE SphericalSurface_CheckState IN SphericalSurface_HasBeenSet
{
  LANG: C
  OPTIONS: global
} "Test the state of the spherical surfaces"