Skip to content

Commit

Permalink
Merge pull request #1219 from PCMDI/bug/1105_mov_ensemble_members
Browse files Browse the repository at this point in the history
Allow more flexibility in ensemble member detection for MoV
  • Loading branch information
lee1043 authored Dec 23, 2024
2 parents bcb1989 + 758401d commit 4a9b79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcmdi_metrics/variability_mode/variability_modes_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@
debug_print(f"model_path_list: {model_path_list}", debug)

# Find where run can be gripped from given filename template for modpath
if realization == "*":
if "*" in realization:
run_in_modpath = re.split(
"[._]",
fill_template(
Expand Down

0 comments on commit 4a9b79d

Please sign in to comment.