SCORPIO
1.7.0
|
Miscellaneous SCORPIO Util APIs This file contains the SCORPIO Utility APIs that built on top of other SCORPIO APIs This file also includes misc APIs for copying variables and attributes across files. More...
Modules | |
module | pio_nf_utils |
Macros | |
#define | __PIO_FILE__ "pio_nf_utils.F90" |
Functions/Subroutines | |
subroutine | pio_nf_utils::copy_pio_var01d (ifile, ofile, ivdesc, ovdesc, varsz, strlength, ierr) |
Copy a 0d/scalar/character string or a 1d variable/array_of_strings from one file to another. More... | |
subroutine | pio_nf_utils::copy_pio_var2d (ifile, ofile, ivdesc, ovdesc, varsz, ierr) |
Copy a 2d variable from one file to another. More... | |
Miscellaneous SCORPIO Util APIs This file contains the SCORPIO Utility APIs that built on top of other SCORPIO APIs This file also includes misc APIs for copying variables and attributes across files.
#define __PIO_FILE__ "pio_nf_utils.F90" |