| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=C_INT), | intent(in) | :: | ncid | |||
| integer(kind=C_INT), | intent(in) | :: | varid | |||
| character(len=*), | intent(inout), | target | :: | string |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=C_INT), | intent(in) | :: | ncid | |||
| integer(kind=C_INT), | intent(in) | :: | varid | |||
| character(len=*), | intent(inout), | target | :: | string(:) | ||
| integer, | intent(in), | optional | :: | start(:) | ||
| integer, | intent(in), | optional | :: | count(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=C_INT), | intent(in) | :: | ncid | |||
| integer(kind=C_INT), | intent(in) | :: | varid | |||
| character(len=*), | intent(in), | target | :: | string |
| Type | Intent | Optional | 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(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=C_INT), | intent(in) | :: | ncid | |||
| integer(kind=C_INT), | intent(in) | :: | varid | |||
| character(len=*), | intent(in) | :: | name | |||
| character(len=:), | intent(out), | allocatable | :: | string |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | ncid | |||
| integer, | intent(in) | :: | varid | |||
| integer, | intent(out) | :: | str_len |