next up previous contents
Next: 4.6 Fortran: Module Interface Up: 4 Module Descriptions Previous: 4.4 Fortran: Module Interface   Contents

Subsections

4.5 Fortran: Module Interface ice_constants - sets physical constants (Source File: ice_constants.F)

This module defines a variety of physical and numerical constants used throughout the ice model

Code originally based on constants.F in POP


REVISION HISTORY:

   author Elizabeth C. Hunke, LANL
INTERFACE:
 
       module ice_constants
USES:
 #ifdef coupled
       use shr_const_mod
 #endif
       use ice_kinds_mod
       use ice_domain

4.5.1 init_constants - initialize constants defined at run time


INTERFACE:

       subroutine init_constants
DESCRIPTION:

Initializes constants that are best defined at run time (e.g. pi)


REVISION HISTORY:

   author Elizabeth C. Hunke, LANL
USES:
INPUT/OUTPUT PARAMETERS:




csm@ucar.edu