Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: deborahferguson
  • License: gpl-3.0
  • Language: C++
  • Default Branch: main
  • Size: 590 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created almost 2 years ago · Last pushed 9 months ago
Metadata Files
Readme License Citation

README

Cactus Code Thorn CCE_Export
Author(s)    :  Deborah Ferguson
                Noora Ghadiri
Maintainer(s):  Deborah Ferguson
Licence      : GPL-3.0
--------------------------------------------------------------------------

1. Purpose

This thorn exports the metric, lapse, and shift data (as well as their radial and time derivatives) on spherical shells, decomposed using scalar spherical harmonics (up through $\ell=8$).

Specifically, they are exported in the format compatible to be fed into the SpECTRE CCE module. A tutorial for running the SpECTRE CCE module can be found here: https://spectre-code.org/tutorial_cce.html

A separate h5 file is created for each desired extraction radius. The data is then stored in the following datasets:

```
gxx.dat, gxy.dat, gxz.dat, gyy.dat, gyz.dat, gzz.dat
Drgxx.dat, Drgxy.dat, Drgxz.dat, Drgyy.dat, Drgyz.dat, Drgzz.dat
Dtgxx.dat, Dtgxy.dat, Dtgxz.dat, Dtgyy.dat, Dtgyz.dat, Dtgzz.dat
Shiftx.dat, Shifty.dat, Shiftz.dat
DrShiftx.dat, DrShifty.dat, DrShiftz.dat
DtShiftx.dat, DtShifty.dat, DtShiftz.dat
Lapse.dat
DrLapse.dat
DtLapse.dat
```
The first column of each of these datasets is the coordinate time. Each pair of columns following is the real and imaginary components of each of the spherical harmonic modes in m-changes-fastest order:
```
"time", "Re(0,0)", "Im(0,0)", "Re(1,-1)", "Im(1,-1)", "Re(1,0)", "Im(1,0)", "Re(1,1)", "Im(1,1)", "Re(2,-2)", "Im(2,-2)", "Re(2,-1)", "Im(2,-1)", "Re(2,0)", "Im(2,0)", "Re(2,1)", "Im(2,1)", "Re(2,2)", "Im(2,2)", ...
```
The above is also included as a legend for each dataset.

Owner

  • Name: Deborah Ferguson
  • Login: deborahferguson
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.1.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: "Ferguson"
    given-names: "Deborah"
    orcid: "https://orcid.org/0000-0002-4406-591X"
  - family-names: "Ghadiri"
    given-names: "Noora"
    orcid: "https://orcid.org/0000-0001-9162-4449"
title: "CCE_Export"
version: v2025.5
date-released: 2025-05-23
url: "https://github.com/deborahferguson/CCE_Export"
doi: 10.5281/zenodo.15497983

GitHub Events

Total
  • Release event: 1
  • Delete event: 7
  • Push event: 17
  • Public event: 1
  • Pull request event: 12
  • Create event: 9
Last Year
  • Release event: 1
  • Delete event: 7
  • Push event: 17
  • Public event: 1
  • Pull request event: 12
  • Create event: 9