tmp update
This commit is contained in:
parent
fe029b814e
commit
993cdc5d16
BIN
data/Inner_Mongolia_Cut/air_mag_inner_mongolia_cut.nc
Normal file
BIN
data/Inner_Mongolia_Cut/air_mag_inner_mongolia_cut.nc
Normal file
Binary file not shown.
19
routine.sh
19
routine.sh
@ -30,4 +30,23 @@ cat <<- EOF > job.log
|
||||
taylor-order = 3
|
||||
EOF
|
||||
${exe} job.log && ncview data/EMAG2_V3_Cut/EMAG2_V3_Cut_DRTP.nc
|
||||
elif [[ ${1} == "mongolia" ]]; then
|
||||
cat <<- EOF > job.log
|
||||
# 输入网格文件
|
||||
input-grid = data/Inner_Mongolia_Cut/air_mag_inner_mongolia_cut.nc
|
||||
grid-para = x,y,deltaT
|
||||
# 是否调用geomag计算正常场的倾角与偏角
|
||||
call-geomag = yes
|
||||
# geomag程序地址
|
||||
geomag-exe = geomag70_linux/geomag70
|
||||
# geomag参数
|
||||
geomag-para = 2017,6,15 D M4000.00
|
||||
# geomag输出文件
|
||||
geomag-output = data/Inner_Mongolia_Cut/geomag_EMAG2_V3_Cut.txt
|
||||
# IGRF模型
|
||||
IGRF = geomag70_linux/IGRF13.COF
|
||||
# Taylor展开阶数
|
||||
taylor-order = 3
|
||||
EOF
|
||||
${exe} job.log && ncview data/Inner_Mongolia_Cut/EMAG2_V3_Cut_DRTP.nc
|
||||
fi
|
Loading…
Reference in New Issue
Block a user