Changes between Version 4 and Version 5 of UCERF3TimeDepRateExtractor


Ignore:
Timestamp:
Jun 5, 2015, 11:55:01 AM (9 years ago)
Author:
Kevin Milner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UCERF3TimeDepRateExtractor

    v4 v5  
    11This is a command line utility for extracting time dependent probabilities and equivalent annualized rates from a UCERF3 Fault System Solution.
    22
    3 NOTE: This is only applicable to UCERF3 single branch or branch averaged solutions. It is '''not applicable to any "true mean" solutions''' which include alternative geometries for the same faults. Older versions of the branch averaged solutions files do not contain the necessary date of last event data built in and replacements should be downloaded from [wiki:UCERF3FaultSystemSolutions#BranchAveragedSolution]
     3NOTE: This is only applicable to UCERF3 single branch or branch averaged solutions. It is '''not applicable to any "true mean" solutions''' which include alternative geometries for the same faults. Older versions of the branch averaged solutions files do not contain the necessary date of last event data built in and replacements should be downloaded from [wiki:UCERF3FaultSystemSolutions#BranchAveragedSolution]. An error message will be displayed and the program will exit if one of these older files is used.
    44
    55WARNING: This is provided as a service and is not exhaustively tested. No warranty is expressed or implied and by downloading this software you agree to the [http://opensha.org/license OpenSHA license/disclaimer].
    66
    7 TODO: download instructions
     7[http://opensha.usc.edu/apps/opensha/UCERF3_TD_Extract/UCERF3_TD_Extract-1.3.1-10997-2015_06_05.jar Download Here]
    88
    99Command Line Arguments:
     
    2626
    2727{{{
    28 java -jar TimeDepRateExtractor.jar --duration 5 --start-year 2014 --solution /path/to/sol.zip --hist-open-interval-basis 1875 --prob-model  U3_PREF_BLEND,POISSON,BPT_LOW,BPT_MID,BPT_HIGH --output-file /path/to/output.csv
     28java -jar ProbDist-1.2.3-10437-2013_11_16.jar --duration 5 --start-year 2014 --solution /path/to/sol.zip --hist-open-interval-basis 1875 --prob-model  U3_PREF_BLEND,POISSON,BPT_LOW,BPT_MID,BPT_HIGH --output-file /path/to/output.csv
    2929}}}
     30
     31If 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.