Skip to content

Commit

Permalink
Merge pull request #181 from changliao1025/development
Browse files Browse the repository at this point in the history
change the io part
  • Loading branch information
changliao1025 committed Sep 27, 2023
2 parents a0b58a3 + 0628109 commit 6694b55
Show file tree
Hide file tree
Showing 14 changed files with 266 additions and 670 deletions.
2 changes: 1 addition & 1 deletion examples/susquehanna/run_simulation_hexagon.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#===================================
#you need to update this file based on your own case study
#===================================
sFilename_configuration_in = realpath( sPath_parent + '/examples/susquehanna/pyflowline_susquehanna_hexagon.json' )
sFilename_configuration_in = realpath( sPath_parent + '/data/susquehanna/input/pyflowline_susquehanna_hexagon.json' )
if os.path.isfile(sFilename_configuration_in):
pass
else:
Expand Down
2 changes: 1 addition & 1 deletion examples/susquehanna/run_simulation_latlon.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#===================================
#you need to update this file based on your own case study
#===================================
sFilename_configuration_in = realpath( sPath_parent + '/examples/susquehanna/pyflowline_susquehanna_latlon.json' )
sFilename_configuration_in = realpath( sPath_parent + '//data/susquehanna/input//pyflowline_susquehanna_latlon.json' )
if os.path.isfile(sFilename_configuration_in):
pass
else:
Expand Down
2 changes: 1 addition & 1 deletion examples/susquehanna/run_simulation_mpas.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#===================================
#you need to update this file based on your own case study
#===================================
sFilename_configuration_in = realpath( sPath_parent + '/examples/susquehanna/pyflowline_susquehanna_mpas.json' )
sFilename_configuration_in = realpath( sPath_parent + '/data/susquehanna/input/pyflowline_susquehanna_mpas.json' )
if os.path.isfile(sFilename_configuration_in):
pass
else:
Expand Down
2 changes: 1 addition & 1 deletion examples/susquehanna/run_simulation_square.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#===================================
#you need to update this file based on your own case study
#===================================
sFilename_configuration_in = realpath( sPath_parent + '/examples/susquehanna/pyflowline_susquehanna_square.json' )
sFilename_configuration_in = realpath( sPath_parent + '/data/susquehanna/input//pyflowline_susquehanna_square.json' )
if os.path.isfile(sFilename_configuration_in):
pass
else:
Expand Down
Loading

0 comments on commit 6694b55

Please sign in to comment.