SOCA
soca_fields_metadata_mod Module Reference

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...
 

Detailed Description

Metadata for soca_fields.

Function/Subroutine Documentation

◆ soca_fields_metadata_get()

type(soca_field_metadata) function soca_fields_metadata_mod::soca_fields_metadata_get ( class(soca_fields_metadata), intent(in)  self,
character(len=:), intent(in), allocatable  name 
)
private

Get the metadata for the field with the given name.

The name can match any of name, getval_name, or getval_name_surface

Parameters
[in]namethe name to search for

Definition at line 153 of file soca_fields_metadata_mod.F90.