Blame view

config.yml 11.3 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:
0332f168   Goutte   Initial support f...
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.
0332f168   Goutte   Initial support f...
16
17
    description: 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
# The top bar
header:
    title: CDPP / Heliopropa
0332f168   Goutte   Initial support f...
22
    description: Heliospheric propagation <abbr title="Unidimensional">1D</abbr> <abbr title="Magnetohydrodynamics">MHD</abbr> model for solar wind prediction at planets, probes and comets.
6491a1f1   Goutte   Fix up the bugs l...
23
24
25
26
27
28
29
    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...
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

fd1829c3   Goutte   Use the new AMDA API
47
48
#amda: "http://cdpp.irap.omp.eu/BASE/DDService/getDataUrl.php?dataSet={dataSet}&StartTime={startTime}&StopTime={stopTime}"
amda: "http://amda.irap.omp.eu/DDService/getDataUrl.php?dataSet={dataSet}&StartTime={startTime}&StopTime={stopTime}"
8644387c   Goutte   Use real data.
49

0332f168   Goutte   Initial support f...
50
51

# Data files are in data/catalog/
284f4688   Goutte   Continue layers i...
52
# Constraints are joined by an outer OR and an inner AND
575e380a   Goutte   Add disabled laye...
53
54
55
56
57
58
layers:
    - slug: "jupiterthermospheremodel"
      name: "Jupiter Thermo."
      desc: "Jupiter Thermosphere Model"
    - slug: "hstjupiterobservations"
      name: "HST Jupiter"
af90fc24   Goutte   Add the `CME Cata...
59
      desc: "Hubble Space Telescope Jupiter Observations"
575e380a   Goutte   Add disabled laye...
60
61
    - slug: "hstsaturnobservations"
      name: "HST Saturn"
af90fc24   Goutte   Add the `CME Cata...
62
63
64
65
      desc: "Hubble Space Telescope Saturn Observations"
    - slug: "cmecatalogs"
      name: "CME Catalogs"
      desc: "Coronal Mass Ejection Catalogs"
0332f168   Goutte   Initial support f...
66
      data:
284f4688   Goutte   Continue layers i...
67
68
          - doc:   "https://www.helcats-fp7.eu/catalogues/wp4_icmecat.html"
            url:   "https://www.helcats-fp7.eu/catalogues/data/ICME_WP4_V10.json"
0332f168   Goutte   Initial support f...
69
70
            file:  "ICME_WP4_V10.json"
            start: "ICME_START_TIME"
284f4688   Goutte   Continue layers i...
71
            stop:  "MO_END_TIME"
1185f353   Goutte   Fix the CME Catal...
72
            format: "%Y-%m-%dT%H:%MZ"
0332f168   Goutte   Initial support f...
73
            l1:
2204c3f7   Goutte   Improve layers co...
74
75
76
77
                venus:
                    constraints: [ { SC_INSITU: ["VEX"] } ]
                mercury:
                    constraints: [ { SC_INSITU: ["MESSENGER"] } ]
284f4688   Goutte   Continue layers i...
78
79
80
81
          - doc:   "https://www.helcats-fp7.eu/catalogues/wp4_arrcat.html"
            url:   "https://www.helcats-fp7.eu/catalogues/data/HCME_WP4_V6.json"
            file:  "HCME_WP4_V6.json"
            start: "TARGET_ARRIVAL"
1185f353   Goutte   Fix the CME Catal...
82
            format: "%Y-%m-%dT%H:%MZ"
284f4688   Goutte   Continue layers i...
83
84
85
            l1:
                mars:
                    constraints: [ { TARGET_NAME: ["MARS", "MAVEN", "MSC"] } ]
b03d5eb1   Goutte   Add the last CME ...
86
87
88
89
          - doc:   "https://cdaw.gsfc.nasa.gov/CME_list/UNIVERSAL/text_ver/"
            url:   "https://cdaw.gsfc.nasa.gov/CME_list/UNIVERSAL/text_ver/univ_all.txt"
            file:  "univ_all.json"
            start: "DATETIME"
