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

Subsections

4.23 Fortran: Module Interface ice_prnpnt - diagnostic grid point info during execution (Source File: ice_prnpnt.F)

This module defines the grid points desired for printout of atmospheric and ocean inputs and ice model outputs. Data for each point is written to a separate file as ascii tables. The specific points are set by lat/lons (-90 to 90 lat and -180 to +180 lon) in a data statement. A descriptive label is useful to distinguish points. The code chooses the nearest model grid point to the specified lat/lon. Points for task 0 are written in the ice model execution directory; all other task points are written one directory up (on IBM).


REVISION HISTORY:

   author  Bruce P. Briegleb, NCAR
INTERFACE:
 
       module ice_prnpnt
USES:
       use ice_domain
       use ice_constants
       use ice_calendar
       use shr_sys_mod, only : shr_sys_flush

4.23.1 intpnt - initializes printout of grid point data


INTERFACE:

       subroutine intpnt
DESCRIPTION:

Initialize printout of points by finding tasks for requested points, and defining file names for each point. Prints out description of points and tasks to log file.


REVISION HISTORY:

   author  Bruce P. Briegleb, NCAR
USES:
       use ice_grid
       use ice_mpi_internal
INPUT/OUTPUT PARAMETERS:


4.23.2 diags_cpl_in - grid point printout of input info from coupler


INTERFACE:

       subroutine diags_cpl_in
DESCRIPTION:

Printout atmospheric forcing data for selected grid points as received from the coupler.


REVISION HISTORY:

   author  Bruce P. Briegleb, NCAR
USES:
       use ice_flux
       use ice_calendar
INPUT/OUTPUT PARAMETERS:


4.23.3 diags_cpl_out - grid point printout of info sent to coupler


INTERFACE:

       subroutine diags_cpl_out
DESCRIPTION:

Printout grid point info sent to coupler


USES:

       use ice_flux
       use ice_albedo
       use ice_calendar
       use ice_state
INPUT/OUTPUT PARAMETERS:



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