ROMS
Loading...
Searching...
No Matches
ice_thermo.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 ice thermodynamic growth and decay **
11** term. currently the only option is the mellor-kantha(1989) **
12** formulation. **
13** **
14************************************************************************
15*/
16#if defined ICE_MODEL && defined ICE_THERMO
17# ifdef ICE_MK
18# include <ice_mk.h>
19# endif
20#else
21 MODULE ice_thermo_mod
22 END MODULE ice_thermo_mod
23#endif
24