next up previous contents
Next: 4.20 Fortran: Module Interface Up: 4 Module Descriptions Previous: 4.18 Fortran: Module Interface   Contents

4.19 Fortran: Module Interface ice_model_size - defines global domain size, category and layer number (Source File: ice_model_size.F)

Defines the global domain size and number of categories and layers.
Code originally based on model_size.F in POP


REVISION HISTORY:

   author Elizabeth C. Hunke
          Fluid Dynamics Group, Los Alamos National Laboratory
INTERFACE:
       module ice_model_size
USES:
       use ice_kinds_mod



csm@ucar.edu