Skip to content

Commit af192ce

Browse files
author
cmoestl
committed
added predstorm_l1_input
1 parent 37c3cdb commit af192ce

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

predstorm_l1_input.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# PREDSTORM L1 input parameters file
2+
# ----------------------------------
3+
4+
# If True, show interpolated data points on the DSCOVR input plot
5+
showinterpolated = True
6+
7+
# Time interval for both the observed and predicted windDelta T (hours), start with 24 hours here (covers 1 night of aurora)
8+
deltat = 24
9+
10+
# Time range of training data (in example 4 solar minimum years as training data for 2018)
11+
trainstart = '2006-Jan-01 00:00'
12+
trainend = '2010-Jan-01 00:00'

0 commit comments

Comments
 (0)