ROMS
Loading...
Searching...
No Matches
ice_advect.F
Go to the documentation of this file.
1#include "cppdefs.h"
2/*
3** git $id$
4*************************************************** hernan g. arango ***
5** copyright(c) 2002-2025 the roms group **
6** licensed under a mit/x style license **
7** see license_roms.md **
8************************************************************************
9** **
10** this module computes the advection of the ice tracer fields. **
11** **
12************************************************************************
13*/
14#if defined ICE_MODEL && defined ICE_ADVECT
15# if defined ICE_SMOLAR
16# include <ice_smolar.h>
17# endif
18#else
19 MODULE ice_advect_mod
20 END MODULE ice_advect_mod
21#endif