Versions Compared

Key

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

...

Argument

Type

Intent

Description

file_namecharacter(len=*)inFile file name

quantity

type(eirene_data)

out

Structure structure to be filled with data from the file

reportlogical, optional (=false)inTurns turns on info about each step
io_unitinteger, optional (=69)inI/O unit to be used

...

Argument

Type

Intent

Description

file_namecharacter(len=*)inFile file name

quantity

type(eirene_data)

in

Structure structure holding data to be saved

reportlogical, optional (=false)inTurns turns on info about each step
io_unitinteger, optional (=69)inI/O unit to be used

...

Argument

Type

Intent

Description

all_data

type(edge_profiles_data_set)

inout

Structure structure to be deallocated


function initiate_ion_list_for_input_saving (io_unit) result (ion_list)

...

Argument

Type

Intent

Description

ion_list

type(ion_parameters), allocatable, dimension(:)

result

Array array that holds parameters of all ions

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

...

Argument

Type

Intent

Description

edge_profiles_data

type(edge_profiles_data_set)

result

Set set of parameters controlling the to the ''

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

...

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

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

...