My Project
|
Public Member Functions | |
type(ncatt) function, pointer | nc_make_runtime_att_chr_scl (NAME, VALUES) |
type(ncatt) function, pointer | nc_make_runtime_att_chr_vec (NAME, VALUES) |
Definition at line 64 of file mod_nctools.f90.
type(ncatt) function, pointer mod_nctools::nc_make_runtime_att_chr::nc_make_runtime_att_chr_scl | ( | character(len=*), intent(in) | NAME, |
character(len=*), intent(in) | VALUES | ||
) |
Definition at line 662 of file mod_nctools.f90.
type(ncatt) function, pointer mod_nctools::nc_make_runtime_att_chr::nc_make_runtime_att_chr_vec | ( | character(len=*), intent(in) | NAME, |
character(len=*), dimension(:), intent(in), allocatable | VALUES | ||
) |
Definition at line 693 of file mod_nctools.f90.