next up previous contents
Next: 4.15 Fortran: Module Interface Up: 4 Module Descriptions Previous: 4.13 Fortran: Module Interface   Contents

Subsections

4.14 Fortran: Module Interface ice_init - parameter and variable initializations (Source File: ice_init.F)

parameter and variable initializations


REVISION HISTORY:

   
   authors Elizabeth C. Hunke, LANL
           C. M. Bitz
INTERFACE:
       module ice_init
USES:
       use ice_domain

4.14.1 input_data - namelist variables


INTERFACE:

       subroutine input_data
DESCRIPTION:

Namelist variables, set to default values; may be altered at run time


REVISION HISTORY:

   
   author Elizabeth C. Hunke, LANL
USES:
       use ice_mechred
       use ice_diagnostics
       use ice_history
       use ice_calendar
       use ice_dyn_evp
       use ice_itd
       use ice_transport
       use ice_prescribed
       use ice_ocean
       use shr_sys_mod, only : shr_sys_abort
INPUT/OUTPUT PARAMETERS:


4.14.2 init_state - initialize state for itd


INTERFACE:

       subroutine init_state
DESCRIPTION:

Initialize state for the itd model


REVISION HISTORY:

   
   author C. M. Bitz
USES:
       use ice_model_size
       use ice_constants
       use ice_flux
       use ice_vthermo
       use ice_grid
       use ice_state
       use ice_itd
       use ice_dh
INPUT/OUTPUT PARAMETERS:


4.14.3 init_flux - initialize fluxes exchanged with coupler


INTERFACE:

       subroutine init_flux
DESCRIPTION:

Initialize all fluxes exchanged with flux coupler and some data derived fields


REVISION HISTORY:

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


4.14.4 setup_mpi - initialize mpi


INTERFACE:

       subroutine setup_mpi
DESCRIPTION:

This routine initializes mpi for either internal parallel processing or for message passing with the coupler


REVISION HISTORY:

   
   author Elizabeth C. Hunke, LANL
   code originally based on POP routine
USES:
       use ice_mpi_internal
       use ice_coupling
       use shr_sys_mod, only : shr_sys_abort
INPUT/OUTPUT PARAMETERS:



next up previous contents
Next: 4.15 Fortran: Module Interface Up: 4 Module Descriptions Previous: 4.13 Fortran: Module Interface   Contents
csm@ucar.edu