Skip to content

Commit

Permalink
10 year default calibration run
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschwanden committed Nov 13, 2024
1 parent d2630df commit 7bbd030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calibration/calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def create_offset_file(file_name: str, delta_T: float = 0.0, frac_P: float = 1.0
default="ssa+sia",
)
parser.add_argument("--start", help="Simulation start year", default="1980-1-1")
parser.add_argument("--end", help="Simulation end year", default="1999-12-31")
parser.add_argument("--end", help="Simulation end year", default="1989-12-31")
parser.add_argument(
"-e",
"--ensemble_file",
Expand Down

0 comments on commit 7bbd030

Please sign in to comment.