ROMS
Loading...
Searching...
No Matches
tl_uv3dmix.F
Go to the documentation of this file.
1
#include "cppdefs.h"
2
3
#if defined TANGENT && defined SOLVE3D && \
4
(defined uv_vis2 || defined uv_vis4)
5
!!
6
!!git $Id$
7
!!================================================= Hernan G. Arango ===
8
!! Copyright (c) 2002-2025 The ROMS Group !
9
!! Licensed under a MIT/X style license !
10
!! See License_ROMS.md !
11
!!======================================================================
12
!! !
13
!! This routine computes tangent linear horizontal viscosity of !
14
!! momentum. !
15
!! !
16
!!======================================================================
17
!!
18
# ifdef UV_VIS2
19
# if defined MIX_S_UV
20
# include "tl_uv3dmix2_s.h"
21
# elif defined MIX_GEO_UV
22
# include "tl_uv3dmix2_geo.h"
23
# endif
24
# endif
25
26
# ifdef UV_VIS4
27
# if defined MIX_S_UV
28
# include "tl_uv3dmix4_s.h"
29
# elif defined MIX_GEO_UV
30
# include "tl_uv3dmix4_geo.h"
31
# endif
32
# endif
33
#else
34
MODULE
tl_uv3dmix2_mod
35
END MODULE
tl_uv3dmix2_mod
36
37
MODULE
tl_uv3dmix4_mod
38
END MODULE
tl_uv3dmix4_mod
39
#endif
tl_uv3dmix2_mod
Definition
tl_uv3dmix2_geo.h:1
tl_uv3dmix4_mod
Definition
tl_uv3dmix4_geo.h:1
ROMS
Tangent
tl_uv3dmix.F
Generated by
1.12.0