Go to the source code of this file.
|
subroutine | addtracer (NAMETRAC, MTRAC, ITRAC, ADD, NAME1, NAME2, UNIT0) |
|
◆ addtracer()
subroutine addtracer |
( |
character(len=32), dimension(*), intent(inout) |
NAMETRAC, |
|
|
integer, intent(inout) |
MTRAC, |
|
|
integer, intent(inout) |
ITRAC, |
|
|
logical, intent(in) |
ADD, |
|
|
character(len=16), intent(in) |
NAME1, |
|
|
character(len=16), intent(in) |
NAME2, |
|
|
character(len=16), intent(in) |
UNIT0 |
|
) |
| |
- Parameters
-
[in,out] | mtrac | [in, out] NAMETRAC Table containing tracers' names |
[in] | UNIT0 | Unit of the tracer to add |
[in] | ADD | Optional: whether to add the tracer or not |
[in,out] | itrac | [in, out] NAMETRAC Table containing tracers' names |
[in] | UNIT0 | Unit of the tracer to add |
[in] | ADD | Optional: whether to add the tracer or not |
Definition at line 7 of file addtracer.f.