10 integer,
parameter :: model_lfa = 1
14 integer,
parameter :: model_ee53 = 2
29 type(cfg_t),
intent(inout) :: cfg
30 character(len=name_len) :: model_name
34 call cfg_add_get(cfg,
"model%type", model_name,
"Type of model to use")
36 select case (model_name)
43 error stop
"Unknown model (choices: lfa, ee53)"
Module to set the type of model.
integer, public, protected model_type
Which type of model is used.
logical, public, protected model_has_energy_equation
Whether the model has an energy equation.
subroutine, public model_initialize(cfg)
Initialize the module.