config.yml 8.76 KB
# 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: Heliopropa ⋅ Solar System Weather
    keywords:
        - science
        - cdpp
        - europlanet
        - space
        - weather
    # Will be shown by search engines below the title of the page.
    # 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.

# 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/"



# 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: Code Reviewer
      mail: myriam.bouchemit@irap.omp.eu
    - name: Nicolas André
      role: Project Lead
      mail: nicolas.andre@irap.omp.eu
    - name: Vincent Génot
      role: Project Coordinator
      mail: vincent.genot@irap.omp.eu


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

layers:
    - slug: "jupiterthermospheremodel"
      name: "Jupiter Thermo."
      desc: "Jupiter Thermosphere Model"
    - slug: "hstjupiterobservations"
      name: "HST Jupiter"
      desc: "Hubble Space Telescope Jupiter Observations"
    - slug: "hstsaturnobservations"
      name: "HST Saturn"
      desc: "Hubble Space Telescope Saturn Observations"
    - slug: "cmecatalogs"
      name: "CME Catalogs"
      desc: "Coronal Mass Ejection Catalogs"

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."

#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

# 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 /!\)
# `name` is displayed in the time series (should be short)
# `title` appears on mouse hover, and can be longer
# `locked` is for sources that are "coming soon"
# `default` sources are shown to incoming visitors, others need user activation
# `orbit` holds the orbit configuration data
# `models` holds the configuration data for each model
#          the slugs are ids for AMDA
targets:
    - type: 'planet'
      slug: 'mercury'
      name: 'Mercury'
      title: 'Mercury'
      orbit:
          models:
              - slug: 'mercury_orb_all'
          semimajor: 0
          semiminor: 0
      models:
          l1:
              - slug: 'tao_mercury_sw'
          sa:
              - slug: 'tao_mercury_sw'
          sb:
              - slug: 'tao_mercury_sw'
      locked: false
      default: true
    - type: 'planet'
      slug: 'venus'
      name: 'Venus'
      title: 'Venus'
      orbit:
          models:
              - slug: 'venus_orb_all'
          semimajor: 0.72333199
          semiminor: 0.7233154
      models:
          l1:
              - slug: 'tao_venus_sw'
          sa:
              - slug: 'tao_venus_sw'
          sb:
              - slug: 'tao_venus_sw'
      locked: false
      default: true
    - type: 'planet'
      slug: 'earth'
      name: 'Earth'
      title: 'Earth'
      orbit:
          models: [] # Earth has no orbit models, we hard-coded it to (1, 0)
      models:
          l1:
              - slug: 'omni_hour_all'
                parameters:
                    pdyn: 'RamP'
#                    btan: ''
              - slug: 'ace_swepam_real'
                parameters:
                    dens: 'Dens'
                    vtot: 'Vel'
                    temp: 'Temp'
                    btan: 'Bgsm'  # /!. VECTOR2
          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'
      # Earth has a LOT of data files, compared to the others.
      locked: false
      default: true
    - type: 'planet'
      slug: 'mars'
      name: 'Mars'
      title: 'Mars'
      orbit:
          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'
      locked: false
      default: true
    - type: 'planet'
      slug: 'jupiter'
      name: 'Jupiter'
      title: 'Jupiter'
      orbit:
          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'
      locked: false
      default: true
    - type: 'planet'
      slug: 'saturn'
      name: 'Saturn'
      title: 'Saturn'
      orbit:
          models:
              - slug: 'saturn_orb_all'
          semimajor: 9.53707032
          semiminor: 9.5230773
      models:
          l1:
              - slug: 'tao_sat_sw'
          sa:
              - slug: 'tao_sat_sw'
          sb:
              - slug: 'tao_sat_sw'
      locked: false
      default: true
    - 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
    - type: 'probe'
      slug: 'rosetta'
      name: 'Rosetta'
      title: 'Rosetta'
      orbit:
          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'
      models:
          l1:
              - slug: 'tao_ros_sw'
          sa:
              - slug: 'tao_ros_sw'
          sb:
              - slug: 'tao_ros_sw'
      locked: false
      default: false
    - type: 'probe'
      slug: 'juno'
      name: 'Juno'
      title: 'Juno'
      orbit:
          models:
              - slug: 'juno_cruise_all'
                stopped_at: '2016-07-05T03:53:00'
              - slug: 'jupiter_orb_all'
                started_at: '2016-07-05T03:53:00'
      models:
          l1:
              - slug: 'tao_juno_sw'
          sa:
              - slug: 'tao_juno_sw'
          sb:
              - slug: 'tao_juno_sw'
      locked: false
      default: false
    - type: 'comet'
      slug: 'p67'
      name: 'Churyumov-Gerasimenko'
      title: 'Churyumov-Gerasimenko (coming soon)'
      orbit:
          models:
            - slug: 'p67_orb_all'
              parameters:
                  hee: 'XYZ_HEE'
      models:
          l1:
              - slug: 'tao_p67_sw'  # fixme
          sa:
              - slug: 'tao_p67_sw'  # fixme
          sb:
              - slug: 'tao_p67_sw'  # fixme
      locked: true
      default: false


# 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