Skip to content

Commit fb7e50a

Browse files
author
Yujin Zeng
committed
updated input path for the Utils/Raster/preproc/routing_model
1 parent a37b5ab commit fb7e50a

File tree

1 file changed

+2
-2
lines changed
  • GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSsurface_GridComp/Utils/Raster/preproc/routing_model

1 file changed

+2
-2
lines changed

GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSsurface_GridComp/Utils/Raster/preproc/routing_model/run_routing_preproc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def main():
1919

2020
# Path to "bcs_shared" directory:
2121
file_path1 = "/discover/nobackup/projects/gmao/bcs_shared"
22-
file_path2 = "/discover/nobackup/projects/gmao/bcs_shared/preprocessing_bcs_inputs/land/routing_model"
22+
file_path2 = "/discover/nobackup/projects/gmao/bcs_shared/preprocessing_bcs_inputs/land/routing/routing_model"
2323

2424

2525
file_pfafrout = file_path1 + "/make_bcs_inputs/land/topo/v1/SRTM-TopoData/Pfafcatch-routing.dat"
@@ -157,4 +157,4 @@ def main():
157157
subprocess.run(["rm", "-rf", "temp"], check=True)
158158

159159
if __name__ == "__main__":
160-
main()
160+
main()

0 commit comments

Comments
 (0)