geodynamics / axisem

AxiSEM is a parallel spectral-element method to solve 3D wave propagation in a sphere with axisymmetric or spherically symmetric visco-elastic, acoustic, anisotropic structures.
66 stars 31 forks source link

The code in the taup part cannot be run? #75

Open malegaga opened 1 month ago

malegaga commented 1 month ago

if ( $model == 'prem' || $model == 'iasp91' ) then

set tt = taup_time -mod $model -h $depth -ph pP -deg $rec | grep " pP " | awk '{print $4}' |head -n 1 |grep -v "==" if ( ${tt} == 1) then ; echo $tt $rec >> taup_pP_traveltime2.dat ;

mkdir TAUP rm -f taup*2.dat mv taup*.dat TAUP

these code cannot runing? no new dir(/TAUP)