Difference between revisions of "CSEP1 Status"

From SCECpedia
Jump to navigationJump to search
Line 1: Line 1:
 
== Introduction ==
 
== Introduction ==
Here lies the beginning of a document intended to layout our plans for code developments related to updating the CSEP1 framework to allow for concurrent reprocessing of forecast models.
+
Retrospective experiments of earthquake forecasts represent an important feature of the CSEP software infrastructure. They provide significant insight into the performance of earthquake forecasting models and allow scientists to evaluate the performance of forecasts on historic earthquake sequences. The CSEP1 system is designed to support retrospective forecast experiments. However, operate in serial; meaning that processing capabilities must happen sequentially. This sequential behavior is enforced within CSEP using locks that are placed on active directories during computation. The locks are used to prevent data contamination, and to prevent overwriting data by a different process.

Revision as of 23:10, 15 March 2018

Introduction

Retrospective experiments of earthquake forecasts represent an important feature of the CSEP software infrastructure. They provide significant insight into the performance of earthquake forecasting models and allow scientists to evaluate the performance of forecasts on historic earthquake sequences. The CSEP1 system is designed to support retrospective forecast experiments. However, operate in serial; meaning that processing capabilities must happen sequentially. This sequential behavior is enforced within CSEP using locks that are placed on active directories during computation. The locks are used to prevent data contamination, and to prevent overwriting data by a different process.