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************************************************************************
10** this
module declares ice model variables and parameteres. **
12** the current design allows the user to have a lot of latitude for **
13** customizing or adding any particular sea-ice model. **
15** each ice model is composed of seven files: **
17** (1) internal model parameters declaration: **
21** (2) model parameters standard input script: **
25** (3) code to
read input model parameters: **
29** (4) code to assign indices to model variables during the **
30** reading of metadata information from
"varinfo.yaml": **
34** note that all the *.h files are located in roms/nonlinear/seaice **
35** and included within <...> to allow the user to customize any of **
36** them in the project directory
while keeping the distributed code **
37** intact(check the build script for details). **
39************************************************************************