Blame view

config.yml 5.56 KB
9390ec89   Goutte   Initial experimen...
1
2
3
4
5
6
7
# WARNING : IF YOU BREAK THIS FILE YOU'LL BREAK THE WEBSITE. Tread carefully.
# Remember, you can test the website locally, see the README.


# The HTML metadata in the page header.
# Don't put double quotes (") in any of these fields.
meta:
6491a1f1   Goutte   Fix up the bugs l...
8
    title: Heliopropa ⋅ Solar System Weather
9390ec89   Goutte   Initial experimen...
9
10
11
12
13
14
15
16
17
    keywords:
        - science
        - cdpp
        - europlanet
        - space
        - weather
    # Will be shown by search engines below the title of the page.
    description: Space weather predictions around solar celestial bodies.

6491a1f1   Goutte   Fix up the bugs l...
18
19
20
21
22
23
24
25
26
27
# The top bar
header:
    title: CDPP / Heliopropa
    links:
        - text: Model
          href: "https://onlinelibrary.wiley.com/doi/10.1029/2004JA010959/abstract"
        - text: Horizon 2020
          href: "https://ec.europa.eu/programmes/horizon2020/"


9390ec89   Goutte   Initial experimen...
28
29
30
31
32
33
34
35

# A list of authors that will appear in the HTML metadata and possibly in the
# authorship page as well. The order does not matter, it will be shuffled.
authors:
    - name: Antoine Goutenoir
      role: Software Ninja
      mail: antoine.goutenoir@irap.omp.eu
    - name: Myriam Bouchemit
08569a6b   Goutte   Add a zooming bru...
36
      role: Code Reviewer
9390ec89   Goutte   Initial experimen...
37
      mail: myriam.bouchemit@irap.omp.eu
9390ec89   Goutte   Initial experimen...
38
39
40
    - name: Nicolas André
      role: Project Lead
      mail: nicolas.andre@irap.omp.eu
08569a6b   Goutte   Add a zooming bru...
41
    - name: Vincent Génot
9390ec89   Goutte   Initial experimen...
42
43
44
      role: Project Coordinator
      mail: vincent.genot@irap.omp.eu

8644387c   Goutte   Use real data.
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65

amda: "http://cdpp.irap.omp.eu/BASE/DDService/getDataUrl.php?dataSet={dataSet}&StartTime={startTime}&StopTime={stopTime}"

#Targets
#Earth 		earth_orb_all
#Jupiter 	jupiter_orb_all
#Mars		mars_orb_all
#Mercury		mercury_orb_all
#Neptune		neptune_orb_all
#Venus		venus_orb_all
#Uranus		uranus_orb_all
#
#Comets
#67P		p67_orb_all
#
#Probes
#Maven 		maven_orb_cruise
#Juno		juno_cruise_all
#Exomars		exomars_cruise_all
#Rosetta		ros_orb_cruise

