params_impy_coronal_m Module

Parameters related with cornal impurity



Contents


Variables

Type Visibility Attributes Name Initial
real(kind=GP), protected :: impy_concentration = -1.0_GP

Impurity concentration (fraction of electron density) <= 0 disables functionality

character(len=PATHLEN_MAX), protected :: impy_path = 'coronal_nitrogen.dat'

Filepath to radiation rate coefficient table

integer, protected :: impy_tab_length = 121

Number of data points in the table


Subroutines

public subroutine read_params_impy_coronal(filename)

Reads parameters related with impy_coronal

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: filename

Filename, to read from

public subroutine write_params_impy_coronal(filename)

Reads parameters related with impy_coronal

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in), optional :: filename

If present, filename where params are written to, if not present, writes to screen