Blame view

config.yml 8.52 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
    keywords:
        - science
        - cdpp
        - europlanet
        - space
        - weather
    # Will be shown by search engines below the title of the page.
604616e4   Goutte   Misc changes from...
16
17
    # Will also be shown in the header if there's enough room
    description: An heliospheric propagation 1D MHD model for solar wind prediction at planets, probes and comets.
9390ec89   Goutte   Initial experimen...
18

6491a1f1   Goutte   Fix up the bugs l...
19
20
21
22
23
24
25
26
27
28
# 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...
29
30
31
32
33
34
35
36

# 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...
37
      role: Code Reviewer
9390ec89   Goutte   Initial experimen...
38
      mail: myriam.bouchemit@irap.omp.eu
9390ec89   Goutte   Initial experimen...
39
40
41
    - name: Nicolas André
      role: Project Lead
      mail: nicolas.andre@irap.omp.eu
08569a6b   Goutte   Add a zooming bru...
42
    - name: Vincent Génot
9390ec89   Goutte   Initial experimen...
43
44
45
      role: Project Coordinator
      mail: vincent.genot@irap.omp.eu

8644387c   Goutte   Use real data.
46
47
48

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

575e380a   Goutte   Add disabled laye...
49
50
51
52
53
54
layers:
    - slug: "jupiterthermospheremodel"
      name: "Jupiter Thermo."
      desc: "Jupiter Thermosphere Model"
    - slug: "hstjupiterobservations"
      name: "HST Jupiter"
af90fc24   Goutte   Add the `CME Cata...
55
      desc: "Hubble Space Telescope Jupiter Observations"
575e380a   Goutte   Add disabled laye...
56
57
    - slug: "hstsaturnobservations"
      name: "HST Saturn"
af90fc24   Goutte   Add the `CME Cata...
58
59
60
61
      desc: "Hubble Space Telescope Saturn Observations"
    - slug: "cmecatalogs"
      name: "CME Catalogs"
      desc: "Coronal Mass Ejection Catalogs"
575e380a   Goutte   Add disabled laye...
62

297a7dfc   Goutte   Add support for i...
63
64
65
66
67
68
69
70
71
72
73
inputs:
    - slug: "l1"
      name: "L1"
      desc: "The default input."
    - slug: "sa"
      name: "STEREO-A"
      desc: "The first of the STEREO (Solar Terrestrial Relations Observatory), a solar observation mission."
    - slug: "sb"
      name: "STEREO-B"
      desc: "The second of the STEREO (Solar Terrestrial Relations Observatory), a solar observation mission."

8644387c   Goutte   Use real data.
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
#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...
92
# `slug` is used internally, and should match \[a-z0-9]+\ (NO dashes !)
927c69c3   Goutte   Make the local ca...
93
94
# `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...
95
96
# `locked` is for sources that are "coming soon"
# `default` sources are shown to incoming visitors, others need user activation
7d6dee0f   Goutte   Continue refacto ...
97
targets:
a79c5268   Goutte   Add probes and co...
98
99
100
    - type: 'planet'
      slug: 'mercury'
      name: 'Mercury'
b500e561   Goutte   Invert the orbits...
101
      title: 'Mercury'
a21f81d9   Goutte   Enable Venus and ...
102
      orbit:
297a7dfc   Goutte   Add support for i...
103
104
105
106
          models:
              - slug: 'mercury_orb_all'
          semimajor: 0
          semiminor: 0
8644387c   Goutte   Use real data.
107
      models:
297a7dfc   Goutte   Add support for i...
108
109
110
111
112
113
          l1:
              - slug: 'tao_mercury_sw'
          sa:
              - slug: 'tao_mercury_sw'
          sb:
              - slug: 'tao_mercury_sw'
b500e561   Goutte   Invert the orbits...
114
      locked: false
a79c5268   Goutte   Add probes and co...
115
116
117
118
      default: true
    - type: 'planet'
      slug: 'venus'
      name: 'Venus'
a21f81d9   Goutte   Enable Venus and ...
119
120
      title: 'Venus'
      orbit:
