We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15686b6 commit f946b53Copy full SHA for f946b53
star/test_suite/tzo/inlist_common
@@ -51,7 +51,9 @@
51
dX_nuc_drop_limit=5d-2
52
dX_nuc_drop_limit_at_high_T=5d-2
53
dX_nuc_drop_min_X_limit=5d-2
54
- dH_div_H_limit_min_H = 1d-1
+ dX_limit_species(1) = 'h1'
55
+ dX_limit_species(2) = 'he4'
56
+ dX_div_X_limit_min_X(1) = 1d-1
57
58
photo_interval = 10000
59
profile_interval = 1000
star/test_suite/tzo/inlist_evolve_tzo
@@ -98,9 +98,9 @@
98
MLT_option = 'TDC'
99
steps_before_use_TDC = -1
100
101
- dH_div_H_limit_min_H = 1d99
+ dX_div_X_limit_min_X(1) = 1d99 ! H
102
+ dX_div_X_limit_min_X(2) = 1d99 ! He
103
delta_lgL_He_limit = 1d99
- dHe_div_He_limit_min_He = 1d99
104
105
restore_mesh_on_retry = .true.
106
num_steps_to_hold_mesh_after_retry = 1
0 commit comments