Skip to content

Commit f946b53

Browse files
committed
[ci optional] update TZO inlists for new controls
1 parent 15686b6 commit f946b53

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

star/test_suite/tzo/inlist_common

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@
5151
dX_nuc_drop_limit=5d-2
5252
dX_nuc_drop_limit_at_high_T=5d-2
5353
dX_nuc_drop_min_X_limit=5d-2
54-
dH_div_H_limit_min_H = 1d-1
54+
dX_limit_species(1) = 'h1'
55+
dX_limit_species(2) = 'he4'
56+
dX_div_X_limit_min_X(1) = 1d-1
5557

5658
photo_interval = 10000
5759
profile_interval = 1000

star/test_suite/tzo/inlist_evolve_tzo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@
9898
MLT_option = 'TDC'
9999
steps_before_use_TDC = -1
100100

101-
dH_div_H_limit_min_H = 1d99
101+
dX_div_X_limit_min_X(1) = 1d99 ! H
102+
dX_div_X_limit_min_X(2) = 1d99 ! He
102103
delta_lgL_He_limit = 1d99
103-
dHe_div_He_limit_min_He = 1d99
104104

105105
restore_mesh_on_retry = .true.
106106
num_steps_to_hold_mesh_after_retry = 1

0 commit comments

Comments
 (0)