Generic overloaded interface for data get (receive)
More...
|
subroutine | oasis_get_r14 (id_port_id, kstep, rd_field, kinfo) |
| Receive 4 byte real 1D data. More...
|
|
subroutine | oasis_get_r24 (id_port_id, kstep, rd_field, kinfo) |
| Receive 4 byte real 2D data. More...
|
|
subroutine | oasis_get_r18 (id_port_id, kstep, rd_field, kinfo) |
| Receive 8 byte real 1D data. More...
|
|
subroutine | oasis_get_r28 (id_port_id, kstep, rd_field, kinfo) |
| Receive 8 byte real 2D data. More...
|
|
Generic overloaded interface for data get (receive)
Definition at line 36 of file mod_oasis_getput_interface.F90.
subroutine mod_oasis_getput_interface::oasis_get::oasis_get_r14 |
( |
integer(kind=ip_i4_p), intent(in) |
id_port_id, |
|
|
integer(kind=ip_i4_p), intent(in) |
kstep, |
|
|
real(kind=ip_single_p), dimension(:), intent(inout) |
rd_field, |
|
|
integer(kind=ip_i4_p), intent(out), optional |
kinfo |
|
) |
| |
|
private |
Receive 4 byte real 1D data.
- Parameters
-
[in] | id_port_id | variable id |
[in] | kstep | model time in seconds |
[in,out] | rd_field | field data |
[out] | kinfo | return code |
Definition at line 643 of file mod_oasis_getput_interface.F90.
subroutine mod_oasis_getput_interface::oasis_get::oasis_get_r18 |
( |
integer(kind=ip_i4_p), intent(in) |
id_port_id, |
|
|
integer(kind=ip_i4_p), intent(in) |
kstep, |
|
|
real(kind=ip_double_p), dimension(:), intent(inout) |
rd_field, |
|
|
integer(kind=ip_i4_p), intent(out), optional |
kinfo |
|
) |
| |
|
private |
Receive 8 byte real 1D data.
- Parameters
-
[in] | id_port_id | variable id |
[in] | kstep | model time in seconds |
[in,out] | rd_field | field data |
[out] | kinfo | return code |
Definition at line 716 of file mod_oasis_getput_interface.F90.
subroutine mod_oasis_getput_interface::oasis_get::oasis_get_r24 |
( |
integer(kind=ip_i4_p), intent(in) |
id_port_id, |
|
|
integer(kind=ip_i4_p), intent(in) |
kstep, |
|
|
real(kind=ip_single_p), dimension(:,:), intent(inout) |
rd_field, |
|
|
integer(kind=ip_i4_p), intent(out), optional |
kinfo |
|
) |
| |
|
private |
Receive 4 byte real 2D data.
- Parameters
-
[in] | id_port_id | variable id |
[in] | kstep | model time in seconds |
[in,out] | rd_field | field data |
[out] | kinfo | return code |
Definition at line 779 of file mod_oasis_getput_interface.F90.
subroutine mod_oasis_getput_interface::oasis_get::oasis_get_r28 |
( |
integer(kind=ip_i4_p), intent(in) |
id_port_id, |
|
|
integer(kind=ip_i4_p), intent(in) |
kstep, |
|
|
real(kind=ip_double_p), dimension(:,:), intent(inout) |
rd_field, |
|
|
integer(kind=ip_i4_p), intent(out), optional |
kinfo |
|
) |
| |
|
private |
Receive 8 byte real 2D data.
- Parameters
-
[in] | id_port_id | variable id |
[in] | kstep | model time in seconds |
[in,out] | rd_field | field data |
[out] | kinfo | return code |
Definition at line 854 of file mod_oasis_getput_interface.F90.
The documentation for this interface was generated from the following file: