Skip to content

Commit

Permalink
Merge pull request #6299 from knelli2/deprecate_metric_modal
Browse files Browse the repository at this point in the history
Deprecate the Metric worldtube format in CCE
  • Loading branch information
nilsdeppe authored Sep 24, 2024
2 parents 9f9dc2c + 4233ef7 commit 1b1a29f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Evolution/Systems/Cce/OptionTags.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,14 @@ struct H5WorldtubeBoundaryDataManager : db::SimpleTag {
extraction_radius),
l_max, number_of_lookahead_times, interpolator->get_clone());
} else {
Parallel::printf(
"\nDEPRECATION WARNING: Reading worldtube H5 files that are in the "
"Metric data format (i.e. cartesian components of the metric and "
"derivs expressed in modal coefficients) is deprecated. Convert your "
"data to the Bondi modal format using the 'ReduceCceWorldtube' "
"executable. See https://spectre-code.org/tutorial_cce.html for "
"details. Support for reading the Metric data format will be "
"dropped in January 2025.\n");
return std::make_unique<MetricWorldtubeDataManager>(
std::make_unique<MetricWorldtubeH5BufferUpdater>(filename,
extraction_radius),
Expand Down

0 comments on commit 1b1a29f

Please sign in to comment.