Oasis3-MCT
 All Classes Files Functions Variables Macros Pages
Private Member Functions | List of all members
mod_oasis_grid::oasis_write_corner Interface Reference

Generic interface to support writing 4 or 8 byte reals. More...

Private Member Functions

subroutine oasis_write_corner_r4 (cgrid, nx, ny, nc, clon, clat, partid)
 User interface to set corner latitudes and longitudes for 4 byte reals. More...
 
subroutine oasis_write_corner_r8 (cgrid, nx, ny, nc, clon, clat, partid)
 User interface to set corner latitudes and longitudes for 8 byte reals. More...
 

Detailed Description

Generic interface to support writing 4 or 8 byte reals.

Definition at line 95 of file mod_oasis_grid.F90.

Member Function/Subroutine Documentation

subroutine mod_oasis_grid::oasis_write_corner::oasis_write_corner_r4 ( character(len=*), intent(in)  cgrid,
integer(kind=ip_intwp_p), intent(in)  nx,
integer(kind=ip_intwp_p), intent(in)  ny,
integer(kind=ip_intwp_p), intent(in)  nc,
real(kind=ip_single_p), dimension(:,:,:), intent(in)  clon,
real(kind=ip_single_p), dimension(:,:,:), intent(in)  clat,
integer(kind=ip_intwp_p), intent(in), optional  partid 
)
private

User interface to set corner latitudes and longitudes for 4 byte reals.

Parameters
[in]cgridgrid name
[in]nxglobal nx size
[in]nyglobal ny size
[in]ncnumber of corners per cell
[in]cloncorner longitudes
[in]clatcorner latitudes
[in]partidpartition id if nonglobal data

Definition at line 560 of file mod_oasis_grid.F90.

subroutine mod_oasis_grid::oasis_write_corner::oasis_write_corner_r8 ( character(len=*), intent(in)  cgrid,
integer(kind=ip_intwp_p), intent(in)  nx,
integer(kind=ip_intwp_p), intent(in)  ny,
integer(kind=ip_intwp_p), intent(in)  nc,
real(kind=ip_double_p), dimension(:,:,:), intent(in)  clon,
real(kind=ip_double_p), dimension(:,:,:), intent(in)  clat,
integer(kind=ip_intwp_p), intent(in), optional  partid 
)
private

User interface to set corner latitudes and longitudes for 8 byte reals.

Parameters
[in]cgridgrid name
[in]nxglobal nx size
[in]nyglobal ny size
[in]ncnumber of corners per cell
[in]cloncorner longitudes
[in]clatcorner latitudes
[in]partidpartition id if nonglobal data

Definition at line 492 of file mod_oasis_grid.F90.


The documentation for this interface was generated from the following file: