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

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

Private Member Functions

subroutine oasis_write_angle_r4 (cgrid, nx, ny, angle, partid)
 User interface to set angle for 4 byte reals. More...
 
subroutine oasis_write_angle_r8 (cgrid, nx, ny, angle, partid)
 User interface to set angle for 8 byte reals. More...
 

Detailed Description

Generic interface to support writing 4 or 8 byte reals.

Definition at line 87 of file mod_oasis_grid.F90.

Member Function/Subroutine Documentation

subroutine mod_oasis_grid::oasis_write_angle::oasis_write_angle_r4 ( character(len=*), intent(in)  cgrid,
integer(kind=ip_intwp_p), intent(in)  nx,
integer(kind=ip_intwp_p), intent(in)  ny,
real(kind=ip_single_p), dimension(:,:), intent(in)  angle,
integer(kind=ip_intwp_p), intent(in), optional  partid 
)
private

User interface to set angle for 4 byte reals.

Parameters
[in]cgridgrid name
[in]nxglobal nx size
[in]nyglobal ny size
[in]angleangles
[in]partidpartition id if nonglobal data

Definition at line 437 of file mod_oasis_grid.F90.

subroutine mod_oasis_grid::oasis_write_angle::oasis_write_angle_r8 ( character(len=*), intent(in)  cgrid,
integer(kind=ip_intwp_p), intent(in)  nx,
integer(kind=ip_intwp_p), intent(in)  ny,
real(kind=ip_double_p), dimension(:,:), intent(in)  angle,
integer(kind=ip_intwp_p), intent(in), optional  partid 
)
private

User interface to set angle for 8 byte reals.

Parameters
[in]cgridgrid name
[in]nxglobal nx size
[in]nyglobal ny size
[in]angleangles
[in]partidpartition id if nonglobal data

Definition at line 381 of file mod_oasis_grid.F90.


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