Next: Subsetting in C++, Previous: Subsetting in F77, Up: Subsets
The type of the data may be automatically converted on read or write. For more information about type conversion see Type Conversion.
Read the entire variable at once | NF90_GET_VAR_ type
|
Write the entire variable at once | NF90_PUT_VAR_ type
|
Read just one value | NF90_GET_VAR1_ type
|
Write just one value | NF90_PUT_VAR1_ type
|
Read an array subset | NF90_GET_VARA_ type
|
Write an array subset | NF90_PUT_VARA_ type
|
Read an array with strides | NF90_GET_VARS_ type
|
Write an array with strides | NF90_PUT_VARS_ type
|