sot / starcheck

BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Add a run_start_time and change initial state determination per #319 #329

Closed jeanconn closed 5 years ago

jeanconn commented 5 years ago

Add a run_start_time for regression and change the determination of the reference / initial / seed state with temperature. The previous code used a state at least 3 days before backstop tstart and at least one hour before the last available telemetry. The new code uses a state within 1400 seconds of the end of available telemetry (where the available telemetry is limited by either real availability, backstop tstart, or the new 'run_start_time' option).

jeanconn commented 5 years ago

I think I've addressed all comments. The only execution difference was using a ValueError instead of TypeError as noted.