Go to the source code of this file.
◆ user_anamar()
subroutine user_anamar |
( |
| ) |
|
- Brief:
- USER SPECIFIES AN ANALYTICAL TIDE : WATER LEVEL AND CURRENT SPEED ARE VARIABLE IN TIME.
- Parameters
-
[in] | AT | Computation time |
[in] | DDC | Date of computation beginning |
[out] | DZHDT | Variation temporelle de la hauteur de maree |
[out] | LT | Number of the time step currently solved |
[in] | NPOIN2 | Number of points in 2d |
[in] | UC | Current velocity along x at the mesh points |
[in] | VC | Current velocity along y at the mesh points |
[in] | X | Abscissae of points in the mesh |
[in] | Y | Ordinates of points in the mesh |
[out] | ZM | Depth at time at, at the mesh points |
[in] | ZM1 | Depth at time tm1, at the mesh points |
[in] | ZM2 | Depth at time tm2, at the mesh points |
Definition at line 4 of file user_anamar.f.