Skip to content

Commit

Permalink
set default
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLaserGit committed Sep 26, 2024
1 parent 561ec97 commit 17bf824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_tools/src/python_tools/configure_datastream.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def create_confs(args):
parser.add_argument("--forcing_source", help="Option for source of forcings",default="")
parser.add_argument("--subset_id_type", help="Set the subset ID type",default="")
parser.add_argument("--subset_id", help="Set the subset ID",default="")
parser.add_argument("--hydrofabric_version", help="Set the Hydrofabric version",default="")
parser.add_argument("--hydrofabric_version", help="Set the Hydrofabric version",default="v2.1.1")
parser.add_argument("--nprocs", type=int,help="Maximum number of processes to use",default=os.cpu_count())
parser.add_argument("--host_platform", type=str,help="Type of host",default="")
parser.add_argument("--host_os", type=str,help="Operating system of host",default="")
Expand Down

0 comments on commit 17bf824

Please sign in to comment.