SCORPIO 1.9.0
Loading...
Searching...
No Matches
Macros | Functions/Subroutines
pio_nf_utils.F90 File Reference

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...

Macros

#define __PIO_FILE__   "pio_nf_utils.F90"
 

Functions/Subroutines

program __pio_nf_utils_f90__
 
subroutine 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.
 
subroutine copy_pio_var2d (ifile, ofile, ivdesc, ovdesc, varsz, ierr)
 Copy a 2d variable from one file to another.
 

Detailed Description

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.

Macro Definition Documentation

◆ __PIO_FILE__

#define __PIO_FILE__   "pio_nf_utils.F90"

Function/Subroutine Documentation

◆ __pio_nf_utils_f90__()

program __pio_nf_utils_f90__