Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AMSSNCKU
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Numerical relativity
AMSSNCKU
Commits
e32cde8d
Commit
e32cde8d
authored
Feb 22, 2025
by
Chen-Kai Qiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace AMSS_NCKU_Program.py
parent
da4ca3ce
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
408 additions
and
410 deletions
+408
-410
AMSS_NCKU_Program.py
AMSS_NCKU_Program.py
+408
-410
No files found.
AMSS_NCKU_Program.py
View file @
e32cde8d
...
...
@@ -22,8 +22,8 @@ print_information.print_program_introduction()
## 程序开始运行前的提示
print
(
)
print
(
" 计算即将开始,请确认在
NR_xiaoqu_input.py 中设置了正确的参数,按回车继续!!! "
)
print
(
" 如果输入参数没有设置好,Ctrl+C 退出,调整
NR_xiaoqu_input.py 中的输入参数!!! "
)
print
(
" 计算即将开始,请确认在
AMSS_NCKU_Input.py 中设置了正确的参数,按回车继续!!! "
)
print
(
" 如果输入参数没有设置好,Ctrl+C 退出,调整
AMSS_NCKU_Input.py 中的输入参数!!! "
)
## 设定一个输入(回车),以便程序下一步运行
inputvalue
=
input
()
...
...
@@ -48,8 +48,6 @@ import shutil
File_directionary
=
os
.
path
.
join
(
input_data
.
File_directionary
)
# 如果文件目录已经存在,则去除它
# Courtesy https://stackoverflow.com/questions/303200/how-do-i-remove-delete-a-folder-that-is-not-empty
shutil
.
rmtree
(
File_directionary
,
ignore_errors
=
True
)
## 创建文件夹
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment