Skip to content

Commit

Permalink
Fix params files
Browse files Browse the repository at this point in the history
  • Loading branch information
AreefW committed Nov 5, 2024
1 parent 2105ea4 commit 0068351
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Examples/Cosmo/params.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ print_progress_only_to_rank_0 = 1
G_Newton = 1.

# Scalar field initial data
# This given scalar field params makes Hubble length 10 times wavelength of scalar field
scalar_amplitude = 0.0777635
# These scalar field params make the Hubble length 10 times wavelength of the scalar field
scalar_amplitude = 0.00777635
scalar_mass = 1.0
scalar_field_mode = 1 # must be an integer

Expand All @@ -70,14 +70,14 @@ N_full = 128
L_full = 1

# Maximum number of times you can regrid above coarsest level
max_level = 1 # There are (max_level+1) grids, so min is zero
max_level = 0 # There are (max_level+1) grids, so min is zero

# Frequency of regridding at each level and thresholds on the tagging
# Need one for each level except the top one, ie max_level items
# Generally you do not need to regrid frequently on every level
# in this example turn off regridding on all levels
# Level Regridding: 0 1 2 3 4 5
regrid_interval = 0 0 0 0 0 0
regrid_interval = 10 0 0 0 0 0
regrid_threshold = 1e6

# Max and min box sizes
Expand Down
2 changes: 1 addition & 1 deletion Examples/Cosmo/params_cheap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ print_progress_only_to_rank_0 = 1
G_Newton = 1.

# Scalar field initial data
# This given scalar field params makes Hubble length 10 times wavelength of scalar field
# These scalar field params make the Hubble length 10 times wavelength of the scalar field
scalar_amplitude = 0.00777635
scalar_mass = 1.0
scalar_field_mode = 1 # must be an integer
Expand Down

0 comments on commit 0068351

Please sign in to comment.