Skip to content

Commit

Permalink
make new controls functional
Browse files Browse the repository at this point in the history
  • Loading branch information
evbauer committed Mar 3, 2024
1 parent cb0d817 commit a5c60be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion star/private/ctrls_io.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1860,11 +1860,13 @@ subroutine store_controls(s, ierr)
s% RTI_m_full_boost = RTI_m_full_boost
s% RTI_m_no_boost = RTI_m_no_boost

s% use_drag_energy = use_drag_energy
s% drag_coefficient = drag_coefficient
s% min_q_for_drag = min_q_for_drag

s% velocity_logT_lower_bound = velocity_logT_lower_bound
s% max_dt_yrs_for_velocity_logT_lower_bound = max_dt_yrs_for_velocity_logT_lower_bound
s% velocity_tau_lower_bound = velocity_tau_lower_bound
s% velocity_q_upper_bound = velocity_q_upper_bound

s% retry_for_v_above_clight = retry_for_v_above_clight
Expand Down Expand Up @@ -3529,12 +3531,13 @@ subroutine set_controls_for_writing(s, ierr)
RTI_m_full_boost = s% RTI_m_full_boost
RTI_m_no_boost = s% RTI_m_no_boost


use_drag_energy = s% use_drag_energy
drag_coefficient = s% drag_coefficient
min_q_for_drag = s% min_q_for_drag

velocity_logT_lower_bound = s% velocity_logT_lower_bound
max_dt_yrs_for_velocity_logT_lower_bound = s% max_dt_yrs_for_velocity_logT_lower_bound
velocity_tau_lower_bound = s% velocity_tau_lower_bound
velocity_q_upper_bound = s% velocity_q_upper_bound

retry_for_v_above_clight = s% retry_for_v_above_clight
Expand Down

0 comments on commit a5c60be

Please sign in to comment.