297a7dfc   Goutte   Add support for i...
121
122
123
124
          models:
              - slug: 'venus_orb_all'
          semimajor: 0.72333199
          semiminor: 0.7233154
8644387c   Goutte   Use real data.
125
      models:
297a7dfc   Goutte   Add support for i...
126
127
128
129
130
131
          l1:
              - slug: 'tao_venus_sw'
          sa:
              - slug: 'tao_venus_sw'
          sb:
              - slug: 'tao_venus_sw'
a21f81d9   Goutte   Enable Venus and ...
132
      locked: false
a79c5268   Goutte   Add probes and co...
133
134
135
136
      default: true
    - type: 'planet'
      slug: 'earth'
      name: 'Earth'
d1c44c51   Goutte   Enable Earth
137
      title: 'Earth'
a21f81d9   Goutte   Enable Venus and ...
138
      orbit:
297a7dfc   Goutte   Add support for i...
139
          models: [] # Earth has no orbit models, we hard-coded it to (1, 0)
b500e561   Goutte   Invert the orbits...
140
      models:
297a7dfc   Goutte   Add support for i...
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
          l1:
              - slug: 'omni_hour_all'
              - slug: 'ace_swepam_real'
                parameters:
                    dens: 'Dens'
                    vtot: 'Vel'
                    temp: 'Temp'
          sa:
              - slug: 'omni_hour_all'
              - slug: 'ace_swepam_real'
                parameters:
                    dens: 'Dens'
                    vtot: 'Vel'
                    temp: 'Temp'
          sb:
              - slug: 'omni_hour_all'
              - slug: 'ace_swepam_real'
                parameters:
                    dens: 'Dens'
                    vtot: 'Vel'
                    temp: 'Temp'
06eda8f7   Goutte   Re-lock the Earth...
162
163
164
      # Earth has a LOT of data files, compared to the others.
      locked: true
      default: false
a79c5268   Goutte   Add probes and co...
165
166
167
    - type: 'planet'
      slug: 'mars'
      name: 'Mars'
a21f81d9   Goutte   Enable Venus and ...
168
      title: 'Mars'
a21f81d9   Goutte   Enable Venus and ...
169
      orbit:
297a7dfc   Goutte   Add support for i...
170
171
172
173
174
175
176
177
178
179
180
181
182
183
          models:
              - slug: 'mars_orb_all'
          semimajor: 1.52366231
          semiminor: 1.51700011
      models:
          l1:
              - slug: 'tao_mars_sw'
              - slug: 'tao_mars_swrt'
          sa:
              - slug: 'tao_mars_sw'
              - slug: 'tao_mars_swrt'
          sb:
              - slug: 'tao_mars_sw'
              - slug: 'tao_mars_swrt'
7d6dee0f   Goutte   Continue refacto ...
184
      locked: false
a79c5268   Goutte   Add probes and co...
185
186
187
188
189
      default: true
    - type: 'planet'
      slug: 'jupiter'
      name: 'Jupiter'
      title: 'Jupiter'
a21f81d9   Goutte   Enable Venus and ...
190
      orbit:
297a7dfc   Goutte   Add support for i...
191
192
193
194
195
196
197
198
199
200
201
202
203
204
          models:
              - slug: 'jupiter_orb_all'
          semimajor: 5.45516759
          semiminor: 4.95155843
      models:
          l1:
              - slug: 'tao_jup_sw'
              - slug: 'tao_jup_swrt'
          sa:
              - slug: 'tao_jup_sw'
              - slug: 'tao_jup_swrt'
          sb:
              - slug: 'tao_jup_sw'
              - slug: 'tao_jup_swrt'
a79c5268   Goutte   Add probes and co...
205
206
207
208
209
      locked: false
      default: true
    - type: 'planet'
      slug: 'saturn'
      name: 'Saturn'
a21f81d9   Goutte   Enable Venus and ...
210
211
      title: 'Saturn'
      orbit:
297a7dfc   Goutte   Add support for i...
212
213
214
215
          models:
              - slug: 'saturn_orb_all'
          semimajor: 9.53707032
          semiminor: 9.5230773
8644387c   Goutte   Use real data.
216
      models:
