ROMS
Loading...
Searching...
No Matches
rp_step2d.F
Go to the documentation of this file.
1#include "cppdefs.h"
2#ifdef TL_IOMS
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 representers tangent linear !
13! equations. !
14# ifdef SOLVE3D
15! It also calculates the time filtering variables over all fast-time !
16! steps to damp high frequency signals in 3D applications. !
17# endif
18! !
19!=======================================================================
20!
21# include "rp_step2d_LF_AM3.h"
22#else
23 MODULE rp_step2d_mod
24 END MODULE rp_step2d_mod
25#endif