|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensha.sha.earthquake.AbstractERF
org.opensha.sha.earthquake.rupForecastImpl.WGCEP_UCERF_2_Final.MeanUCERF2.MeanUCERF2
public class MeanUCERF2
This was checked to make sure this is equal to the mean of what is returned from the UCERF2 Epistemic List.
| Fields inherited from class org.opensha.sha.earthquake.AbstractERF |
|---|
adjustableParams, parameterChangeFlag, timeSpan, XML_METADATA_NAME |
| Constructor Summary | |
|---|---|
MeanUCERF2()
No argument constructor |
|
| Method Summary | |
|---|---|
IncrementalMagFreqDist |
getB_FaultMFD()
This includes the time dependence (if applied) |
protected int |
getFloaterType()
Get the Types of floaters desired |
String |
getName()
Return the name for this class |
int |
getNumSources()
Get the number of earthquake sources |
ProbEqkSource |
getSource(int iSource)
Returns the ith earthquake source |
ArrayList<ProbEqkSource> |
getSourceList()
Get the list of all earthquake sources. |
IncrementalMagFreqDist |
getTotalMFD()
This includes the time dependence (if applied) |
static void |
main(String[] args)
|
protected void |
mkNonCA_B_FaultSources()
Make Non-CA B-Faults Sources |
void |
parameterChange(ParameterChangeEvent event)
This is the main function of this interface. |
void |
setParamDefaults()
|
void |
timeSpanChange(EventObject event)
Function that must be implemented by all Timespan Listeners for ParameterChangeEvents. |
protected void |
updateFaultSources()
|
void |
updateForecast()
This method tells the forecast that the user is done setting parameters and that it can now prepare itself for use. |
protected void |
updateGridSources()
|
void |
writeB_FaultMgt67probs()
|
void |
writeFaultSourceSurfaceOutlines()
|
| Methods inherited from class org.opensha.sha.earthquake.AbstractERF |
|---|
baseERF_FromXML, baseERF_ToXML, compareTo, drawRandomEventSet, fromXMLMetadata, getAdjustableParameterList, getApplicableRegion, getIncludedTectonicRegionTypes, getNumRuptures, getParameter, getRupture, getRuptureClone, getSourceClone, getTimeSpan, iterator, setParameter, setParameterChangeFlag, setTimeSpan, toXMLMetadata, updateAndSaveForecast |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static String C
protected boolean D
public static final String NAME
protected SummedMagFreqDist bFaultSummedMFD
protected SummedMagFreqDist aFaultSummedMFD
protected IncrementalMagFreqDist totBackgroundMFD
protected IncrementalMagFreqDist cZoneSummedMFD
protected IncrementalMagFreqDist nonCA_B_FaultsSummedMFD
public static final String BACK_SEIS_INFO
protected StringParameter backSeisParam
protected StringParameter backSeisRupParam
public static final String RUP_OFFSET_PARAM_NAME
protected Double DEFAULT_RUP_OFFSET_VAL
protected static final String RUP_OFFSET_PARAM_UNITS
protected static final String RUP_OFFSET_PARAM_INFO
public static final double RUP_OFFSET_PARAM_MIN
public static final double RUP_OFFSET_PARAM_MAX
protected DoubleParameter rupOffsetParam
protected StringParameter floaterTypeParam
public static final String CYBERSHAKE_DDW_CORR_PARAM_NAME
public static final Boolean CYBERSHAKE_DDW_CORR_PARAM_DEFAULT
protected static final String CYBERSHAKE_DDW_CORR_PARAM_INFO
protected BooleanParameter cybershakeDDW_CorrParam
public static final String PROB_MODEL_WGCEP_PREF_BLEND
public static final String PROB_MODEL_DEFAULT
protected StringParameter probModelParam
protected static final double DURATION_DEFAULT
protected static final double DURATION_MIN
protected static final double DURATION_MAX
protected static final int START_TIME_DEFAULT
protected static final int START_TIME_MIN
protected static final int START_TIME_MAX
protected CaliforniaRegions.RELM_GRIDDED region
protected EmpiricalModel empiricalModel
protected ArrayList<UnsegmentedSource> bFaultSources
protected ArrayList<UnsegmentedSource> aFaultUnsegmentedSources
protected ArrayList<FaultRuptureSource> aFaultSegmentedSources
protected ArrayList<ProbEqkSource> nonCA_bFaultSources
protected ArrayList<ProbEqkSource> allSources
protected ArrayList<String> aFaultsBranchParamNames
protected ArrayList<ParamOptions> aFaultsBranchParamValues
protected int lastParamIndex
protected HashMap<String,SummedMagFreqDist> sourceMFDMapping
protected HashMap<String,Double> sourceRakeMapping
protected HashMap<String,UCERF2_Final_StirlingGriddedSurface> sourceGriddedSurfaceMapping
protected NSHMP_GridSourceGenerator nshmp_gridSrcGen
protected UCERF2 ucerf2
protected DeformationModelSummaryFinal defModelSummaryFinal
protected NonCA_FaultsFetcher nonCA_B_Faultsfetcher
protected boolean calcSummedMFDs
protected static final String A_FAULTS_POISS_FILENAME
protected static final String A_FAULTS_EMPIRICAL_FILENAME
| Constructor Detail |
|---|
public MeanUCERF2()
| Method Detail |
|---|
public void setParamDefaults()
public ProbEqkSource getSource(int iSource)
iSource - : index of the source needed
idxpublic int getNumSources()
public ArrayList<ProbEqkSource> getSourceList()
getSourceList in interface ERFgetSourceList in class AbstractERFpublic String getName()
public IncrementalMagFreqDist getTotalMFD()
public void updateForecast()
BaseERF
protected void updateFaultSources()
protected void updateGridSources()
protected int getFloaterType()
floaterType - - FULL_DDW_FLOATER (0) = only along strike ( rupture full DDW);
STRIKE_AND_DOWNDIP_FLOATER (1) = float along strike and down dip;
CENTERED_DOWNDIP_FLOATER (2) = float along strike & centered down dip
protected void mkNonCA_B_FaultSources()
public void parameterChange(ParameterChangeEvent event)
parameterChange in interface ParameterChangeListenerparameterChange in class AbstractERFevent - public void timeSpanChange(EventObject event)
AbstractERF
timeSpanChange in interface TimeSpanChangeListenertimeSpanChange in class AbstractERFevent - The Event which triggered this function callpublic void writeB_FaultMgt67probs()
public void writeFaultSourceSurfaceOutlines()
public IncrementalMagFreqDist getB_FaultMFD()
public static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||