ETS-Core  version:0.0.4-46-ge2d8
Core actors for the ETS-6
 All Classes Files Functions Variables Pages
Functions/Subroutines
update_numerics.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine update_numerics (CORESOLVER_IN,TIME, TAU, TAU_MIN, TAU_MAX,SOLVER, AMIX_PROF, AMIX_TRANSP, AMIX_SRC,
 

Function/Subroutine Documentation

subroutine update_numerics ( type (ids_transport_solver_numerics), intent(in)  CORESOLVER_IN,
real (ids_real), intent(in)  TIME,
real (ids_real), intent(in)  TAU,
real (ids_real), intent(in)  TAU_MIN,
real (ids_real), intent(in)  TAU_MAX,
integer (ids_int), intent(in)  SOLVER,
real (ids_real), intent(in)  AMIX_PROF,
real (ids_real), intent(in)  AMIX_TRANSP,
real (ids_real), intent(in)  AMIX_SRC 
)
Parameters
[in]coresolver_inInput transport_solver numerics IDS.
[in]timePresent time (s).
[in]tauTime step (s).
[in]tau_minMinimum time step allowed in the simulation (s).
[in]tau_maxMaximum time step allowed in the simulation (s).
[in]amix_prof–to-be-added–
[in]amix_transp–to-be-added–
[in]amix_src–to-be-added–
[in]solver–to-be-added–

Definition at line 12 of file update_numerics.f90.