Refactoring, split into more files. Add more personalisation
This commit is contained in:
+12
-2
@@ -1,5 +1,4 @@
|
||||
plot : # Plot parameters
|
||||
out_ext : '.jpeg' # extension for plots
|
||||
put_title : False # Add a title to plot
|
||||
|
||||
# Maps
|
||||
@@ -49,10 +48,21 @@ input: # Parameters on how to look for input files (= output from Ramses)
|
||||
out: # Parameters for post processing
|
||||
tag : "" # Tag for the image
|
||||
interactive : False # Interactive mode (do not save the plots on the disk)
|
||||
ext : '.jpeg' # extension for plots
|
||||
fmt : "" # Format of the output filename for plots
|
||||
# The following keys are accepted
|
||||
# {out} : The output directory (where hdf5 files are also stored)
|
||||
# {run} : Name of the relevant run
|
||||
# {num} : Name of the input file (from Ramses)
|
||||
# {ext} : Extension defined above
|
||||
# {name} : Name of the rule
|
||||
# {tag} : Tag defined above
|
||||
# {nml[nml_key]} : The value of nml_key in the namelist (ex: amr_params/levelmin)
|
||||
|
||||
|
||||
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)
|
||||
turb_energy_threshold : -1 # Remove invalid data (<0 = no threshold)
|
||||
|
||||
Reference in New Issue
Block a user