| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | ncid | = | -1 | ||
| logical, | public | :: | is_open | = | .false. | ||
| logical, | public | :: | in_define_mode | = | .false. | ||
| integer, | public | :: | n_vars | = | 0 | ||
| type(var_info_t), | public | :: | vars(max_vars) | ||||
| integer, | public | :: | n_dims | = | 0 | ||
| type(dim_info_t), | public | :: | dims(max_dims) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(netcdf_t), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(netcdf_t), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | filename |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(netcdf_t), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | filename |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(netcdf_t), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | attr_name | |||
| character(len=*), | intent(in) | :: | attr_value |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(netcdf_t), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | attr_name | |||
| character(len=*), | intent(out) | :: | attr_value |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(netcdf_t), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | dim_name | |||
| integer, | intent(in) | :: | dim_length |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(netcdf_t), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | var_name |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(netcdf_t), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | var_name | |||
| character(len=*), | intent(in) | :: | dim_name |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(netcdf_t), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | var_name | |||
| character(len=*), | intent(in) | :: | attr_name | |||
| character(len=*), | intent(in) | :: | attr_value |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(netcdf_t), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | var_name | |||
| character(len=*), | intent(in) | :: | attr_name | |||
| character(len=*), | intent(out) | :: | attr_value |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(netcdf_t), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | var_name | |||
| character(len=*), | intent(in) | :: | dim_name |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(netcdf_t), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(netcdf_t), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | var_name | |||
| real(kind=dp), | intent(in) | :: | value |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(netcdf_t), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | var_name | |||
| real(kind=dp), | intent(in), | dimension(:) | :: | value |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(netcdf_t), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | var_name | |||
| integer, | intent(in), | dimension(:) | :: | value |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(netcdf_t), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | var_name | |||
| real(kind=dp), | intent(out) | :: | value |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(netcdf_t), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | var_name | |||
| real(kind=dp), | intent(out), | dimension(:) | :: | value |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(netcdf_t), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | var_name | |||
| integer, | intent(out), | dimension(:) | :: | value |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(netcdf_t), | intent(inout) | :: | this |