Skip to content

Commit

Permalink
Merge pull request #3149 from CliMA/zs/pr_diagnostics
Browse files Browse the repository at this point in the history
remove duplicate pr diagnostics
  • Loading branch information
szy21 authored Jun 27, 2024
2 parents 39ed370 + 0d50f5f commit fc276d0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/diagnostics/default_diagnostics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -173,19 +173,6 @@ end
#######################
# Precipitation model #
#######################
function default_diagnostics(
::Microphysics0Moment,
t_start,
t_end;
output_writer,
)
precip_diagnostics = ["pr"]

average_func = frequency_averages(t_start, t_end)

return [average_func(precip_diagnostics...; output_writer, t_start)...]
end

function default_diagnostics(
::Microphysics1Moment,
t_start,
Expand Down

0 comments on commit fc276d0

Please sign in to comment.