Commit 30acdbdf98d8871e61bd84689059b775600c2fa0
1 parent
4aaf6874
Exists in
master
and in
2 other branches
Re-enable Earth.
Showing
1 changed file
with
6 additions
and
2 deletions
Show diff stats
config.yml
... | ... | @@ -147,11 +147,15 @@ targets: |
147 | 147 | models: |
148 | 148 | l1: |
149 | 149 | - slug: 'omni_hour_all' |
150 | + parameters: | |
151 | + pdyn: 'RamP' | |
152 | +# btan: '' | |
150 | 153 | - slug: 'ace_swepam_real' |
151 | 154 | parameters: |
152 | 155 | dens: 'Dens' |
153 | 156 | vtot: 'Vel' |
154 | 157 | temp: 'Temp' |
158 | + btan: 'Bgsm' # /!. VECTOR2 | |
155 | 159 | sa: |
156 | 160 | - slug: 'omni_hour_all' |
157 | 161 | - slug: 'ace_swepam_real' |
... | ... | @@ -167,8 +171,8 @@ targets: |
167 | 171 | vtot: 'Vel' |
168 | 172 | temp: 'Temp' |
169 | 173 | # Earth has a LOT of data files, compared to the others. |
170 | - locked: true | |
171 | - default: false | |
174 | + locked: false | |
175 | + default: true | |
172 | 176 | - type: 'planet' |
173 | 177 | slug: 'mars' |
174 | 178 | name: 'Mars' | ... | ... |