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

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

Private Member Functions

subroutine oasis_write_grid_r4 (cgrid, nx, ny, lon, lat, partid)
 User interface to set latitudes and longitudes for 4 byte reals. More...
 
subroutine oasis_write_grid_r8 (cgrid, nx, ny, lon, lat, partid)
 User interface to set latitudes and longitudes for 8 byte reals. More...
 

Detailed Description

Generic interface to support writing 4 or 8 byte reals.

Definition at line 79 of file mod_oasis_grid.F90.

Member Function/Subroutine Documentation

subroutine mod_oasis_grid::oasis_write_grid::oasis_write_grid_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)  lon,
real(kind=ip_single_p), dimension(:,:), intent(in)  lat,
integer(kind=ip_intwp_p), intent(in), optional  partid 
)
private

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

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

Definition at line 315 of file mod_oasis_grid.F90.

subroutine mod_oasis_grid::oasis_write_grid::oasis_write_grid_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)  lon,
real(kind=ip_double_p), dimension(:,:), intent(in)  lat,
integer(kind=ip_intwp_p), intent(in), optional  partid 
)
private

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

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

Definition at line 248 of file mod_oasis_grid.F90.


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