Skip to content

Commit 846abd7

Browse files
committed
Updates per review
1 parent c77b245 commit 846abd7

27 files changed

+238
-227
lines changed

compas_python_utils/preprocessing/compasConfigDefault.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##~!!~## COMPAS option values
2-
##~!!~## File Created Thu May 22 13:05:12 2025 by COMPAS v03.19.00
2+
##~!!~## File Created Thu May 22 20:41:26 2025 by COMPAS v03.19.00
33
##~!!~##
44
##~!!~## The default COMPAS YAML file (``compasConfigDefault.yaml``), as distributed, has
55
##~!!~## all COMPAS option entries commented so that the COMPAS default value for the
@@ -76,20 +76,20 @@ numericalChoices:
7676
# --logfile-pulsar-evolution-record-types: -1 # Default: -1
7777
# --logfile-rlof-parameters-record-types: -1 # Default: -1
7878
# --logfile-supernovae-record-types: -1 # Default: -1
79-
# --logfile-system-detailed-output-record-types: -1 # Default: -1
79+
# --logfile-system-snapshot-log-record-types: -1 # Default: -1
8080
# --logfile-system-parameters-record-types: -1 # Default: -1
8181
# --grid-lines-to-process: 9223372036854775807 # Default: 9223372036854775807
8282
# --grid-start-line: 0 # Default: 0
8383
# --hdf5-chunk-size: 100000 # Default: 100000
8484
# --hdf5-buffer-size: 1 # Default: 1
8585
# --log-level: 0 # Default: 0
8686
# --mass-change-fraction: 0.001000 # Default: 0.001000 # approximate desired fractional changes in stellar mass per timestep
87-
# --maximum-evolution-time: 13700.00 # Default: 13700.00 # maximum physical time a system can be evolved [Myr]
87+
# --maximum-evolution-time: 14021.28 # Default: 14021.28 # maximum physical time a system can be evolved [Myr]
8888
# --maximum-number-timestep-iterations: 99999 # Default: 99999
8989
# --number-of-systems: 10 # Default: 10 # number of systems per batch
9090
# --radial-change-fraction: 0.100000 # Default: 0.100000 # approximate desired fractional changes in stellar radius per timestep
91-
# --system-detailed-output-age-thresholds: '{ }' # Default: '' # age thresholds for the system detailed output file
92-
# --system-detailed-output-time-thresholds: '{ }' # Default: '' # time thresholds for the system detailed output file
91+
# --system-snapshot-age-thresholds: '{ }' # Default: '' # age thresholds for the system snapshot log
92+
# --system-snapshot-time-thresholds: '{ }' # Default: '' # time thresholds for the system snapshot log
9393
# --timestep-multiplier: 1.000000 # Default: 1.000000 # optional multiplier relative to default time step duration
9494
# --timestep-multipliers: '{ }' # Default: '' # optional phase-dependent multipliers relative to default time step duration
9595

@@ -299,7 +299,7 @@ stringChoices:
299299
# --logfile-rlof-parameters: 'BSE_RLOF' # Default: 'BSE_RLOF'
300300
# --logfile-supernovae: 'BSE_Supernovae' # Default: 'BSE_Supernovae'
301301
# --logfile-switch-log: 'BSE_Switch_Log' # Default: 'BSE_Switch_Log'
302-
# --logfile-system-detailed-output: 'BSE_System_Detailed_Output' # Default: 'BSE_System_Detailed_Output'
302+
# --logfile-system-snapshot-log: 'BSE_System_Snapshot_Log' # Default: 'BSE_System_Snapshot_Log'
303303
# --logfile-system-parameters: 'BSE_System_Parameters' # Default: 'BSE_System_Parameters'
304304
# --output-path: '.' # Default: '.'
305305

online-docs/pages/User guide/COMPAS output/standard-logfiles-default-record-specifications-BSE-detailed.rst renamed to online-docs/pages/User guide/COMPAS output/standard-logfiles-default-record-specifications-BSE-detailed-output.rst

File renamed without changes.

online-docs/pages/User guide/COMPAS output/standard-logfiles-default-record-specifications-BSE-system-detailed.rst renamed to online-docs/pages/User guide/COMPAS output/standard-logfiles-default-record-specifications-BSE-system-snapshot.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
BSE system detailed output
2-
==========================
1+
BSE system snapshot
2+
===================
33

4-
Default record definition for the BSE System Detailed Output log file::
4+
Default record definition for the BSE System Snapshot log file::
55

