Changes between Version 9 and Version 10 of UCERF3TimeDepRateExtractor


Ignore:
Timestamp:
Jun 5, 2015, 12:11:04 PM (9 years ago)
Author:
Kevin Milner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UCERF3TimeDepRateExtractor

    v9 v10  
    2323
    2424
    25 Examples:
     25'''Examples:'''
    2626
    2727To create a CSV file with probabilities and equivalent annualized rates for for each probability model and a 5 year duration:
     
    3232
    3333If you see any error messages that mention java heap space such as an "OutOfMemoryError" then re-run the command with the -Xmx<MEMORY>G option directly after "java" above, replacing <MEMORY> with the amount of memory in gigabytes that is needed. "-Xmx4G" should be more than adequate if you run into problems.
     34
     35'''Output:'''
     36
     37The default output is in CSV format. A truncated example is shown below:
     38
     39||FSS Index||FSS Rate (1/yr)||U3_PREF_BLEND 5yr Prob||U3_PREF_BLEND Equiv Annual Rate (1/yr)||POISSON 5yr Prob||POISSON Equiv Annual Rate (1/yr)||BPT_LOW 5yr Prob||BPT_LOW Equiv Annual Rate (1/yr)||BPT_MID 5yr Prob||BPT_MID Equiv Annual Rate (1/yr)||BPT_HIGH 5yr Prob||BPT_HIGH Equiv Annual Rate (1/yr)
     400||3.467132332031594E-5||1.793458612422435E-4||3.58723891268711E-5||1.7334159121162873E-4||3.4671323320325144E-5||1.8084313326254846E-4||3.6171897470727085E-5||1.8084313408651135E-4||3.61718976355584E-5||1.80843236536894E-4||3.617191812934087E-5
     411||1.581459767253252E-5||8.183057338995742E-5||1.6366784338797184E-5||7.906986217631751E-5||1.581459767253246E-5||8.25199517800363E-5||1.6504671347706292E-5||8.251995215616269E-5||1.650467142294121E-5||8.251999892318725E-5||1.6504680777120057E-5
     422||1.1240237590986677E-5||5.818032401879599E-5||1.1636403311906143E-5||5.619960869773788E-5||1.1240237590983228E-5||5.8675107934387735E-5||1.1735365877163924E-5||5.867510793443612E-5||1.173536587718613E-5||5.8675108201986965E-5||1.1735365930702019E-5||
     43
     44Alternatively, if the "--binary" flag is supplied, the only equivalent annualized rates will be output in the [wiki:FaultSystemSolution#Doublearraybinaryfile Double Array Binary File Format]. If multiple probability models are supplied, individual files will be output with the probability model name appended.