readini.f90 File Reference

Go to the source code of this file.

Modules

module  readini
 Subroutines for initialization and parameter parsing.
 

Functions/Subroutines

subroutine, public readini::readini_init ()
 Initialize the readini module and open files. More...
 
subroutine, private readini::read_custom_snapshots ()
 Read in times for snapshots. More...
 
subroutine, private readini::read_track_nuclei ()
 Reads in nuclei that will be tracked and where the abundance will be stored in a separate file. More...
 
subroutine, public readini::read_seed (iniab)
 Reads in seed abundances from file parameter_class::seed_file. More...
 
real(r_kind) function, private readini::time_unit_conversion (unit)
 Function to convert from a given time unit to seconds. More...
 
real(r_kind) function, private readini::temp_unit_conversion (unit)
 Function to convert from a given temperature unit to GK. More...
 
real(r_kind) function, private readini::dens_unit_conversion (unit)
 Function to convert from a given density unit to g/ccm. More...
 
real(r_kind) function, private readini::dist_unit_conversion (unit)
 Function to convert from a given distance unit to km. More...
 
real(r_kind) function, private readini::nutemp_unit_conversion (unit)
 Function to convert from a given neutrino temperature unit to MeV. More...
 
real(r_kind) function, private readini::nuenergy_unit_conversion (unit)
 Function to convert from a given neutrino energy unit to neutrino temperatures in MeV. More...
 
real(r_kind) function, private readini::nulumin_unit_conversion (unit)
 Function to convert from a given neutrino luminosity unit to erg/s. More...
 
subroutine, private readini::custom_read ()
 Reads the trajectory file. More...
 
subroutine, private readini::consistency_check ()
 Make tests to ensure the trajectory is okay. More...
 
subroutine, public readini::readini_finalize ()
 Readini cleanup subroutine. More...
 

Detailed Description

The error file code for this file is W39.

Contains the module readini

Definition in file readini.f90.