Skip to content

Commit

Permalink
Fix a bug in assigning frontal melt model.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschwanden committed Nov 17, 2024
1 parent faa54fe commit 663eea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hindcasts/hindcast.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ def create_offset_file(file_name: str, delta_T: float = 0.0, frac_P: float = 1.0

ocean_file_p = f"""$data_dir/ocean/{combination["ocean_file"]}"""
frontal_melt = combination["frontal_melt"]
if frontal_melt == "discharge_routing":
if frontal_melt == "routing":
hydrology_parameters["hydrology.surface_input.file"] = runoff_file_p

frontalmelt_parameters = {
Expand Down

0 comments on commit 663eea5

Please sign in to comment.