Commit 134edc25cc995ccca381dd4339eb6383534ead89
1 parent
26a2464f
Exists in
rhitier-dev
Fix sta/stb parameters for earth
Showing
1 changed file
with
15 additions
and
13 deletions
Show diff stats
config.yml
@@ -286,7 +286,7 @@ targets: | @@ -286,7 +286,7 @@ targets: | ||
286 | - slug: 'omni-hour-all' | 286 | - slug: 'omni-hour-all' |
287 | parameters: | 287 | parameters: |
288 | pdyn: 'omni_sw_ram' | 288 | pdyn: 'omni_sw_ram' |
289 | -# xy_b: 'omni_imf' | 289 | + # xy_b: 'omni_imf' |
290 | - slug: 'ace-swepam-real-1h' | 290 | - slug: 'ace-swepam-real-1h' |
291 | parameters: | 291 | parameters: |
292 | vtot: 'sw_v_real' | 292 | vtot: 'sw_v_real' |
@@ -297,23 +297,25 @@ targets: | @@ -297,23 +297,25 @@ targets: | ||
297 | #atse: '' | 297 | #atse: '' |
298 | #btan: 'Bgsm' # /!. VECTOR2 (actually, does not exist) | 298 | #btan: 'Bgsm' # /!. VECTOR2 (actually, does not exist) |
299 | sa: | 299 | sa: |
300 | - - slug: 'omni_hour_all' | 300 | + - slug: 'omni-hour-all' |
301 | parameters: | 301 | parameters: |
302 | - pdyn: 'RamP' | ||
303 | - - slug: 'ace_swepam_real_1h' | 302 | + pdyn: 'omni_sw_ram' |
303 | + - slug: 'ace-swepam-real-1h' | ||
304 | parameters: | 304 | parameters: |
305 | - dens: 'Dens' | ||
306 | - vtot: 'Vel' | ||
307 | - temp: 'Temp' | 305 | + vtot: 'sw_v_real' |
306 | + temp: 'sw_n_real' | ||
307 | + dens: 'sw_t_real' | ||
308 | + xy_b: 'imf_real_gse' | ||
308 | sb: | 309 | sb: |
309 | - - slug: 'omni_hour_all' | 310 | + - slug: 'omni-hour-all' |
310 | parameters: | 311 | parameters: |
311 | - pdyn: 'RamP' | ||
312 | - - slug: 'ace_swepam_real_1h' | 312 | + pdyn: 'omni_sw_ram' |
313 | + - slug: 'ace-swepam-real-1h' | ||
313 | parameters: | 314 | parameters: |
314 | - dens: 'Dens' | ||
315 | - vtot: 'Vel' | ||
316 | - temp: 'Temp' | 315 | + vtot: 'sw_v_real' |
316 | + temp: 'sw_n_real' | ||
317 | + dens: 'sw_t_real' | ||
318 | + xy_b: 'imf_real_gse' | ||
317 | locked: false | 319 | locked: false |
318 | default: true | 320 | default: true |
319 | - type: 'planet' | 321 | - type: 'planet' |