Skip to content

Correct time_summary settings for madis2nc config file #1232

Discussion options

You must be logged in to vote

Hi @JohnMHenderson, I wanted to follow up on this issue. I see you have a question about how the time_summary settings translate into the valid times that appear in the output. And I do see how these settings can be confusing!

Let's work through another example to see if that helps clarify. Let's compute 1-hour time summaries every 3 hours during the day.

So we want time summary output for hours 00, 03, 06, 09, 12, 15, 18, and 21. That's specified in the time_summary config section like this:

beg = "00"; // In HH[MMSS] format
end = "21"; // In HH[MMSS] format
step = 3 * 60 * 60; // Defined in seconds: 3 hours * 60 minutes * 60 seconds

We should see time_summary output spaced 3 hours apar…

Replies: 6 comments 10 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@JohnMHenderson
Comment options

Comment options

You must be logged in to vote
5 replies
@JohnMHenderson
Comment options

@JohnHalleyGotway
Comment options

@JohnMHenderson
Comment options

@JohnHalleyGotway
Comment options

@JohnHalleyGotway
Comment options

Answer selected by JohnMHenderson
Comment options

You must be logged in to vote
4 replies
@JohnMHenderson
Comment options

@JohnMHenderson
Comment options

@JohnHalleyGotway
Comment options

@JohnHalleyGotway
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment