|
FMS
2026.01
Flexible Modeling System
|
Base class for broadcasting netcdf attribute data as a struct, holds the common fields and routines for initializing the mpi datatype so that children classes can be broadcasted. More...
Public Member Functions | |
| procedure | fms_metadata_broadcast |
| procedure | fms_metadata_transfer_init |
| procedure | get_attribute_name |
| procedure | set_attribute_name |
Public Attributes | |
| integer | attribute_length = -1 |
| length of the attribute value array, -1 if not set | |
| character(len=attr_name_max_length) | attribute_name |
| name of the attribute to write | |
| integer | mpi_type_id = -1 |
| MPI datatype id corresponding to this data objects data -1 if not set. | |
Base class for broadcasting netcdf attribute data as a struct, holds the common fields and routines for initializing the mpi datatype so that children classes can be broadcasted.
Definition at line 47 of file metadata_transfer.F90.