diff --git a/hindcasts/hindcast.py b/hindcasts/hindcast.py index 408023b..77e8098 100755 --- a/hindcasts/hindcast.py +++ b/hindcasts/hindcast.py @@ -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 = {