e18701b6   Goutte   Cache clear (remo...
66
# `slug` is used internally, and should match \[a-z0-9]+\ (NO dashes !)
927c69c3   Goutte   Make the local ca...
67
68
# `name` is displayed in the time series (should be short)
# `title` appears on mouse hover, and can be longer
a79c5268   Goutte   Add probes and co...
69
70
# `locked` is for sources that are "coming soon"
# `default` sources are shown to incoming visitors, others need user activation
7d6dee0f   Goutte   Continue refacto ...
71
targets:
a79c5268   Goutte   Add probes and co...
72
73
74
    - type: 'planet'
      slug: 'mercury'
      name: 'Mercury'
b500e561   Goutte   Invert the orbits...
75
      title: 'Mercury'
a21f81d9   Goutte   Enable Venus and ...
76
      orbit:
80352490   Goutte   Multi model suppo...
77
78
        models:
          - slug: 'mercury_orb_all'
b500e561   Goutte   Invert the orbits...
79
80
        semimajor: 0
        semiminor: 0
8644387c   Goutte   Use real data.
81
82
      models:
          - slug: 'tao_mercury_sw'
b500e561   Goutte   Invert the orbits...
83
      locked: false
a79c5268   Goutte   Add probes and co...
84
85
86
87
      default: true
    - type: 'planet'
      slug: 'venus'
      name: 'Venus'
a21f81d9   Goutte   Enable Venus and ...
88
89
      title: 'Venus'
      orbit:
80352490   Goutte   Multi model suppo...
90
91
        models:
          - slug: 'venus_orb_all'
a21f81d9   Goutte   Enable Venus and ...
92
93
        semimajor: 0.72333199
        semiminor: 0.7233154
8644387c   Goutte   Use real data.
94
95
      models:
          - slug: 'tao_venus_sw'
a21f81d9   Goutte   Enable Venus and ...
96
      locked: false
a79c5268   Goutte   Add probes and co...
97
98
99
100
      default: true
    - type: 'planet'
      slug: 'earth'
      name: 'Earth'
d1c44c51   Goutte   Enable Earth
101
      title: 'Earth'
a21f81d9   Goutte   Enable Venus and ...
102
      orbit:
d1c44c51   Goutte   Enable Earth
103
        models: [] # Earth has no orbit models, we hard-coded it to (1, 0)
b500e561   Goutte   Invert the orbits...
104
      models:
d1c44c51   Goutte   Enable Earth
105
106
107
108
109
110
111
        - slug: 'omni_hour_all'
        - slug: 'ace_swepam_real'
          parameters:
            dens: 'Dens'
            vtot: 'Vel'
            temp: 'Temp'
      locked: false
a79c5268   Goutte   Add probes and co...
112
113
114
115
      default: true
    - type: 'planet'
      slug: 'mars'
      name: 'Mars'
a21f81d9   Goutte   Enable Venus and ...
116
      title: 'Mars'
8644387c   Goutte   Use real data.
117
118
      models:
          - slug: 'tao_mars_sw'
b500e561   Goutte   Invert the orbits...
119
          - slug: 'tao_mars_swrt'
a21f81d9   Goutte   Enable Venus and ...
120
      orbit:
80352490   Goutte   Multi model suppo...
121
122
        models:
          - slug: 'mars_orb_all'
a21f81d9   Goutte   Enable Venus and ...
123
124
        semimajor: 1.52366231
        semiminor: 1.51700011
7d6dee0f   Goutte   Continue refacto ...
125
      locked: false
a79c5268   Goutte   Add probes and co...
126
127
128
129
130
      default: true
    - type: 'planet'
      slug: 'jupiter'
      name: 'Jupiter'
      title: 'Jupiter'
8644387c   Goutte   Use real data.
131
132
      models:
          - slug: 'tao_jup_sw'
80352490   Goutte   Multi model suppo...
133
          - slug: 'tao_jup_swrt'
a21f81d9   Goutte   Enable Venus and ...
134
      orbit:
80352490   Goutte   Multi model suppo...
135
136
        models:
          - slug: 'jupiter_orb_all'
a21f81d9   Goutte   Enable Venus and ...
137
138
        semimajor: 5.45516759
        semiminor: 4.95155843
a79c5268   Goutte   Add probes and co...
139
140
141
142
143
      locked: false
      default: true
    - type: 'planet'
      slug: 'saturn'
      name: 'Saturn'
a21f81d9   Goutte   Enable Venus and ...
144
145
      title: 'Saturn'
      orbit:
80352490   Goutte   Multi model suppo...
146
147
        models:
          - slug: 'saturn_orb_all'
a21f81d9   Goutte   Enable Venus and ...
148
149
        semimajor: 9.53707032
        semiminor: 9.5230773
8644387c   Goutte   Use real data.
150
151
      models:
          - slug: 'tao_sat_sw'
a21f81d9   Goutte   Enable Venus and ...
152
      locked: false
a79c5268   Goutte   Add probes and co...
153
154
155
156
      default: true
    - type: 'probe'
      slug: 'rosetta'
      name: 'Rosetta'
dc0be992   Goutte   Support having no...
157
      title: 'Rosetta'
a21f81d9   Goutte   Enable Venus and ...
158
      orbit:
80352490   Goutte   Multi model suppo...
159
160
        models:
          - slug: 'ros_orb_cruise'
ea6c8d5d   Goutte   Add interval cons...
161
162
163
            stopped_at: '2014-08-02T00:00:00'
          - slug: 'p67_orb_all'
            started_at: '2014-08-02T00:00:00'
d1c44c51   Goutte   Enable Earth
164
165
            parameters:
              hee: 'XYZ_HEE'
8644387c   Goutte   Use real data.
166
167
      models:
          - slug: 'tao_ros_sw'
dc0be992   Goutte   Support having no...
168
      locked: false
a79c5268   Goutte   Add probes and co...
169
170
171
172
      default: false
    - type: 'probe'
      slug: 'juno'
      name: 'Juno'
1324cc91   Goutte   Make the footer i...
173
      title: 'Juno'
a21f81d9   Goutte   Enable Venus and ...
174
      orbit:
80352490   Goutte   Multi model suppo...
175
176
        models:
          - slug: 'juno_cruise_all'
1324cc91   Goutte   Make the footer i...
177
178
179
            stopped_at: '2016-07-01T00:00:00'
          - slug: 'jupiter_orb_all'
            started_at: '2016-07-01T00:00:00'
8644387c   Goutte   Use real data.
180
181
      models:
          - slug: 'tao_juno_sw'
dc0be992   Goutte   Support having no...
182
      locked: false
a79c5268   Goutte   Add probes and co...
183
184
      default: false
    - type: 'comet'
927c69c3   Goutte   Make the local ca...
185
      slug: 'p67'
80352490   Goutte   Multi model suppo...
186
187
      name: 'Churyumov-Gerasimenko'
      title: 'Churyumov-Gerasimenko (coming soon)'
a21f81d9   Goutte   Enable Venus and ...
188
      orbit:
80352490   Goutte   Multi model suppo...
189
190
        models:
          - slug: 'p67_orb_all'
d1c44c51   Goutte   Enable Earth
191
192
            parameters:
              hee: 'XYZ_HEE'
fb383448   Goutte   Implement the cac...
193
194
      models:
          - slug: 'tao_p67_sw'  # fixme
a79c5268   Goutte   Add probes and co...
195
196
197
198
      locked: true
      default: false


6060b797   Goutte   Add config sample...
199
200
201
202
203
204
205
206
207
# Tao Model OMNI_input
#Rosetta  	tao_ros_sw	2014-01-01T00:00	2017-01-21T00:00
#Juno cruise	tao_juno_sw	2012-01-01T00:00	2016-11-02T22:00
#Mercury 	tao_mercury_sw	1990-01-01T01:00	2017-02-19T00:00
#Venus		tao_venus_sw	1990-01-01T01:00	2017-02-19T00:00
#Mars		tao_mars_sw	1990-01-01T01:00	2017-02-19T00:00
#Jupiter		tao_jup_sw	1990-01-01T01:00	2017-02-19T00:00
#Saturn		tao_sat_sw	1990-01-01T01:30	2017-02-19T00:00

7d6dee0f   Goutte   Continue refacto ...
208
209
210
211
212
213
#models:
#    jupiter:
#        name: Jupiter
#        model: tao_jup_sw
#        started_at: "1990-01-01T01:30:00"
#        stopped_at: "2017-02-19T00:00:00"