I suspect that your hyp2000 config is missing something for your network. The easiest troubleshooting path would be to get a sample eq from your system and run it through hypoinverse manually, using the same config as your real-time modules but creating a
hypoinverse .prt file (which is a kind of mini-log of each location attempt). Steps to Md troubleshooting:
1. Read the hypoinverse manual with regard to Md computation and configuration
2. Run hyp2000 in interactive mode with one of your eqs that you think should have an Md
a. run eqcoda with this command in config: LogArcMsg 1
This will have eqcoda write its output .arc msg (input to hyp2000_mgr) to its log.
b. clip one .arc msg from the eqcoda log and write it to a flat file in EW_PARAMS dir : myinput.arc
A complete .arc file from eqcoda will look something like this (not inluding ----------- lines):
-----------
202312260026566738N4886122W4665 773 6132 1 1 208318
2
$1
SQK BG DPZ PD0202312260026 5817 2 5 W --
$ 2 2.84 1.80 2.75 1.62 0.40 NSX2 -5 PHP0 588 1 285 3 96 5 42 0 0 0 0 0 0
HVC BG DPZ P 0202312260026 5825 2 3 W --
$ 1 2.57 1.80 0.0099.00 0.00 PSN2 3 PHP0 601 1 163 3 52 0 0 0 0 0 0 0 0
GDXB NC HHZ PU2202312260026 5828 2 3 W --
$ 1 2.86 1.80 0.0099.00 0.00 PSN2 3 PHP0 181 1 176 3 101 0 0 0 0 0 0 0 0
SB4 BG DPZ PD0202312260026 5837 2 3 W --
$ 1 2.70 1.80 0.0099.00 0.00 PSN2 3 PHP0 604 1 180 3 70 0 0 0 0 0 0 0 0
TCH BG DPZ P 2202312260026 5841 1 5 W --
$ 2 3.04 1.80 2.88 1.45 0.40 PSN1 5 PHP0 98 1 83 3 153 5 73 0 0 0 0 0 0
MCL BG DPZ PD0202312260026 5852 2 3 W --
$ 1 2.55 1.80 0.0099.00 0.00 PSN2 3 PHP0 732 1 145 3 49 0 0 0 0 0 0 0 0
208318
$ 208318
-----------
c. starting in your EW_PARAMS dir, run hypoinverse interactively (yellow highlights are what you type):
UnixPrompt#
hyp2000
COMMAND?
@your-hypoinverse-startup-file.hyp
... response from hypo2000 ...
COMMAND?
phs
PHASE FILENAME
[CR = ]?
myinput.arc
COMMAND?
arc
ARCHIVE FILE (NONE FOR NONE)
[CR = ]?
myoutput.arc
COMMAND?
prt
PRINTOUT FILE (NONE FOR NONE)
[CR = ]?
myoutput.prt
COMMAND?
loc
... response from hypo2000 ...
COMMAND? stop
You may get valuable info at the @ .hyp step (notice of config problems), or the loc step (trouble locating eq). Finally, the .prt file is a human-readable
(by hypoinverse standards) report of the location and magnitude computation from hypoinverse. There you may find more clues about what's going on.