ROMS
Loading...
Searching...
No Matches
bbl.F
Go to the documentation of this file.
1#include "cppdefs.h"
2#if defined NONLINEAR && defined BBL_MODEL
3!!
4!!git $Id$
5!!================================================= Hernan G. Arango ===
6!! Copyright (c) 2002-2025 The ROMS Group !
7!! Licensed under a MIT/X style license !
8!! See License_ROMS.md !
9!!======================================================================
10!! !
11!! This routine computes bottom momentum stress via a bottom boundary !
12!! layer formulation. !
13!! !
14!!======================================================================
15!!
16# if defined SSW_BBL
17# include "ssw_bbl.h"
18# elif defined MB_BBL
19# include "mb_bbl.h"
20# elif defined SG_BBL
21# include "sg_bbl.h"
22# else
23 MODULE bbl_mod
24 END MODULE bbl_mod
25# endif
26#else
27 MODULE bbl_mod
28 END MODULE bbl_mod
29#endif