Density plot to earthquake

The code is not at fault here.

You may (or may not) :

  • Have issues running bash scripts on a windows environment
  • Have some residual gmt_config files being called

I can’t really help with that, not using windows myself right now.

Is it possible to run the script somehow like this?
bash -x script.sh

i use git bash

and than i receive this error.
gmtbinstats [ERROR]: File C:programsprova_GMT.txt was not found
gmtbinstats [ERROR]: Cannot find file C:programsprova_GMT.txt
grdimage [ERROR]: Cannot find file prova_GMT_gridded.nc

Try to replace ${data_input} with “${data_input}”
Your system seems to interpret the string prova_GMT.txtas a function instead of a string.

i try the solution: download the GMT 6.4 in a Linux Machine, then i resolve my all problem to create and run the codes.
now i have all data.
thank you very much to have patience with me.

GMT 6.5 would have been even better :wink:
Good luck with your PhD work

1 Like