SOCA
|
Metadata for soca_fields. More...
Data Types | |
type | soca_field_metadata |
Holds all of the user configurable meta data associated with a single field. More... | |
type | soca_fields_metadata |
A collection of soca_field_metadata types representing ALL possible fields (state, increment, other derived) in soca. These are read in from a configuration file. More... | |
Functions/Subroutines | |
type(soca_field_metadata) function | soca_fields_metadata_get (self, name) |
Get the metadata for the field with the given name. More... | |
Metadata for soca_fields.
|
private |
Get the metadata for the field with the given name.
The name
can match any of name
, getval_name
, or getval_name_surface
[in] | name | the name to search for |
Definition at line 153 of file soca_fields_metadata_mod.F90.