Commit 1a4067f9 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Remove inactive parameters from configuration examples

parent cb0f5752
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -13,12 +13,6 @@ input_settings:
  geometry_file: "DCLU"
  
output_settings:
  # Folder for the code output storage
  output_folder: "test_subdir"
  # Name of the main output file
  output_name  : "c_OCLU"
  # Requested output formats
  formats      : [ "LEGACY", "HDF5" ]
  # Index of the scale for transition matrix output
  jwtm         : 1

+0 −6
Original line number Diff line number Diff line
@@ -13,12 +13,6 @@ input_settings:
  geometry_file: "DCLU"
  
output_settings:
  # Folder for the code output storage
  output_folder: "test_subdir"
  # Name of the main output file
  output_name  : "c_OCLU"
  # Requested output formats
  formats      : [ "LEGACY", "HDF5" ]
  # Index of the scale for transition matrix output
  jwtm         : 1

+0 −6
Original line number Diff line number Diff line
@@ -21,12 +21,6 @@ input_settings:
  geometry_file: "DCLU_comp"
  
output_settings:
  # Folder for the code output storage
  output_folder: "."
  # Name of the main output file
  output_name  : "c_OCLU"
  # Requested output formats
  formats      : [ "LEGACY", "HDF5" ]
  # Index of the scale for transition matrix output
  jwtm         : 1

+0 −6
Original line number Diff line number Diff line
@@ -13,12 +13,6 @@ input_settings:
  geometry_file: "DINCLU"
  
output_settings:
  # Folder for the code output storage
  output_folder: "."
  # Name of the main output file
  output_name  : "c_OINCLU"
  # Requested output formats
  formats      : [ "LEGACY", "HDF5" ]
  # Index of the scale for transition matrix output
  jwtm         : 2

+0 −6
Original line number Diff line number Diff line
@@ -13,12 +13,6 @@ input_settings:
  geometry_file: "DSPH"
  
output_settings:
  # Folder for the code output storage
  output_folder: "."
  # Name of the main output file
  output_name  : "c_OSPH"
  # Requested output formats
  formats      : [ "LEGACY", "HDF5" ]
  # Index of the scale for transition matrix output
  jwtm         : 1

Loading