Skip to content

Commit

Permalink
move the model_file paramter to the top-level _parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Jan 25, 2024
1 parent 2794e5d commit ced63c7
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 21 deletions.
2 changes: 0 additions & 2 deletions ECSN/_parameters
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
@namespace: problem

model_file character "ECSN-ONe6040-final.raw"

xmin real 0.0

xmax real 2.5e8
3 changes: 3 additions & 0 deletions _parameters
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ use_irreg_grid int 0

# number of points to use in the model
nx int -1

# initial model to read in
model_file character ""
2 changes: 0 additions & 2 deletions kepler_hybrid/_parameters
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
@namespace: problem

model_file character "kepler_new_6.25e8.raw"

nx integer 1280

smallx real 1.e-10
Expand Down
2 changes: 0 additions & 2 deletions lagrangian_planar/_parameters
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
@namespace: problem

model_file character "model.in"

model_shift real 0.0

xmin real 0.0
Expand Down
2 changes: 0 additions & 2 deletions low_mass_convective_star/_parameters
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@ M_tot real 0.3

prefix character "convective"

# not used, but needed for the reader
model_file character ""
2 changes: 0 additions & 2 deletions massive_star/_parameters
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
@namespace: problem

model_file character "15m_500_sec.aprox19.dat"

xmin real 0.0

xmax real 1.75e10
2 changes: 0 additions & 2 deletions spherical/_parameters
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@ cfrac real 0.7

prefix character "spherical"

# not used, but needed for the reader
model_file character ""
3 changes: 0 additions & 3 deletions sub_chandra/_parameters
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ low_density_cutoff real 1.e-4

temp_fluff real 1.e5

# not used, but needed for the reader
model_file character ""

isothermal_layer int 0

# tol_hse is the tolerance used when iterating over a zone to
Expand Down
2 changes: 0 additions & 2 deletions test2/_parameters
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ low_density_cutoff real 1.e-4

temp_fluff real 1.e7

# not used, but needed for the reader
model_file character ""
4 changes: 0 additions & 4 deletions toy_atm/_parameters
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,3 @@ do_invsq_grav integer 0
low_density_cutoff real 1.e-4

smallx real 1.e-10


# not used, but needed for the reader
model_file character ""

0 comments on commit ced63c7

Please sign in to comment.