next up previous contents
Next: 4.3 Fortran: Module Interface Up: 4 Module Descriptions Previous: 4.1 Fortran: Module Interface   Contents

Subsections

4.2 Fortran: Module Interface ice_albedo - snow and ice albedo parameterization (Source File: ice_albedo.F)

The albedo parameterization


REVISION HISTORY:

   authors:  Bruce P. Briegleb, NCAR 
             Elizabeth C. Hunke, LANL
INTERFACE:
       module ice_albedo
USES:
       use ice_kinds_mod
       use ice_domain

4.2.1 albedos - compute snow/ice albedos and aggregate


INTERFACE:

       subroutine albedos
DESCRIPTION:

Compute albedos and aggregate them
note: ice albedo is zero if no ice present


REVISION HISTORY:

   authors:  Bruce P. Briegleb, NCAR 
             Elizabeth C. Hunke, LANL
USES:
       use ice_constants
       use ice_grid
       use ice_state
INPUT/OUTPUT PARAMETERS:




csm@ucar.edu