pfio_nf90_put_var_string Interface

public interface pfio_nf90_put_var_string

Module Procedures

private function pfio_nf90_put_var_string_0d(ncid, varid, string) result(status)

Arguments

Type IntentOptional Attributes Name
integer(kind=C_INT), intent(in) :: ncid
integer(kind=C_INT), intent(in) :: varid
character(len=*), intent(in), target :: string

Return Value integer

private function pfio_nf90_put_var_string_1d(ncid, varid, string, start, count) result(status)

Arguments

Type IntentOptional Attributes Name
integer(kind=C_INT), intent(in) :: ncid
integer(kind=C_INT), intent(in) :: varid
character(len=*), intent(in), target :: string(:)
integer, intent(in), optional :: start(:)
integer, intent(in), optional :: count(:)

Return Value integer