Skip to content

Commit

Permalink
mesh issue
Browse files Browse the repository at this point in the history
  • Loading branch information
changliao1025 committed Mar 3, 2022
1 parent 235ed6c commit 74b954d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ def pyflowline_generate_template_configuration_json_file(sFilename_json, sPath_d
aConfig['sMesh_type'] = 'hexagon'
aConfig['sJob'] = 'pyflowline'
aConfig['sDate']= '20220110'
aConfig['sFilename_mesh'] = str(Path(sPath_data_input) / 'lnd_cull_mesh.nc')

aConfig['sFilename_mesh_netcdf'] = str(Path(sPath_data_input) / 'lnd_cull_mesh.nc')

aConfig['flowline_info'] = 'flowline_info.json'
aConfig['sFilename_mesh_info'] = 'mesh_info.json'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
AUTHOR = "Chang Liao"
AUTHOR_EMAIL = "[email protected]"
URL = "https://github.com/changliao1025/pyflowline"
VERSION = "0.1.9"
VERSION = "0.1.10"
REQUIRES_PYTHON = ">=3.8.0"
KEYWORDS = "Earth Science"

Expand Down

0 comments on commit 74b954d

Please sign in to comment.