extension subfolders
This commit is contained in:
+8
-6
@@ -74,17 +74,19 @@ input: # Parameters on how to look for input files (= output from Ramses)
|
||||
ramses_ism : True # If ramses-ism is used
|
||||
|
||||
out: # Parameters for post processing
|
||||
tag : "" # Tag for the image
|
||||
interactive : False # Interactive mode (keep figures open)
|
||||
save : True # Save the plots on the disk
|
||||
ext : '.jpeg' # extension for plots
|
||||
fmt : "" # Format of the output filename for plots
|
||||
tag : "" # Tag for the image
|
||||
interactive : False # Interactive mode (keep figures open)
|
||||
save : True # Save the plots on the disk
|
||||
ext : '.jpeg' # extension for plots
|
||||
ext_subfolder : True # Separate production by extension in subfolders
|
||||
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
|
||||
# {ext} : Extension defined above (with the dot)
|
||||
# {name} : Name of the rule
|
||||
# {subfolder} : replaced by /{ext[1:]}/ if ext_subfolder is true
|
||||
# {tag} : Tag defined above
|
||||
# {nml[nml_key]} : The value of nml_key in the namelist (ex: {nml[amr_params/levelmin]})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user