SCORPIO APIs for writing non-distributed arrays This file contains the SCORPIO APIs for writing ("put"ting) non-distributed arrays.
More...
|
integer function | spio_put_var::pio_put_var1_text (file, varid, start, str) |
| Write/Put a string to a variable (character array) in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_var1_int (file, varid, start, val) |
| Write/Put one element/datum (int) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_var1_real (file, varid, start, val) |
| Write/Put one element/datum (real) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_var1_double (file, varid, start, val) |
| Write/Put one element/datum (double) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_var1_vdesc_text (file, vdesc, start, val) |
| Write/Put one element/datum (text) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_var1_vdesc_int (file, vdesc, start, val) |
| Write/Put one element/datum (int) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_var1_vdesc_real (file, vdesc, start, val) |
| Write/Put one element/datum (real) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_var1_vdesc_double (file, vdesc, start, val) |
| Write/Put one element/datum (double) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_1d_text (file, varid, start, cnt, val) |
| Function to write/put specified number of strings to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_2d_text (file, varid, start, cnt, val) |
| Function to write/put specified number of strings to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_3d_text (file, varid, start, cnt, val) |
| Function to write/put specified number of strings to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_4d_text (file, varid, start, cnt, val) |
| Function to write/put specified number of strings to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_5d_text (file, varid, start, cnt, val) |
| Function to write/put specified number of strings to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_1d_int (file, varid, start, cnt, val) |
| Function to write/put specified number of elements ($int) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_2d_int (file, varid, start, cnt, val) |
| Function to write/put specified number of elements ($int) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_3d_int (file, varid, start, cnt, val) |
| Function to write/put specified number of elements ($int) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_4d_int (file, varid, start, cnt, val) |
| Function to write/put specified number of elements ($int) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_5d_int (file, varid, start, cnt, val) |
| Function to write/put specified number of elements ($int) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_1d_real (file, varid, start, cnt, val) |
| Function to write/put specified number of elements ($real) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_2d_real (file, varid, start, cnt, val) |
| Function to write/put specified number of elements ($real) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_3d_real (file, varid, start, cnt, val) |
| Function to write/put specified number of elements ($real) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_4d_real (file, varid, start, cnt, val) |
| Function to write/put specified number of elements ($real) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_5d_real (file, varid, start, cnt, val) |
| Function to write/put specified number of elements ($real) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_1d_double (file, varid, start, cnt, val) |
| Function to write/put specified number of elements ($double) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_2d_double (file, varid, start, cnt, val) |
| Function to write/put specified number of elements ($double) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_3d_double (file, varid, start, cnt, val) |
| Function to write/put specified number of elements ($double) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_4d_double (file, varid, start, cnt, val) |
| Function to write/put specified number of elements ($double) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_5d_double (file, varid, start, cnt, val) |
| Function to write/put specified number of elements ($double) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_vdesc_1d_text (file, vdesc, start, cnt, val) |
| Function to write/put specified number of elements ($text) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_vdesc_2d_text (file, vdesc, start, cnt, val) |
| Function to write/put specified number of elements ($text) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_vdesc_3d_text (file, vdesc, start, cnt, val) |
| Function to write/put specified number of elements ($text) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_vdesc_4d_text (file, vdesc, start, cnt, val) |
| Function to write/put specified number of elements ($text) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_vdesc_5d_text (file, vdesc, start, cnt, val) |
| Function to write/put specified number of elements ($text) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_vdesc_1d_real (file, vdesc, start, cnt, val) |
| Function to write/put specified number of elements ($real) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_vdesc_2d_real (file, vdesc, start, cnt, val) |
| Function to write/put specified number of elements ($real) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_vdesc_3d_real (file, vdesc, start, cnt, val) |
| Function to write/put specified number of elements ($real) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_vdesc_4d_real (file, vdesc, start, cnt, val) |
| Function to write/put specified number of elements ($real) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_vdesc_5d_real (file, vdesc, start, cnt, val) |
| Function to write/put specified number of elements ($real) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_vdesc_1d_double (file, vdesc, start, cnt, val) |
| Function to write/put specified number of elements ($double) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_vdesc_2d_double (file, vdesc, start, cnt, val) |
| Function to write/put specified number of elements ($double) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_vdesc_3d_double (file, vdesc, start, cnt, val) |
| Function to write/put specified number of elements ($double) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_vdesc_4d_double (file, vdesc, start, cnt, val) |
| Function to write/put specified number of elements ($double) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_vdesc_5d_double (file, vdesc, start, cnt, val) |
| Function to write/put specified number of elements ($double) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_vdesc_1d_int (file, vdesc, start, cnt, val) |
| Function to write/put specified number of elements ($int) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_vdesc_2d_int (file, vdesc, start, cnt, val) |
| Function to write/put specified number of elements ($int) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_vdesc_3d_int (file, vdesc, start, cnt, val) |
| Function to write/put specified number of elements ($int) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_vdesc_4d_int (file, vdesc, start, cnt, val) |
| Function to write/put specified number of elements ($int) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_vara_vdesc_5d_int (file, vdesc, start, cnt, val) |
| Function to write/put specified number of elements ($int) to a variable in a file at a specified index. More...
|
|
integer function | spio_put_var::pio_put_var_0d_text (file, varid, val) |
| Function to write/put strings to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_1d_text (file, varid, val) |
| Function to write/put strings to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_2d_text (file, varid, val) |
| Function to write/put strings to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_3d_text (file, varid, val) |
| Function to write/put strings to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_4d_text (file, varid, val) |
| Function to write/put strings to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_5d_text (file, varid, val) |
| Function to write/put strings to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_0d_int (file, varid, val) |
| Function to write/put all elements to a scalar variable. More...
|
|
integer function | spio_put_var::pio_put_var_0d_real (file, varid, val) |
| Function to write/put all elements to a scalar variable. More...
|
|
integer function | spio_put_var::pio_put_var_0d_double (file, varid, val) |
| Function to write/put all elements to a scalar variable. More...
|
|
integer function | spio_put_var::pio_put_var_1d_int (file, varid, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_2d_int (file, varid, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_3d_int (file, varid, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_4d_int (file, varid, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_5d_int (file, varid, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_1d_real (file, varid, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_2d_real (file, varid, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_3d_real (file, varid, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_4d_real (file, varid, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_5d_real (file, varid, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_1d_double (file, varid, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_2d_double (file, varid, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_3d_double (file, varid, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_4d_double (file, varid, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_5d_double (file, varid, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_vdesc_0d_text (file, vdesc, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_vdesc_1d_text (file, vdesc, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_vdesc_2d_text (file, vdesc, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_vdesc_3d_text (file, vdesc, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_vdesc_4d_text (file, vdesc, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_vdesc_5d_text (file, vdesc, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_vdesc_0d_int (file, vdesc, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_vdesc_1d_int (file, vdesc, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_vdesc_2d_int (file, vdesc, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_vdesc_3d_int (file, vdesc, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_vdesc_4d_int (file, vdesc, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_vdesc_5d_int (file, vdesc, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_vdesc_0d_real (file, vdesc, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_vdesc_1d_real (file, vdesc, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_vdesc_2d_real (file, vdesc, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_vdesc_3d_real (file, vdesc, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_vdesc_4d_real (file, vdesc, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_vdesc_5d_real (file, vdesc, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_vdesc_0d_double (file, vdesc, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_vdesc_1d_double (file, vdesc, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_vdesc_2d_double (file, vdesc, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_vdesc_3d_double (file, vdesc, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_vdesc_4d_double (file, vdesc, val) |
| Function to write/put all elements to a variable. More...
|
|
integer function | spio_put_var::pio_put_var_vdesc_5d_double (file, vdesc, val) |
| Function to write/put all elements to a variable. More...
|
|