Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mean climate 3d field vertical coordinate QC #978

Merged
merged 13 commits into from
Sep 19, 2023
Prev Previous commit
Next Next commit
clean up
  • Loading branch information
lee1043 committed Aug 23, 2023
commit e15269dfc6359b7c52e4fa968d45b9f3df8a179e
2 changes: 1 addition & 1 deletion pcmdi_metrics/mean_climate/mean_climate_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
diagnostics_output_path = diagnostics_output_path.replace('%(case_id)', case_id)

find_all_realizations = False
first_realization_only = False
first_realization_only = False
if realization is None:
realization = ""
realizations = [realization]
Expand Down