Changes between Version 6 and Version 7 of UCERF3 Figure Reproducibility


Ignore:
Timestamp:
Oct 31, 2014, 2:26:07 PM (10 years ago)
Author:
Kevin Milner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UCERF3 Figure Reproducibility

    v6 v7  
    7171#SBATCH -p normal
    7272
    73 # this is the directory where we are running
     73# this is the directory where we are running. It just also contain all necessary OpenSHA jar files
    7474RUN_NAME="2013_05_10-ucerf3p3-production-10runs"
    7575COMPOUND_DIR="/work/00950/kevinm/ucerf3/inversion/compound_plots/${RUN_NAME}"
     
    122122exit $ret
    123123}}}
     124
     125Map based plots will be output in an xml file format that can then be converted to a map. This is because the compute nodes which generate the map data often cannot communicate to the external OpenSHA server which does the plotting. The maps can be generated later by running this command, with the xml output file[s] as arguments:
     126
     127{{{
     128java -Xmx8G -cp ${DIR}/OpenSHA_complete.jar:${DIR}/commons-cli-1.2.jar scratch.UCERF3.analysis.CompoundFSSPlots <xml-files>
     129}}}