next up previous contents
Next: 4.26 Fortran: Module Interface Up: 4 Module Descriptions Previous: 4.24 Fortran: Module Interface   Contents

Subsections

4.25 Fortran: Module Interface ice_scaling - scale ice (Source File: ice_scaling.F)


INTERFACE:

       module ice_scaling
REVISION HISTORY:
   author: C.M.Bitz ?
USES:
       use ice_domain
       use ice_kinds_mod
       use ice_constants
       use ice_state

4.25.1 scale_fluxes - scale fluxes


INTERFACE:

       subroutine scale_fluxes
REVISION HISTORY:
   author: C.M.Bitz ?
USES:
       use ice_flux
       use ice_albedo
       use ice_history
       use ice_grid
INPUT/OUTPUT PARAMETERS:


4.25.2 scale_hist_fluxes - scale history fluxes


INTERFACE:

       subroutine scale_hist_fluxes
REVISION HISTORY:
   author: C.M.Bitz ?
USES:
       use ice_flux
       use ice_albedo
       use ice_history
       use ice_grid
INPUT/OUTPUT PARAMETERS:




csm@ucar.edu