Possible to call rule directly
This commit is contained in:
+37
-31
@@ -1,52 +1,58 @@
|
||||
plot : # Plot parameters
|
||||
out_ext : '.jpeg' # extension for plots
|
||||
put_title : False # Add a title to plot
|
||||
ntick : 6 # Number of ticks for maps
|
||||
vel_red : 40 # Take point each vel_red for velocities
|
||||
out_ext : '.jpeg' # extension for plots
|
||||
put_title : False # Add a title to plot
|
||||
|
||||
# Maps
|
||||
ntick : 6 # Number of ticks for maps
|
||||
|
||||
# Overlays
|
||||
vel_red : 40 # Take point each vel_red for velocities
|
||||
|
||||
disk: # Disk speficic parameters
|
||||
enable : False # Enable specific disk analysis
|
||||
pos_star : [1., 1., 1.] # Position of the central star
|
||||
binning : "log" # Kind of binning (lin : linear, log : logarithmic)
|
||||
nb_bin : 100 # Number of bins for averaged quantities
|
||||
bin_in : 1e-3 # Outer radius of the inner bin
|
||||
bin_out : 0.25 # Inner radius of the outer bin
|
||||
rmin_pdf : 0.075 # Inner radius for PDF computation
|
||||
rmax_pdf : 0.3 # Outer radius for PDF computation
|
||||
enable : False # Enable specific disk analysis
|
||||
pos_star : [1., 1., 1.] # Position of the central star
|
||||
binning : "log" # Kind of binning (lin : linear, log : logarithmic)
|
||||
nb_bin : 100 # Number of bins for averaged quantities
|
||||
bin_in : 1e-3 # Outer radius of the inner bin
|
||||
bin_out : 0.25 # Inner radius of the outer bin
|
||||
rmin_pdf : 0.075 # Inner radius for PDF computation
|
||||
rmax_pdf : 0.3 # Outer radius for PDF computation
|
||||
|
||||
|
||||
pdf: # parameters for probability density functions
|
||||
|
||||
nb_bin : 50 # Number of bins for the PDF
|
||||
xmin_fit : 0. # Lower boundary of the fit
|
||||
xmax_fit : 1.25 # Upper boundary of the fit
|
||||
|
||||
xmin_fit : 0. # Lower boundary of the fit
|
||||
xmax_fit : 1.25 # Upper boundary of the fit
|
||||
|
||||
pymses: # Parameters for Pymses reader
|
||||
|
||||
order : '<' # In which order the output are read
|
||||
fft : False # Quick and dirty rendering using FFT
|
||||
verbose : False # Let pymses write on standart output
|
||||
# Source settings
|
||||
variables : ["rho","vel","Br","Bl","P", "g", "phi"] # Read these variables
|
||||
order : '<' # Bit order
|
||||
|
||||
# Processing options
|
||||
levelmax : 20 # Maximal AMR level visited when looking levels
|
||||
fft : False # Quick and dirty rendering using FFT
|
||||
verbose : False # Let pymses write on standart output
|
||||
|
||||
input: # Parameters on how to look for input files (: output from Ramses)
|
||||
|
||||
log_prefix : "run.log" # Prefix of the log file
|
||||
label_filename : "label.txt" # Name of the label file
|
||||
nml_filename : "run.nml" # name of the namelist file
|
||||
|
||||
out: # Parameters for post processing
|
||||
|
||||
# Camera settings
|
||||
center : [0.5, 0.5, 0.5] # Center of the image
|
||||
zoom : 1. # Zoom of the image
|
||||
map_size : 1024 # Size of the computed maps in pixel
|
||||
|
||||
tag : "" # Tag for the image
|
||||
input: # Parameters on how to look for input files (= output from Ramses)
|
||||
|
||||
log_prefix : "run.log" # Prefix of the log file
|
||||
label_filename : "label.txt" # Name of the label file
|
||||
nml_filename : "run.nml" # name of the namelist file
|
||||
|
||||
out: # Parameters for post processing
|
||||
tag : "" # Tag for the image
|
||||
interactive : False # Interactive mode (do not save the plots on the disk)
|
||||
|
||||
process:
|
||||
verbose : True
|
||||
num_process : 1
|
||||
process: # General setting of the post-processor module
|
||||
verbose : True # Give more infos on what is going on
|
||||
num_process : 1 # Number of forks
|
||||
|
||||
rules: # Specific rules parameters
|
||||
turb_energy_threshold : 1e13 # Remove invalid data (<0 = no threshold)
|
||||
|
||||
Reference in New Issue
Block a user