diff --git a/pyflowline/pyflowline_generate_template_configuration_json_file.py b/pyflowline/pyflowline_generate_template_configuration_json_file.py index 3006cd8..e1bae3d 100644 --- a/pyflowline/pyflowline_generate_template_configuration_json_file.py +++ b/pyflowline/pyflowline_generate_template_configuration_json_file.py @@ -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' diff --git a/setup.py b/setup.py index 08d5f72..a804c2b 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ AUTHOR = "Chang Liao" AUTHOR_EMAIL = "chang.liao@pnnl.gov" URL = "https://github.com/changliao1025/pyflowline" -VERSION = "0.1.9" +VERSION = "0.1.10" REQUIRES_PYTHON = ">=3.8.0" KEYWORDS = "Earth Science"