Skip to content

Commit

Permalink
removed specification of output_path in all example directories and …
Browse files Browse the repository at this point in the history
…replaced with blank string. changed cheap parameter files in ProcaKerrBH example to mirror the expected computing resources on the wiki
  • Loading branch information
ShaunFell committed Oct 17, 2024
1 parent 4f6a7d1 commit 78d4bf8
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion Examples/ProcaKerrBH/params/params.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
verbosity = 0

# location / naming of output files
output_path = "/pfs/work7/workspace/scratch/hd_pb293-WS_GRChombo/testing/dev_GRBoondi_ProcaKerrBH_23298252"
output_path=""

#filename prefixes for checkpoint files and plot files
chk_prefix = "GeneralizedProca_"
Expand Down
24 changes: 12 additions & 12 deletions Examples/ProcaKerrBH/params/params_cheap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
verbosity = 1

# location / naming of output files
output_path = "/mnt/DataDrive/Data_Store/GRBoondi/ProcaKerrBH"
output_path=""


#filename prefixes for checkpoint files and plot files
chk_prefix = "GeneralizedProca_"
plot_prefix = "test_dataset"
chk_prefix = "test_dataset_"
plot_prefix = "test_datasetp_"

#file to restart the simulation from
#restart_file = GeneralizedProca_002200.3d.hdf5
run_initial_posttimestep = 1

# HDF5files are written every dt = L/N*dt_multiplier*checkpoint_interval
checkpoint_interval = 100
checkpoint_interval = 10000
# set to 0 to turn off plot files (except at t=0 and t=stop_time)
# set to -1 to never ever print plotfiles
plot_interval = 1
plot_interval = -1

#plot variable names must match those in the DiagnosticVariables::DiagnosticVariables namespace
num_plot_vars = 1
plot_vars = Asquared
num_plot_vars = 0
plot_vars =
# subpaths - specific directories for hdf5, pout, extraction data
# (these are created at runtime)
hdf5_subpath = "hdf5"
Expand All @@ -50,10 +50,10 @@ activate_tagging_diagnostic = 0
################################################# AMR levels
##################################################

max_level = 3
max_level = 4

#Since we use fixed grid tagging, we dont ever need to regrid
regrid_interval = 0 0 0
regrid_interval = 0 0 0 0

################################################## Initial Data parameters
##################################################
Expand Down Expand Up @@ -84,8 +84,8 @@ bh_evolution = 0
################################################## Grid parameters
##################################################

N_full = 32
L_full = 32
N_full = 64
L_full = 64

# Max and min box sizes
max_box_size = 16
Expand Down Expand Up @@ -178,7 +178,7 @@ diagnostic_excision_vars = rho rhoE rhoJ rhoLinMom sourceLinMom
##################################################

activate_extraction = 0 # extraction of fluxes
activate_integration = 1 # integration of densities
activate_integration = 0 # integration of densities

num_extraction_radii = 2
extraction_radii = 1.6 14
Expand Down
24 changes: 12 additions & 12 deletions Examples/ProcaKerrBH/params/params_cheap_sym_BHEvo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
verbosity = 0

# location / naming of output files
output_path = "/pfs/work7/workspace/scratch/hd_pb293-WS_GRBoondi/testing/TEST"
output_path=""

#filename prefixes for checkpoint files and plot files
chk_prefix = "GeneralizedProca_"
Expand All @@ -18,13 +18,13 @@ plot_prefix = "GeneralizedProcap_"
run_initial_posttimestep = 1

# HDF5files are written every dt = L/N*dt_multiplier*checkpoint_interval
checkpoint_interval = 200
checkpoint_interval = 10000
# set to 0 to turn off plot files (except at t=0 and t=stop_time)
# set to -1 to never ever print plotfiles
plot_interval = 20
plot_interval = -1

#plot variable names must match those in the DiagnosticVariables::DiagnosticVariables namespace
num_plot_vars = 7
num_plot_vars = 0
plot_vars = Z Asquared rho rhoE gnn EMtrace EMsquared

# subpaths - specific directories for hdf5, pout, extraction data
Expand Down Expand Up @@ -52,10 +52,10 @@ activate_tagging_diagnostic = 0
##################################################

#max level is the number of additional refinement levels. So max_level=4 --> 5 total levels
max_level = 3
max_level = 4

#Since we use fixed grid tagging, we dont ever need to regrid
regrid_interval = 0 0 0
regrid_interval = 0 0 0 0

################################################## Initial Data parameters
##################################################
Expand Down Expand Up @@ -86,12 +86,12 @@ bh_evolution = 1
################################################## Grid parameters
##################################################

N_full = 128
L_full = 32
N_full = 64
L_full = 64

# Max and min box sizes
max_box_size = 32
min_box_size = 32
max_box_size = 16
min_box_size = 16

#for fixed grid tagging
tag_buffer_size = 0
Expand Down Expand Up @@ -177,8 +177,8 @@ diagnostic_excision_vars = rho rhoE rhoJ rhoLinMom sourceLinMom
################################################## Extraction
##################################################

activate_extraction = 1 # extraction of fluxes
activate_integration = 1 # integration of densities
activate_extraction = 0 # extraction of fluxes
activate_integration = 0 # integration of densities

num_extraction_radii = 2
extraction_radii = 1.6 14
Expand Down
2 changes: 1 addition & 1 deletion Examples/ProcaKerrBH/params/params_high.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
verbosity = 1

# location / naming of output files
output_path = "/pfs/work7/workspace/scratch/hd_pb293-WS_GRChombo/testing/GRBoondi_ProcaKerrBH_23297200"
output_path=""

#filename prefixes for checkpoint files and plot files
chk_prefix = "GeneralizedProca_"
Expand Down
2 changes: 1 addition & 1 deletion Examples/ProcaKerrBH/params/params_high_sym.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
verbosity = 0

# location / naming of output files
output_path = "/pfs/work7/workspace/scratch/hd_pb293-WS_GRChombo/testing/dev_GRMilijun_ProcaKerrBH_23368575"
output_path=""

#filename prefixes for checkpoint files and plot files
chk_prefix = "GeneralizedProca_"
Expand Down
2 changes: 1 addition & 1 deletion Examples/ProcaKerrBH/params/params_high_symBH_evo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
verbosity = 0

# location / naming of output files
output_path = "/pfs/work7/workspace/scratch/hd_pb293-WS_GRBoondi/prod/dev_highres_GRMilijun_ProcaKerrBH_BHEvo_23526465"
output_path=""

#filename prefixes for checkpoint files and plot files
chk_prefix = "GeneralizedProca_"
Expand Down
2 changes: 1 addition & 1 deletion Examples/ProcaKerrBH/params/params_ultrahigh_sym.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
verbosity = 0

# location / naming of output files
output_path = "/pfs/work7/workspace/scratch/hd_pb293-WS_GRBoondi/prod/ultrares_GRMilijun_ProcaKerrBH_23508917"
output_path=""

#filename prefixes for checkpoint files and plot files
chk_prefix = "GeneralizedProca_"
Expand Down
2 changes: 1 addition & 1 deletion Examples/ProcaKerrBH/params/params_ultrahigh_sym_BHEvo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
verbosity = 0

# location / naming of output files
output_path = "/pfs/work7/workspace/scratch/hd_pb293-WS_GRBoondi/testing/ultrares_GRMilijun_ProcaKerrBH_BHEvo_23352514"
output_path=""

#filename prefixes for checkpoint files and plot files
chk_prefix = "GeneralizedProca_"
Expand Down

0 comments on commit 78d4bf8

Please sign in to comment.