297a7dfc   Goutte   Add support for i...
217
218
219
220
221
222
          l1:
              - slug: 'tao_sat_sw'
          sa:
              - slug: 'tao_sat_sw'
          sb:
              - slug: 'tao_sat_sw'
a21f81d9   Goutte   Enable Venus and ...
223
      locked: false
a79c5268   Goutte   Add probes and co...
224
      default: true
ea45ebf9   Goutte   Add the mocks of ...
225
226
227
228
229
230
231
232
233
234
235
236
    - type: 'planet'
      slug: 'uranus'
      name: 'Uranus'
      title: 'Uranus (soon)'
      locked: true
      default: false
    - type: 'planet'
      slug: 'neptune'
      name: 'Neptune'
      title: 'Neptune (soon)'
      locked: true
      default: false
a79c5268   Goutte   Add probes and co...
237
238
239
    - type: 'probe'
      slug: 'rosetta'
      name: 'Rosetta'
dc0be992   Goutte   Support having no...
240
      title: 'Rosetta'
a21f81d9   Goutte   Enable Venus and ...
241
      orbit:
297a7dfc   Goutte   Add support for i...
242
243
244
245
246
247
248
249
          models:
              - slug: 'ros_orb_cruise'
                stopped_at: '2014-08-02T00:00:00'
              - slug: 'p67_orb_all'
                started_at: '2014-08-02T00:00:00'
                #stopped_at: '2016-09-30T11:19:00'
                parameters:
                    hee: 'XYZ_HEE'
8644387c   Goutte   Use real data.
250
      models:
297a7dfc   Goutte   Add support for i...
251
252
253
254
255
256
          l1:
              - slug: 'tao_ros_sw'
          sa:
              - slug: 'tao_ros_sw'
          sb:
              - slug: 'tao_ros_sw'
dc0be992   Goutte   Support having no...
257
      locked: false
a79c5268   Goutte   Add probes and co...
258
259
260
261
      default: false
    - type: 'probe'
      slug: 'juno'
      name: 'Juno'
1324cc91   Goutte   Make the footer i...
262
      title: 'Juno'
a21f81d9   Goutte   Enable Venus and ...
263
      orbit:
297a7dfc   Goutte   Add support for i...
264
265
266
267
268
          models:
              - slug: 'juno_cruise_all'
                stopped_at: '2016-07-05T03:53:00'
              - slug: 'jupiter_orb_all'
                started_at: '2016-07-05T03:53:00'
8644387c   Goutte   Use real data.
269
      models:
297a7dfc   Goutte   Add support for i...
270
271
272
273
274
275
          l1:
              - slug: 'tao_juno_sw'
          sa:
              - slug: 'tao_juno_sw'
          sb:
              - slug: 'tao_juno_sw'
dc0be992   Goutte   Support having no...
276
      locked: false
a79c5268   Goutte   Add probes and co...
277
278
      default: false
    - type: 'comet'
927c69c3   Goutte   Make the local ca...
279
      slug: 'p67'
80352490   Goutte   Multi model suppo...
280
281
      name: 'Churyumov-Gerasimenko'
      title: 'Churyumov-Gerasimenko (coming soon)'
a21f81d9   Goutte   Enable Venus and ...
282
      orbit:
297a7dfc   Goutte   Add support for i...
283
284
285
286
          models:
            - slug: 'p67_orb_all'
              parameters:
                  hee: 'XYZ_HEE'
fb383448   Goutte   Implement the cac...
287
      models:
297a7dfc   Goutte   Add support for i...
288
289
290
291
292
293
          l1:
              - slug: 'tao_p67_sw'  # fixme
          sa:
              - slug: 'tao_p67_sw'  # fixme
          sb:
              - slug: 'tao_p67_sw'  # fixme
a79c5268   Goutte   Add probes and co...
294
295
296
297
      locked: true
      default: false


6060b797   Goutte   Add config sample...
298
299
300
301
302
303
304
305
306
# 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 ...
307
308
309
310
311
312
#models:
#    jupiter:
#        name: Jupiter
#        model: tao_jup_sw
#        started_at: "1990-01-01T01:30:00"
#        stopped_at: "2017-02-19T00:00:00"