update src
This commit is contained in:
5
job.sh
5
job.sh
@@ -1,7 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# tet-file needs both .node and .ele files generated by Tetgen. No file extension is needed
|
||||
# mag-file line format: <magz-x> <magz-y> <magz-z>
|
||||
# mag-file: magnetization vectors. format1: <filename> format2: (<magz-x>,<magz-y>,<magz-z>)
|
||||
# mag-file: line format: <magz-x> <magz-y> <magz-z>
|
||||
# site-file format: 1. <filename> 2. <xmin>/<xmax>/<ymin>/<ymax>/<z>/<xnum>/<ynum>
|
||||
# site-file line format: <x> <y> <z>
|
||||
# obs-file needs only the output file's name with no file extension
|
||||
@@ -17,7 +18,7 @@ echo "Logging file:" ${logfile}
|
||||
echo "======================"
|
||||
cat <<- EOF > ${logfile}
|
||||
tet-file = data/prism/prism.1
|
||||
mag-file = data/prism/magz.txt
|
||||
mag-file = (0,0,200)
|
||||
site-file = -30/30/-30/30/10/81/81
|
||||
obs-file = data/prism/prism
|
||||
cal-type = potential gradient tensor
|
||||
|
||||
Reference in New Issue
Block a user