params_diffusion_init_select_m Module

Parameters for the DIFFUSION model related with selection of initial state



Contents


Variables

Type Visibility Attributes Name Initial
character(len=32), protected :: init_type = 'BLOB'

Type of initial state (BLOB, CONTINUE)

character(len=path_maxlen), protected :: init_path = 'params_diffusion.in'

Path to where parameters for initial state are possibly read from


Subroutines

public subroutine read_params_init_select(filename)

Reads parameters related with selection of initial state in diffusion model

Arguments

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

Filename, to read from

public subroutine write_params_init_select(filename)

Reads parameters related with selection of initial state in diffusion model

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