read_file Module


Uses

  • module~~read_file~~UsesGraph module~read_file read_file ieee_arithmetic ieee_arithmetic module~read_file->ieee_arithmetic module~constants constants module~read_file->module~constants

Used by

  • module~~read_file~~UsedByGraph module~read_file read_file program~main main program~main->module~read_file

Variables

Type Visibility Attributes Name Initial
character(len=100), protected :: field_file
character(len=20), protected :: field_type
real(kind=dp), protected :: M_pol
real(kind=dp), protected :: N_tor
real(kind=dp), protected, dimension(:), allocatable :: s_tor
real(kind=dp), protected :: sign_sqrtg
integer, protected :: max_n_fieldlines
logical, protected :: should_calc_shaing_callen
integer, protected :: n_eta
logical, protected :: unsafe_mode
real(kind=dp), protected :: s_tor_min
real(kind=dp), protected :: s_tor_max
integer, protected :: n_s_tor

Subroutines

public subroutine read_namelist(filename)

Arguments

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