copy_pio_var Interface

public interface copy_pio_var

Module Procedures

private subroutine copy_pio_var01d(Ifh, Ofh, ivid, ovid, length, strlength)

Arguments

Type IntentOptional Attributes Name
type(File_desc_t) :: Ifh
type(File_desc_t) :: Ofh
type(Var_desc_t) :: ivid
type(Var_desc_t) :: ovid
integer, intent(in) :: length
integer, intent(in), optional :: strlength

private subroutine copy_pio_var2d(Ifh, Ofh, ivid, ovid, length)

Arguments

Type IntentOptional Attributes Name
type(File_desc_t) :: Ifh
type(File_desc_t) :: Ofh
type(Var_desc_t) :: ivid
type(Var_desc_t) :: ovid
integer, intent(in) :: length(:)