[params] Now use default value if not in the param file
This commit is contained in:
+2
-2
@@ -53,7 +53,7 @@ pymses: # Parameters for Pymses reader
|
||||
# Processing options
|
||||
levelmax : 20 # Maximal AMR level visited when looking levels
|
||||
fft : False # Quick and dirty rendering using FFT
|
||||
verbose : True # Let pymses write on standart output
|
||||
verbose : False # Let pymses write on standart output
|
||||
multiprocessing : True # Whether to use multiprocessing
|
||||
|
||||
# Camera settings
|
||||
@@ -90,7 +90,7 @@ out: # Parameters for post processing
|
||||
|
||||
|
||||
process: # General setting of the post-processor module
|
||||
verbose : False # Give more infos on what is going on
|
||||
verbose : True # Give more infos on what is going on
|
||||
num_process : 1 # Number of forks
|
||||
save_cells : True # Save cells structure on disk
|
||||
save_parts : True # Save particles on disk
|
||||
|
||||
Reference in New Issue
Block a user