![]() |
ETS-Core
version:0.0.4-46-ge2d8
Core actors for the ETS-6
|
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, |
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 | ||
) |
[in] | coresolver_in | Input transport_solver numerics IDS. |
[in] | time | Present time (s). |
[in] | tau | Time step (s). |
[in] | tau_min | Minimum time step allowed in the simulation (s). |
[in] | tau_max | Maximum 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.