Skip to content

Commit

Permalink
test: Add missing starting particle locations file
Browse files Browse the repository at this point in the history
  • Loading branch information
adigitoleo committed Jul 26, 2023
1 parent be59c29 commit ebadc64
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/pydrex/data/specs/start.scsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
# Example initial particle locations.
schema:
delimiter: ','
missing: '-'
fields:
- name: X
type: float
fill: NaN
unit: "km"
- name: Y
type: float
fill: NaN
unit: "km"
- name: Z
type: float
fill: NaN
unit: "km"
---
X, Y, Z
0, 0, 0
0, 0, 0
0.5,0.5,0.5

0 comments on commit ebadc64

Please sign in to comment.