tmp update

This commit is contained in:
张壹 2024-10-30 10:16:06 +08:00
parent fe029b814e
commit 993cdc5d16
2 changed files with 19 additions and 0 deletions

Binary file not shown.

View File

@ -30,4 +30,23 @@ cat <<- EOF > job.log
taylor-order = 3 taylor-order = 3
EOF EOF
${exe} job.log && ncview data/EMAG2_V3_Cut/EMAG2_V3_Cut_DRTP.nc ${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 fi