-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add features to history output (#1024)
* first pass * Appears to work * reduction example? * CHANGELOG/copyright * Remove printf * breaking changelog * Fix iterator, unify output file block name * lint * Update history output testing * Update docs, guard fence appropriately. * oops bad conflict resolution * restrict is a keyword in C * Test for history column labels as well * formatting * Remove an ignored TODO * Fix ascent update modification (h/t pgrete) * Provide error message if ascent output not found * trigger pipeline
- Loading branch information
Showing
11 changed files
with
239 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Copyright(C) 2014 James M. Stone <[email protected]> and other code contributors | ||
# Licensed under the 3-clause BSD License, see LICENSE file for details | ||
# ======================================================================================== | ||
# (C) (or copyright) 2020-2021. Triad National Security, LLC. All rights reserved. | ||
# (C) (or copyright) 2020-2024. Triad National Security, LLC. All rights reserved. | ||
# | ||
# This program was produced under U.S. Government contract 89233218CNA000001 for Los | ||
# Alamos National Laboratory (LANL), which is operated by Triad National Security, LLC | ||
|
@@ -83,6 +83,11 @@ file_type = hst | |
dt = 0.05 | ||
|
||
<parthenon/output4> | ||
file_type = hst | ||
dt = 0.1 | ||
packages = advection_app | ||
|
||
<parthenon/output5> | ||
file_type = ascent | ||
dt = -0.05 # soft disabled by default, as Ascent is an optional dependency | ||
actions_file = custom_ascent_actions.yaml |
Oops, something went wrong.