Commit 6060b7979e1a1ea11a551e7cf7186dd29749725d

Authored by Goutte
1 parent b550c2b0

Add config sample for database API.

Showing 1 changed file with 15 additions and 0 deletions   Show diff stats
config.yml
... ... @@ -35,3 +35,18 @@ authors:
35 35 role: Project Coordinator
36 36 mail: vincent.genot@irap.omp.eu
37 37  
  38 +# Tao Model OMNI_input
  39 +#Rosetta tao_ros_sw 2014-01-01T00:00 2017-01-21T00:00
  40 +#Juno cruise tao_juno_sw 2012-01-01T00:00 2016-11-02T22:00
  41 +#Mercury tao_mercury_sw 1990-01-01T01:00 2017-02-19T00:00
  42 +#Venus tao_venus_sw 1990-01-01T01:00 2017-02-19T00:00
  43 +#Mars tao_mars_sw 1990-01-01T01:00 2017-02-19T00:00
  44 +#Jupiter tao_jup_sw 1990-01-01T01:00 2017-02-19T00:00
  45 +#Saturn tao_sat_sw 1990-01-01T01:30 2017-02-19T00:00
  46 +
  47 +models:
  48 + jupiter:
  49 + name: Jupiter
  50 + model: tao_jup_sw
  51 + started_at: "1990-01-01T01:30:00"
  52 + stopped_at: "2017-02-19T00:00:00"
... ...