pio_nf_utils Module

@private


Uses


Interfaces

public interface copy_pio_var

  • 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(:)