Skip to content

Commit

Permalink
Merge branch 'main' of github.com:pism/pism-ragis
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschwanden committed Oct 31, 2024
2 parents fb60c63 + efbaa30 commit 18a8044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion calibration/calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def create_offset_file(file_name: str, delta_T: float = 0.0, frac_P: float = 1.0

stress_balance = options.stress_balance
ensemble_file = options.ensemble_file
pism_exec = "pismr"
pism_exec = "pism"

assert options.FILE is not None
input_file = abspath(options.FILE[0])
Expand Down
2 changes: 1 addition & 1 deletion hindcasts/hindcast.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def create_offset_file(file_name: str, delta_T: float = 0.0, frac_P: float = 1.0

stress_balance = options.stress_balance
ensemble_file = options.ensemble_file
pism_exec = "pismr"
pism_exec = "pism"

assert options.FILE is not None
input_file = abspath(options.FILE[0])
Expand Down

0 comments on commit 18a8044

Please sign in to comment.