Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compas_python_utils/preprocessing/compasConfigDefault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ numericalChoices:
# --hdf5-buffer-size: 1 # Default: 1
# --log-level: 0 # Default: 0
# --mass-change-fraction: 0.001000 # Default: 0.001000 # approximate desired fractional changes in stellar mass per timestep
# --maximum-evolution-time: 14021.28 # Default: 14021.28 # maximum physical time a system can be evolved [Myr]
# --maximum-evolution-time: 13800 # Default: 13800 Myr # maximum physical time a system can be evolved [Myr]
# --maximum-number-timestep-iterations: 99999 # Default: 99999
# --number-of-systems: 10 # Default: 10 # number of systems per batch
# --radial-change-fraction: 0.100000 # Default: 0.100000 # approximate desired fractional changes in stellar radius per timestep
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ Default = 10.0

**--maximum-evolution-time** |br|
Maximum time to evolve binaries (Myr). Evolution of the binary will stop if this number is reached. |br|
Default = 13700.0
Default = 13800 (i.e., approximate age of the Universe cf. WMPA and Planck)

**--maximum-mass-donor-nandez-ivanova** |br|
Maximum donor mass allowed for the revised common envelope formalism of Nandez & Ivanova (:math:`M_\odot`). |br|
Expand Down
Loading