Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • deallocate_edge_profiles_data
    Deallocate all components of a type(edge_profiles_data_set)-stucture.
  • initiate_ion_list_for_input_saving
    Read that part of the command file controls the input wrapper which concerns ions.
  • initiate_edge_profiles_data_for_input_saving
    Read the part of the command file that controls saving the EIRENE data to the edge_profiles IDS.
  • collect_data_for_edge_profiles_input
    Read the EIRENE input data intended for the edge_profiles IDS from files.
  • save_input_to_edge_profiles

  • organize_ion_storage

  • put_ions_to_edge_profiles

  • fetch_input_from_edge_profiles

  • get_quantities_from_edge_profiles

  • get_ions_from_edge_profiles

  • write_input_data_from_edge_profiles_ids

...

Deallocate all components of the structure.

Argument

Type

Intent

Description

all_data

type(edge_profiles_data_set)

inout

Structure to be deallocated


function initiate_ion_list_for_input_saving (io_unit) result (ion_list)

Read that part of the command file controls of the input wrapper which concerns ions.

Argument

Type

Intent

Description

ion_list

type(ion_parameters), allocatable, dimension(:)

result

?

Array that holds parameters of all ions

io_unitintegerinindex of the I/O unit attached to the command file


function initiate_edge_profiles_data_for_input_saving (io_unit) result (edge_profiles_data)

Read the part of the command file that controls saving the EIRENE data to the edge_profiles IDS.

Argument

Type

Intent

Description

edge_profiles_data

type(edge_profiles_data_set)

result

?

Set of parameters controlling the to the ''

io_unitintegerinindex of the I/O unit attached to the command file


function collect_data_for_edge_profiles_input (edge_profiles_data)

Read the EIRENE input data intended for the edge_profiles IDS from files.

Argument

Type

Intent

Description

edge_profiles_data

type(edge_profiles_data_set)

inout

structure that contains the names of the input files and accepts the data read from the files



Module equilibrium_io

????????????

...