Skip to content

Commit

Permalink
Forgot to add some example config files for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mgalloy committed Apr 23, 2019
1 parent 73176ef commit 0b53367
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/epochs_format.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[20180101]
cal_version : 1

[20180101.080000]
cal_version : 2

[20180102.080000]

[20180103]
cal_version : 3
14 changes: 14 additions & 0 deletions data/epochs_interp.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[DEFAULT]
root_dir : /export/data1/Data

[2018-01-01]
cal_version : 1
dist_filename : %(root_dir)s/dist-1.ncdf

[2018-01-01 08:00:00]
cal_version : 2

[2018-01-02 08:00:00]

[2018-01-03]
cal_version : 3

0 comments on commit 0b53367

Please sign in to comment.