Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisRenchon committed Jun 14, 2024
1 parent b63c8b5 commit f59e7e9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 96 deletions.
2 changes: 1 addition & 1 deletion docs/list_diagnostics.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diagnostics = [
"Available diagnostics" => "diagnostics/available_diagnostics.md",
"For developpers" => "diagnostics/developpers_diagnostics.md",
"For developers" => "diagnostics/developers_diagnostics.md",
"For users" => "diagnostics/users_diagnostics.md",
]
94 changes: 0 additions & 94 deletions docs/src/diagnostics/developpers_diagnostics.md

This file was deleted.

9 changes: 8 additions & 1 deletion src/Diagnostics/default_diagnostics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ export default_diagnostics
# Bucket model

"""
produce_common_diagnostic_function(period, reduction)
function common_diagnostics(
period,
reduction,
output_writer,
t_start,
short_names...;
pre_output_hook! = nothing,
)
Helper function to define functions like `daily_max`.
"""
Expand Down

0 comments on commit f59e7e9

Please sign in to comment.