1185f353   Goutte   Fix the CME Catal...
90
            format: "%Y-%m-%dT%H:%M:%S"
b03d5eb1   Goutte   Add the last CME ...
91
92
            l1:
                earth: ~
0332f168   Goutte   Initial support f...
93

575e380a   Goutte   Add disabled laye...
94

297a7dfc   Goutte   Add support for i...
95
96
97
98
99
100
101
102
103
104
105
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.
106
107
108
109
110
111
112
113
114
#Comets
#67P		p67_orb_all
#
#Probes
#Maven 		maven_orb_cruise
#Juno		juno_cruise_all
#Exomars		exomars_cruise_all
#Rosetta		ros_orb_cruise

a2a08db2   Goutte   Make sure targets...
115
116
117
118
119
# To add a new target, you must :
#   1. Configure it here
#   2. Create the two related images in `web/static/img/target/`
#
# `slug` is used internally, and should match \[a-z0-9]+\ (NO dashes /!\)
927c69c3   Goutte   Make the local ca...
120
121
# `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...
122
123
# `locked` is for sources that are "coming soon"
# `default` sources are shown to incoming visitors, others need user activation
d729e9cd   Goutte   Cleanup.
124
125
126
# `orbit` holds the orbit configuration data
# `models` holds the configuration data for each model
#          the slugs are ids for AMDA
7d6dee0f   Goutte   Continue refacto ...
127
targets:
a79c5268   Goutte   Add probes and co...
128
129
130
    - type: 'planet'
      slug: 'mercury'
      name: 'Mercury'
b500e561   Goutte   Invert the orbits...
131
      title: 'Mercury'
a21f81d9   Goutte   Enable Venus and ...
132
      orbit:
297a7dfc   Goutte   Add support for i...
133
134
135
136
          models:
              - slug: 'mercury_orb_all'
          semimajor: 0
          semiminor: 0
8644387c   Goutte   Use real data.
137
      models:
297a7dfc   Goutte   Add support for i...
138
139
          l1:
              - slug: 'tao_mercury_sw'
fd1829c3   Goutte   Use the new AMDA API
140
              - slug: 'tao_mercury_swrt'
297a7dfc   Goutte   Add support for i...
141
142
143
144
          sa:
              - slug: 'tao_mercury_sw'
          sb:
              - slug: 'tao_mercury_sw'
b500e561   Goutte   Invert the orbits...
145
      locked: false
a79c5268   Goutte   Add probes and co...
146
147
148
149
      default: true
    - type: 'planet'
      slug: 'venus'
      name: 'Venus'
a21f81d9   Goutte   Enable Venus and ...
150
151
      title: 'Venus'
      orbit:
297a7dfc   Goutte   Add support for i...
152
153
154
155
          models:
              - slug: 'venus_orb_all'
          semimajor: 0.72333199
          semiminor: 0.7233154
8644387c   Goutte   Use real data.
156
      models:
297a7dfc   Goutte   Add support for i...
157
158
          l1:
              - slug: 'tao_venus_sw'
fd1829c3   Goutte   Use the new AMDA API
159
              - slug: 'tao_venus_swrt'
297a7dfc   Goutte   Add support for i...
160
161
162
163
          sa:
              - slug: 'tao_venus_sw'
          sb:
              - slug: 'tao_venus_sw'
a21f81d9   Goutte   Enable Venus and ...
164
      locked: false
a79c5268   Goutte   Add probes and co...
165
166
167
168
      default: true
    - type: 'planet'
      slug: 'earth'
      name: 'Earth'
d1c44c51   Goutte   Enable Earth
169
      title: 'Earth'
a21f81d9   Goutte   Enable Venus and ...
170
      orbit:
297a7dfc   Goutte   Add support for i...
171
          models: [] # Earth has no orbit models, we hard-coded it to (1, 0)
0332f168   Goutte   Initial support f...
172
      # Earth has a LOT of data files, compared to the others.
