ROMS
Loading...
Searching...
No Matches
step2d.F
Go to the documentation of this file.
1#include "cppdefs.h"
2#ifdef NONLINEAR
3!
4!git $Id$
5!=======================================================================
6! Copyright (c) 2002-2025 The ROMS Group !
7! Licensed under a MIT/X style license Hernan G. Arango !
8! See License_ROMS.md Alexander F. Shchepetkin !
9!==================================================== John C. Warner ===
10! !
11! This subroutine performs a fast (predictor or corrector) time-step !
12! for the free-surface and 2D momentum nonlinear 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 "step2d_LF_AM3.h"
21#else
22 MODULE step2d_mod
23 END MODULE step2d_mod
24#endif