Source code for rsqsim_api.io.rsqsim_constants

"""Physical and temporal constants used throughout rsqsim_api."""

# Number of seconds in a Julian year (365.25 days)
[docs] seconds_per_year = 31557600.0