b500e561   Goutte   Invert the orbits...
173
      models:
297a7dfc   Goutte   Add support for i...
174
175
          l1:
              - slug: 'omni_hour_all'
30acdbdf   Goutte   Re-enable Earth.
176
177
                parameters:
                    pdyn: 'RamP'
297a7dfc   Goutte   Add support for i...
178
              - slug: 'ace_swepam_real'
596da00d   Goutte   Add more exceptio...
179
                # [u'Time', u'Dens', u'Vel', u'Temp', u'flag', u'StartTime', u'StopTime']
297a7dfc   Goutte   Add support for i...
180
181
182
183
                parameters:
                    dens: 'Dens'
                    vtot: 'Vel'
                    temp: 'Temp'
596da00d   Goutte   Add more exceptio...
184
                    #btan: 'Bgsm'  # /!. VECTOR2 (actually, does not exist)
297a7dfc   Goutte   Add support for i...
185
186
          sa:
              - slug: 'omni_hour_all'
596da00d   Goutte   Add more exceptio...
187
188
                parameters:
                    pdyn: 'RamP'
297a7dfc   Goutte   Add support for i...
189
190
191
192
193
194
195
              - slug: 'ace_swepam_real'
                parameters:
                    dens: 'Dens'
                    vtot: 'Vel'
                    temp: 'Temp'
          sb:
              - slug: 'omni_hour_all'
596da00d   Goutte   Add more exceptio...
196
197
                parameters:
                    pdyn: 'RamP'
297a7dfc   Goutte   Add support for i...
198
199
200
201
202
              - slug: 'ace_swepam_real'
                parameters:
                    dens: 'Dens'
                    vtot: 'Vel'
                    temp: 'Temp'
fb461dbf   Goutte   Make Earth Enable...
203
      locked: false
30acdbdf   Goutte   Re-enable Earth.
204
      default: true
a79c5268   Goutte   Add probes and co...
205
206
207
    - type: 'planet'
      slug: 'mars'
      name: 'Mars'
a21f81d9   Goutte   Enable Venus and ...
208
      title: 'Mars'
a21f81d9   Goutte   Enable Venus and ...
209
      orbit:
297a7dfc   Goutte   Add support for i...
210
211
212
213
214
215
216
217
218
219
220
221
222
223
          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 ...
224
      locked: false
a79c5268   Goutte   Add probes and co...
225
226
227
228
229
      default: true
    - type: 'planet'
      slug: 'jupiter'
      name: 'Jupiter'
      title: 'Jupiter'
a21f81d9   Goutte   Enable Venus and ...
230
      orbit:
297a7dfc   Goutte   Add support for i...
231
232
233
234
235
236
237
238
239
240
241
242
243
244
          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...
245
246
247
248
249
      locked: false
      default: true
    - type: 'planet'
      slug: 'saturn'
      name: 'Saturn'
a21f81d9   Goutte   Enable Venus and ...
250
251
      title: 'Saturn'
      orbit:
297a7dfc   Goutte   Add support for i...
252
253
254
255
          models:
              - slug: 'saturn_orb_all'
          semimajor: 9.53707032
          semiminor: 9.5230773
8644387c   Goutte   Use real data.
256
      models:
297a7dfc   Goutte   Add support for i...
257
258
259
260
261
262
          l1:
              - slug: 'tao_sat_sw'
          sa:
              - slug: 'tao_sat_sw'
          sb:
              - slug: 'tao_sat_sw'
a21f81d9   Goutte   Enable Venus and ...
263
      locked: false
a79c5268   Goutte   Add probes and co...
264
      default: true
ea45ebf9   Goutte   Add the mocks of ...
265
266
267
    - type: 'planet'
      slug: 'uranus'
      name: 'Uranus'
