params_neut_data_paths_m Module

Parameters for the filepaths of neutrals data



Contents


Variables

Type Visibility Attributes Name Initial
character(len=PATHLEN_MAX), protected :: path_k_iz = 'S_H.dat'

Filepath to ionization rate data

character(len=PATHLEN_MAX), protected :: path_k_rec = 'R_H.dat'

Filepath to reconmbination rate data

character(len=PATHLEN_MAX), protected :: path_w_iz = 'Wiz_H.dat'

Filepath to ionization cooling rate data

character(len=PATHLEN_MAX), protected :: path_p_rec = 'Pradrec_H.dat'

Filepath to recombination cooling rate data


Subroutines

public subroutine read_params_neut_data_paths(filename)

Reads parameters related with neut_data_paths_m

Arguments

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

Filename, to read from

public subroutine write_params_neut_data_paths(filename)

Reads parameters related with neut_data_paths_m

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