<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">Hi Zehra,<DIV><BR class="khtml-block-placeholder"></DIV><DIV>On your second question -- there are some issues in getting to the lists from outside the gps domain. We are going to move shake-dev to a USGS site fairly soon, so you should have easier access (as well as searchable archives). Have you tried this URL:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><A href="http://scsnmail.gps.caltech.edu/mailman/listinfo/shake-dev">http://scsnmail.gps.caltech.edu/mailman/listinfo/shake-dev</A></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>I don't know if that will work better for you. I am inside the domain, so I see it all just fine.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>On your primary problem, your first error is:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">GMT Fatal Error: Error seeking past header file /home/ozden/Desktop/SHAKEMAP/shake_home/bin/../data/9583161/output/mmi.grd!</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Which tells me that the .grd files are probably not being created properly. Have a look at that file and see how big it is. You can also use 'grdinfo' to examine the contents -- but remember to append '=1' to the filename so grdinfo can read it (i.e., 'grdinfo mmi.grd=1'). If it gags, 'grind' isn't writing the file correctly. If nx * ny * 4 isn't within a couple of dozen bytes of the file size, there is some other problem.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Check your 'include/macros' file -- your 'ARCHITECTURE' macro should be set to 'CISC'. If it isn't, you'll need to change it and run "make all" in the shakemap home directory again. Then make sure that the '$architecture' variable in lib/ShakeConfig.pm is set to the proper thing. If it isn't, delete the file and run 'make all' again.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Bruce</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><DIV><DIV>On Feb 15, 2007, at 5:11 AM, zehra cagnan wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite">Hi Bruce<BR>I followed the shakemap manual and installed GMT version 3.4 thinking that installing GMT version 4.1 would create problems.<BR>Thank you very much for the help you provided. I solved the problem below. I uncommented certain lines within mapping as they were applicable to verion 4.1 of GMT.<BR><BR>The grind module seems to work with no problems but I am still experiencing problems with the mapping module. I am getting the error message below. Somehow mapping does not create the tmpmmi.grd file. I am seeing the mmi.grd file under the data/mapping directory but tmpmmi.grd file is not being created.<BR><BR>Some of the files I need to complete regional configuration is not ready yet so I am using california data and trying to do a test run just to understand the program better. <BR>I commented out certain parts within shake.conf so that only grind,tag,mapping,genex modules will be called in the order I wrote above.<BR><BR>My second question is regarding the shakemap list. I am trying to access the website of the list thinking that I might be able access the list archieves via there (may be some of the questions I am asking now were answered there before). I am using my email address as my user id and the password you sent me as my password but could not access the web site. is my user id something different than <A href="mailto:zcagnan@gmail.com">zcagnan@gmail.com</A><BR><BR>thanks<BR>zehra<BR><BR><BR><BR>grind: Type: pga; bias 0.815; absolute deviation was 0.019171 is 0.017089<BR>grind: Type: pgv; bias 0.775; absolute deviation was 0.006004 is 0.005444<BR>grind: 1 stations flagged out this iteration<BR>grind: Type: pga; bias 0.815; absolute deviation was 0.019171 is 0.017089<BR>grind: Type: pgv; bias 0.775; absolute deviation was 0.006004 is 0.005444 <BR>grind: 0 stations flagged out this iteration<BR>GMT Fatal Error: Error seeking past header file /home/ozden/Desktop/SHAKEMAP/shake_home/bin/../data/9583161/output/mmi.grd!<BR>grdview: No such file or directory [/home/ozden/Desktop/SHAKEMAP/shake_home/bin/../data/9583161/mapping/tmp_mmi.grd] <BR>mapping: Error running command:<BR>/home/ozden/Desktop/SHAKEMAP/Kurulum/GMT/bin/grdview /home/ozden/Desktop/SHAKEMAP/shake_home/bin/../data/9583161/mapping/topo.grd -P -R-120.15/-117.65/33.729666/35.396333/10/3000 -JM6.5 -JZ1 -G/home/ozden/Desktop/SHAKEMAP/shake_home/bin/../data/9583161/mapping/tmp_mmi.grd -C/home/ozden/Desktop/SHAKEMAP/shake_home/bin/../lib/mapping/Ii.cpt -I/home/ozden/Desktop/SHAKEMAP/shake_home/bin/../data/9583161/mapping/inten.grd -Qi72 -O -K| <BR><BR>shake: Error in mapping: 256<BR><BR><BR><BR><BR><BR><DIV><SPAN class="gmail_quote">On 2/14/07, <B class="gmail_sendername">Bruce Worden</B> <<A href="mailto:cbworden@usgs.gov">cbworden@usgs.gov</A>> wrote:</SPAN> <BLOCKQUOTE class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Zehra,<BR><BR>What version of GMT are you using? There are problems with this<BR>version of ShakeMap and certain versions of GMT. The next version of <BR>ShakeMap (V3.2, which you can get a pre-release version of at the FTP<BR>site) should be more forgiving of GMT's idiosyncrasies.<BR><BR>But in the version you have:<BR>Edit 'mapping' and search for the string "PLOT_DEGREE_FORMAT". There <BR>is some commentary there about fixing the first error, below.<BR><BR>The topography error is odd -- can you verify that you have the<BR>topography files "cal_neva_9c[i].grd" (or whatever topo files you<BR>have configured in mapping.conf) and not just links? If they are<BR>links, you can get the actual files at the FTP site.<BR><BR>Also, I am adding you to the shake-dev mailing list (you should get a<BR>confirmation email shortly -- make sure your spam filter doesn't get <BR>it) so you can ask your questions there, and maybe get more help.<BR><BR>I hope this helps.<BR><BR>Bruce<BR><BR>On Feb 14, 2007, at 2:59 AM, zehra cagnan wrote:<BR><BR>> Okey<BR>> I solved the previous problem. The binary form of the vsgrid.txt<BR>> that we were using was not generated on a linux machine. That was<BR>> the problem.<BR>> Now I am having problems with the GMT.<BR>><BR>> The error message that i am getting is below. Any help you can <BR>> provide?<BR>><BR>> grind: Type: pga; bias 0.815; absolute deviation was 0.019171 is<BR>> 0.017089<BR>> grind: Type: pgv; bias 0.775; absolute deviation was 0.006004 is<BR>> 0.005444<BR>> grind: 1 stations flagged out this iteration <BR>> grind: Type: pga; bias 0.815; absolute deviation was 0.019171 is<BR>> 0.017089<BR>> grind: Type: pgv; bias 0.775; absolute deviation was 0.006004 is<BR>> 0.005444<BR>> grind: 0 stations flagged out this iteration <BR>> gmtset: GMT SYNTAX ERROR in GMT_setparameter: Unrecognized keyword<BR>> PLOT_DEGREE_FORMAT<BR>> gmtset: GMT SYNTAX ERROR: PLOT_DEGREE_FORMAT given illegal value (D)!<BR>> gmtset: 1 conversion errors<BR> > mapping: WARNING: no topography data found; will continue without<BR>> topo.<BR>> GMT Fatal Error: Error seeking past header file /home/ozden/Desktop/<BR>> SHAKEMAP/shake_home/bin/../data/9583161/output/mmi.grd! <BR>> mapping: WARNING: can't find topo data: making mmi without topography<BR>> grdimage: No such file or directory [/home/ozden/Desktop/SHAKEMAP/<BR>> shake_home/bin/../data/9583161/mapping/tmp_mmi.grd]<BR> > mapping: Error running command:<BR>> /home/ozden/Desktop/SHAKEMAP/Kurulum/GMT/bin/grdimage /home/ozden/<BR>> Desktop/SHAKEMAP/shake_home/bin/../data/9583161/mapping/tmp_mmi.grd<BR>> -P -R-120.15/-117.65/33.729666/35.396333/10/3000 - JM6.5 -C/home/<BR>> ozden/Desktop/SHAKEMAP/shake_home/bin/../lib/mapping/Ii.cpt -O -K|<BR>><BR>><BR><BR></BLOCKQUOTE></DIV><BR></BLOCKQUOTE></DIV><BR></DIV></BODY></HTML>