Commit 3d797ac4480c29155e2f36e20834d81f8d090d8d

Authored by hitier
1 parent 4a4a7d01
Exists in rhitier-dev

Add 3 input data configuration

Showing 1 changed file with 74 additions and 2 deletions   Show diff stats
config.yml-dist
... ... @@ -109,8 +109,8 @@ inputs:
109 109 name: "ACE-RT"
110 110 desc: "ACE Real ime"
111 111 - slug: "dsc"
112   - name: "DISCOVR"
113   - desc: "DISCOVR"
  112 + name: "DISCOVER"
  113 + desc: "DISCOVER"
114 114 - slug: "solo"
115 115 name: "SOLAR-O"
116 116 desc: "Solar Orbiter"
... ... @@ -144,6 +144,78 @@ inputs:
144 144 # the slugs are ids for AMDA
145 145 targets:
146 146  
  147 + - type: 'input'
  148 + slug: 'om'
  149 + name: 'OMNI'
  150 + title: 'Omni'
  151 + orbit:
  152 + models:
  153 + - slug: 'mercury-orb-all'
  154 + parameters:
  155 + xy_hee: 'xyz_mercury_hee'
  156 + models:
  157 + om:
  158 + - slug: 'omni-hour-all'
  159 + parameters:
  160 + dens: 'omni_sw_n'
  161 + vtot: 'omni_sw_v'
  162 + temp: 'omni_sw_t'
  163 + pdyn: 'omni_sw_ram'
  164 + xy_b: 'omni_imf'
  165 + #atse: ''
  166 + locked: false
  167 + default: false
  168 +
  169 + - type: 'input'
  170 + slug: 'art'
  171 + name: 'ACE REAL TIME'
  172 + title: 'Ace RT'
  173 + orbit:
  174 + models:
  175 + - slug: 'mercury-orb-all'
  176 + parameters:
  177 + xy_hee: 'xyz_mercury_hee'
  178 + models:
  179 + art:
  180 + - slug: 'ace-swepam-real'
  181 + parameters:
  182 + dens: 'sw_n_real'
  183 + vtot: 'sw_v_real'
  184 + temp: 'sw_t_real'
  185 + pdyn: 'sw_pdyn_real'
  186 + #btan: ''
  187 + #brad: ''
  188 + #atse: ''
  189 + locked: false
  190 + default: false
  191 +
  192 + - type: 'input'
  193 + slug: 'dsc'
  194 + name: 'DISCOVER'
  195 + title: 'Discover'
  196 + orbit:
  197 + models:
  198 + - slug: 'mercury-orb-all'
  199 + parameters:
  200 + xy_hee: 'xyz_mercury_hee'
  201 + models:
  202 + dsc:
  203 + - slug: 'dsc-fc-1m'
  204 + parameters:
  205 + dens: 'dsc_npr'
  206 + vtot: 'dsc_vpr'
  207 + temp: 'dsc_tpr'
  208 + pdyn: 'dsc_pdyn'
  209 + - slug: 'dsc-mag-1m'
  210 + parameters:
  211 + xy_b: 'dsc_b_gse'
  212 + #btan: 'mercury_sw_b'
  213 + #brad: 'mercury_sw_bx'
  214 + #atse: 'mercury_sw_da'
  215 + locked: false
  216 + default: false
  217 +
  218 +
147 219 - type: 'planet'
148 220 slug: 'mercury'
149 221 name: 'Mercury'
... ...