Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | parent_id |
NetCDF ID of the parent group/file |
||
character(len=*), | intent(in) | :: | name |
Name of the variable |
||
complex, | intent(in), | dimension(:, :, :, :, :) | :: | values |
Array to be written |
|
character(len=*), | intent(in), | dimension(:) | :: | dim_names |
Array of dimension names |
|
character(len=*), | intent(in), | optional | :: | units |
Units of coordinate |
|
character(len=*), | intent(in), | optional | :: | long_name |
Long descriptive name |
|
integer, | intent(in), | optional, | dimension(:) | :: | start |