ROMS
Loading...
Searching...
No Matches
tl_step2d.F
Go to the documentation of this file.
1#include "cppdefs.h"
2#ifdef TANGENT
3!
4!git $Id$
5!================================================== Hernan G. Arango ===
6! Copyright (c) 2002-2025 The ROMS Group Andrew M. Moore !
7! Licensed under a MIT/X style license !
8! See License_ROMS.md !
9!=======================================================================
10! !
11! This subroutine performs a fast (predictor or corrector) time-step !
12! for the free-surface and 2D momentum tangent linear equations. !
13# ifdef SOLVE3D
14! It also calculates the time filtering variables over all fast-time !
15! steps to damp high frequency signals in 3D applications. !
16# endif
17! !
18!=======================================================================
19!
20# include "tl_step2d_LF_AM3.h"
21#else
22 MODULE tl_step2d_mod
23 END MODULE tl_step2d_mod
24#endif