6-
const ANY_PROPERTY_VECTOR BSE_SYSTEM_DETAILED_OUTPUT_REC = {
6+
const ANY_PROPERTY_VECTOR BSE_SYSTEM_SNAPSHOT_LOG_REC = {
77
BINARY_PROPERTY::RANDOM_SEED,
88
BINARY_PROPERTY::DT,
99
BINARY_PROPERTY::TIME,

online-docs/pages/User guide/COMPAS output/standard-logfiles-default-record-specifications-SSE-detailed.rst renamed to online-docs/pages/User guide/COMPAS output/standard-logfiles-default-record-specifications-SSE-detailed-output.rst

File renamed without changes.

online-docs/pages/User guide/COMPAS output/standard-logfiles-default-record-specifications-SSE-system-detailed.rst renamed to online-docs/pages/User guide/COMPAS output/standard-logfiles-default-record-specifications-SSE-system-snapshot.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
SSE system detailed output
2-
==========================
1+
SSE system snapshot
2+
===================
33

4-
Default record definition for the SSE System Detailed Output log file::
4+
Default record definition for the SSE System Snapshot log file::
55

6-
const ANY_PROPERTY_VECTOR SSE_SYSTEM_DETAILED_OUTPUT_REC = {
6+
const ANY_PROPERTY_VECTOR SSE_SYSTEM_SNAPSHOT_LOG_REC = {
77
STAR_PROPERTY::AGE,
88
STAR_PROPERTY::DT,
99
STAR_PROPERTY::TIME,

online-docs/pages/User guide/COMPAS output/standard-logfiles-default-record-specifications.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ For Single Star Evolution (SSE):
99
.. toctree::
1010
:maxdepth: 1
1111

12-
standard-logfiles-default-record-specifications-SSE-system-detailed
12+
standard-logfiles-default-record-specifications-SSE-system-snapshot
1313
standard-logfiles-default-record-specifications-SSE-sysparms
14-
standard-logfiles-default-record-specifications-SSE-detailed
14+
standard-logfiles-default-record-specifications-SSE-detailed-output
1515
standard-logfiles-default-record-specifications-SSE-supernovae
1616
standard-logfiles-default-record-specifications-SSE-pulsars
1717
standard-logfiles-default-record-specifications-SSE-switchlog
@@ -21,9 +21,9 @@ For Binary Star Evolution (BSE):
2121
.. toctree::
2222
:maxdepth: 1
2323

24-
standard-logfiles-default-record-specifications-BSE-system-detailed
24+
standard-logfiles-default-record-specifications-BSE-system-snapshot
2525
standard-logfiles-default-record-specifications-BSE-sysparms
26-
standard-logfiles-default-record-specifications-BSE-detailed
26+
standard-logfiles-default-record-specifications-BSE-detailed-output
2727
standard-logfiles-default-record-specifications-BSE-supernovae
2828
standard-logfiles-default-record-specifications-BSE-dco
2929
standard-logfiles-default-record-specifications-BSE-ce

online-docs/pages/User guide/COMPAS output/standard-logfiles-record-specification.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Log file definitions file specification
4242

4343
<rec_name> ::= "SSE_SYSPARMS_REC" | # SSE only
4444
"SSE_DETAILED_REC" | # SSE only
45-
"SSE_SYS_DETAILED_REC" | # SSE only
45+
"SSE_SYS_SNAPSHOT_REC" | # SSE only
4646
"SSE_SNE_REC" | # SSE only
4747
"SSE_SWITCH_REC" | # SSE only
4848
"BSE_SYSPARMS_REC" | # BSE only
@@ -53,7 +53,7 @@ Log file definitions file specification
5353
"BSE_PULSARS_REC" | # BSE only
5454
"BSE_RLOF_REC" | # BSE only
5555
"BSE_DETAILED_REC" | # BSE only
56-
"BSE_SYS_DETAILED_REC" | # BSE only
56+
"BSE_SYS_SNAPSHOT_REC" | # BSE only
5757
5858
<op> ::= "=" | "+=" | "-="
5959

online-docs/pages/User guide/COMPAS output/standard-logfiles-record-types-bse-system-detailed-output.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
BSE system snapshot file record types
2+
=====================================
3+
4+
Following is a list of the BSE System Snapshot file record type numbers and corresponding symbolic names, and their meaning:
5+
6+
1. DEFAULT |BR|
7+
Default BSE_SYSTEM_SNAPSHOT_LOG file record type

online-docs/pages/User guide/COMPAS output/standard-logfiles-record-types-sse-system-detailed-output.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)