Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
function CB_ei_FIO(params,v)TYPE(KORC_PARAMS),INTENT(IN)::paramsREAL(rp),INTENT(IN)::vREAL(rp)::CB_ei_FIOREAL(rp)::CB_ei_tempREAL(rp)::xINTEGER::ix=v/cparams_ss%VTeCB_ei_FIO=(0.5_rp*cparams_ss%Gammac/v)*(cparams_ss%Zeff*&CLogei(v,cparams_ss%ne,cparams_ss%Te)/&CLogee(v,cparams_ss%ne,cparams_ss%Te))if(params%bound_electron_model.eq.'HESSLOW')thenCB_ei_temp=CB_ei_FIOdo i=1,1CB_ei_temp=CB_ei_temp+CB_ei_FIO*cparams_ms%nz(i)/(cparams_ms%ne*&cparams_ss%Zeff*CLogei(v,cparams_ss%ne,cparams_ss%Te))*&g_j(i,v)end doCB_ei_FIO=CB_ei_tempend if end function CB_ei_FIO