Skip to content
Snippets Groups Projects
Select Git revision
  • caad85e98bf146677605ccca081afbfc23f1e16d
  • master default protected
  • clu_subs_offload
  • script_devel
  • parallel_trapping
  • unify_iterations
  • containers-m10
  • magma_refinement
  • release9
  • enable_svd
  • parallel_angles_gmu
  • containers-m8
  • parallel_angles
  • profile_omp_leonardo
  • test_nvidia_profiler
  • containers
  • shaditest
  • test1
  • main
  • 3-error-in-run-the-program
  • experiment
  • NP_TMcode-M10a.03
  • NP_TMcode-M10a.02
  • NP_TMcode-M10a.01
  • NP_TMcode-M10a.00
  • NP_TMcode-M9.01
  • NP_TMcode-M9.00
  • NP_TMcode-M8.03
  • NP_TMcode-M8.02
  • NP_TMcode-M8.01
  • NP_TMcode-M8.00
  • NP_TMcode-M7.00
  • v0.0
33 results

config_dev.yml

Blame
  • config_dev.yml 4.23 KiB
    system_settings:
      # Limit on host RAM use in Gb (0 for no configuration limit)
      max_host_ram : 0
      # Limit on GPU RAM use in Gb ( 0 for no configuration limit)
      max_gpu_ram  : 0
    
    input_settings:
      # Folder to write the code input configuration files
      input_folder : "."
      # Name of the scatterer description file
      spheres_file : "DEDFB"
      # Name of the geometry description file
      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
    
    particle_settings:
      # What application to use (SPHERE | CLUSTER | INCLUSION)
      application : "CLUSTER"
      # Number of spheres
      n_spheres   : 4
      # Number of sphere types
      n_types     : 4
      # Vector of sphere type identifiers (what type is each sphere)
      sph_types   : [ 1, 2, 3, 4 ]
      # Vector of layers in types (how many layers in each type)
      n_layers    : [ 1, 1, 1, 1 ]
      # Spherical monomer radii in m (one size for each type)
      radii       : [ 5.0e-8, 4.0e-8, 7.5e-8, 3.0e-8 ]
      # Layer fractional radii (one per layer in each type)
      rad_frac    : [ [ 1.0 ], [ 1.0 ], [ 1.0 ], [ 1.0 ] ]
      # Index of the dielectric constants (one per layer in each type)
      #
      # 1 is first file in `dielec_file`, 2 is second ...
      dielec_id   : [ [ 1 ], [ 1 ], [ 1 ], [ 1 ] ]
    
    material_settings:
      diel_flag   : -1
      # External medium dielectric constant
      extern_diel : 2.3104e0
      # Dielectric constant files folder
      dielec_path : "."
      # List of dielectric constant files (used if diel_flag = 0)
      dielec_file : [ ]
      # Dielectric constant files format (same for all files)
      dielec_fmt  : [ "CSV" ]
      # Matching method between optical constants and radiation wavelengths
      #
      # INTERPOLATE: the constants are interpolated on wavelengths
      # GRID: only the wavelengths with defined constants are computed
      #
      match_mode  : "GRID"
      # Reference dielectric constants (used if diel_flag = -1)
      #
      # One real and one imaginary part for each layer in each type.
      diel_const  : [
        [ 3.25e00, 0.00e00 ],
        [ 3.25e00, 0.00e00 ],
        [ 3.25e00, 0.00e00 ],
        [ 3.25e00, 0.00e00 ]
        ]