Next: , Previous: Subsetting in C, Up: Subsets


3.4.2 Reading and Writing Subsets of Data in Fortran 77

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 NF_GET_VAR_ type


Write the entire variable at once NF_PUT_VAR_ type


Read just one value NF_GET_VAR1_ type


Write just one value NF_PUT_VAR1_ type


Read an array subset NF_GET_VARA_ type


Write an array subset NF_PUT_VARA_ type


Read an array with strides NF_GET_VARS_ type


Write an array with strides NF_PUT_VARS_ type