d226f791   Goutte   Uranus smells lik...
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
      title: 'Uranus'
      orbit:
          models:
              - slug: 'uranus_orb_all'
          semimajor: 19.19
          semiminor: 19.17
      models:
          l1:
              - slug: 'tao_ura_sw'
              - slug: 'tao_ura_swrt'
          sa:
              - slug: 'tao_ura_sw'
              - slug: 'tao_ura_swrt'
          sb:
              - slug: 'tao_ura_sw'
              - slug: 'tao_ura_swrt'
      locked: false
ea45ebf9   Goutte   Add the mocks of ...
285
286
287
288
      default: false
    - type: 'planet'
      slug: 'neptune'
      name: 'Neptune'
dfc53ac3   Goutte   Enable Neptune.
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
      title: 'Neptune'
      orbit:
          models:
              - slug: 'neptune_orb_all'
          semimajor: 30.06896348
          semiminor: 30.06785516
      models:
          l1:
              - slug: 'tao_nep_sw'
              - slug: 'tao_nep_swrt'
          sa:
              - slug: 'tao_nep_sw'
              - slug: 'tao_nep_swrt'
          sb:
              - slug: 'tao_nep_sw'
              - slug: 'tao_nep_swrt'
      locked: false
ea45ebf9   Goutte   Add the mocks of ...
306
      default: false
a79c5268   Goutte   Add probes and co...
307
308
309
    - type: 'probe'
      slug: 'rosetta'
      name: 'Rosetta'
dc0be992   Goutte   Support having no...
310
      title: 'Rosetta'
a21f81d9   Goutte   Enable Venus and ...
311
      orbit:
297a7dfc   Goutte   Add support for i...
312
313
314
315
316
317
          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'
c9712107   Goutte   Fix Rosetta's orb...
318
319
320
                # 'XYZ_HEE' is not present in http://amda.irap.omp.eu/DDService/BASE/DATA//ORBITS/P67.NEW/P67_2014212000005000.nc.gz
#                parameters:
#                    hee: 'XYZ_HEE'
8644387c   Goutte   Use real data.
321
      models:
297a7dfc   Goutte   Add support for i...
322
323
324
325
326
327
          l1:
              - slug: 'tao_ros_sw'
          sa:
              - slug: 'tao_ros_sw'
          sb:
              - slug: 'tao_ros_sw'
dc0be992   Goutte   Support having no...
328
      locked: false
a79c5268   Goutte   Add probes and co...
329
330
331
332
      default: false
    - type: 'probe'
      slug: 'juno'
      name: 'Juno'
1324cc91   Goutte   Make the footer i...
333
      title: 'Juno'
a21f81d9   Goutte   Enable Venus and ...
334
      orbit:
297a7dfc   Goutte   Add support for i...
335
336
337
338
339
          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.
340
      models:
297a7dfc   Goutte   Add support for i...
341
342
343
344
345
346
          l1:
              - slug: 'tao_juno_sw'
          sa:
              - slug: 'tao_juno_sw'
          sb:
              - slug: 'tao_juno_sw'
dc0be992   Goutte   Support having no...
347
      locked: false
a79c5268   Goutte   Add probes and co...
348
349
      default: false
    - type: 'comet'
927c69c3   Goutte   Make the local ca...
350
      slug: 'p67'
80352490   Goutte   Multi model suppo...
351
352
      name: 'Churyumov-Gerasimenko'
      title: 'Churyumov-Gerasimenko (coming soon)'
a21f81d9   Goutte   Enable Venus and ...
353
      orbit:
297a7dfc   Goutte   Add support for i...
354
355
356
357
          models:
            - slug: 'p67_orb_all'
              parameters:
                  hee: 'XYZ_HEE'
fb383448   Goutte   Implement the cac...
358
      models:
297a7dfc   Goutte   Add support for i...
359
360
361
362
363
364
          l1:
              - slug: 'tao_p67_sw'  # fixme
          sa:
              - slug: 'tao_p67_sw'  # fixme
          sb:
              - slug: 'tao_p67_sw'  # fixme
a79c5268   Goutte   Add probes and co...
365
366
367
368
      locked: true
      default: false


6060b797   Goutte   Add config sample...
369
370
371
372
373
374
375
376
# 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