extension subfolders

This commit is contained in:
Noe Brucy
2021-07-24 20:53:21 +02:00
parent 35e5a767cb
commit 35cf8ff401
4 changed files with 37 additions and 34 deletions
+8 -6
View File
@@ -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]})