Go to the source code of this file.
|
subroutine | utimp_drogues (LTL, ATL, NPOIN2, NPOIN3, XFLOT, YFLOT, ZFLOT, TAGFLO, CLSFLO, NFLOT, NFLOT_MAX, FLOPRD, DEJA, T2DFLO, T2DBLO, MARDAT, MARTIM) |
|
◆ utimp_drogues()
subroutine utimp_drogues |
( |
integer, intent(in) |
LTL, |
|
|
double precision, intent(in) |
ATL, |
|
|
integer, intent(in) |
NPOIN2, |
|
|
integer, intent(in) |
NPOIN3, |
|
|
double precision, dimension(nflot_max), intent(inout) |
XFLOT, |
|
|
double precision, dimension(nflot_max), intent(inout) |
YFLOT, |
|
|
double precision, dimension(nflot_max), intent(inout) |
ZFLOT, |
|
|
integer, dimension(nflot_max), intent(inout) |
TAGFLO, |
|
|
integer, dimension(nflot_max), intent(inout) |
CLSFLO, |
|
|
integer, intent(in) |
NFLOT, |
|
|
integer, intent(in) |
NFLOT_MAX, |
|
|
integer, intent(in) |
FLOPRD, |
|
|
logical, intent(inout) |
DEJA, |
|
|
type(bief_file), intent(in) |
T2DFLO, |
|
|
type(bief_file), intent(in) |
T2DBLO, |
|
|
integer, dimension(3), intent(in) |
MARDAT, |
|
|
integer, dimension(3), intent(in) |
MARTIM |
|
) |
| |
- Parameters
-
[in] | atl | ATL Time of time step, in seconds |
[in,out] | CLSFLO | Class of floats |
[in,out] | DEJA | Indicates first call of subroutine |
[in] | MARDAT | Date (year, month,day) |
[in] | MARTIM | Time (hour, minute,second) |
[in] | FLOPRD | Period of listing outputs |
[in] | LTL | Current time step |
[in] | LUFLO | Logical unit for the ascii output file |
[in] | LUBLO | Logical unit for the binary output file |
[in] | FMTBLO | Format for the output file |
[in] | NPOIN2 | Number of points in 2d mesh |
[in] | NPOIN3 | Number of points |
[in] | NFLOT | Number of floats. |
[in] | NFLOT_MAX | Maximum number of floats. |
[in,out] | TAGFLO | Tags of floats |
[in,out] | XFLOT | Abscissae of floats |
[in,out] | YFLOT | Ordinates of floats |
[in,out] | ZFLOT | Elevations of floats |
[in] | T2DFLO | Ascii drogues file |
[in] | T2DBLO | Binary drogues file |
Definition at line 8 of file utimp_drogues.f.