Blame view

config.yml 1.68 KB
9390ec89   Goutte   Initial experimen...
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
# 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:
    title: Space Weather
    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.


# 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
      role: Server Maintenance
      mail: myriam.bouchemit@irap.omp.eu
    - name: Mikel Indurain
      role: Simulation Software
      mail: mindurain@irap.omp.eu
    - name: Nicolas André
      role: Project Lead
      mail: nicolas.andre@irap.omp.eu
    - name: Vincent Genot
      role: Project Coordinator
      mail: vincent.genot@irap.omp.eu

6060b797   Goutte   Add config sample...
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# 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

models:
    jupiter:
        name: Jupiter
        model: tao_jup_sw
        started_at: "1990-01-01T01:30:00"
        stopped_at: "2017-02-19T00:00:00"