Skip to content

Commit

Permalink
Specifying output directory in realization config file
Browse files Browse the repository at this point in the history
  • Loading branch information
stcui007 committed Apr 22, 2024
1 parent 38e6be8 commit 5452e2b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@
"start_time": "2016-01-01 00:00:00",
"end_time": "2016-01-10 23:00:00",
"output_interval": 3600
}
},
"output_root": "./output_dir/"
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@
"start_time": "2016-01-01 00:00:00",
"end_time": "2016-01-10 23:00:00",
"output_interval": 3600
}
},
"output_root": "./output_dir/"
}
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@
"start_time": "2016-01-01 00:00:00",
"end_time": "2016-01-10 23:00:00",
"output_interval": 3600
}
},
"output_root": "./output_dir/"
}
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,6 @@
"start_time": "2016-01-01 00:00:00",
"end_time": "2016-01-10 23:00:00",
"output_interval": 3600
}
},
"output_root": "./output_dir/"
}
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,6 @@
"start_time": "2016-01-01 00:00:00",
"end_time": "2016-01-10 23:00:00",
"output_interval": 3600
}
},
"output_root": "./output_dir/"
}
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,6 @@
"start_time": "2016-01-01 00:00:00",
"end_time": "2016-01-10 23:00:00",
"output_interval": 3600
}
},
"output_root": "./output_dir/"
}
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,6 @@
"start_time": "2016-01-01 00:00:00",
"end_time": "2016-01-10 23:00:00",
"output_interval": 3600
}
},
"output_root": "./output_dir/"
}

0 comments on commit 5452e2b

Please sign in to comment.