Skip to content

Commit c79eae5

Browse files
rsp: lower min deltaR as initial pulse is marginal
Note that this indicates that there are uninitialized variables at play here. This should be fixed in the future.
1 parent f8fd148 commit c79eae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

star/test_suite/rsp_Type_II_Cepheid/inlist_rsp_Type_II_Cepheid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
RSP_nz_outer = 60 ! number of zones in outer region of static model
107107
RSP_T_anchor = 11d3 ! approx temperature at base of outer region
108108
RSP_max_num_periods = 2000
109-
RSP_min_deltaR_for_periods = 0.3
109+
RSP_min_deltaR_for_periods = 0.2
110110

111111

112112
! output controls

0 commit comments

Comments
 (0)