SOCA
soca_fields_metadata_mod::soca_field_metadata Type Reference

Holds all of the user configurable meta data associated with a single field. More...

Public Attributes

character(len=:), allocatable name
 internal name used only by soca code More...
 
character(len=1) grid
 "h", "u" or "v" More...
 
logical masked
 should use land mask when interpolating More...
 
character(len=:), allocatable levels
 "1", or "full_ocn" More...
 
character(len=:), allocatable getval_name
 variable name used by UFO More...
 
character(len=:), allocatable getval_name_surface
 
character(len=:), allocatable io_file
 the restart file domain (ocn, sfc, ice) More...
 
character(len=:), allocatable io_name
 the name use in the restart IO More...
 
character(len=:), allocatable property
 physical property of the field, "none" or "positive_definite" More...
 
logical dummy_atm
 a meaningless dummy field, for the CRTM hacks More...
 

Detailed Description

Holds all of the user configurable meta data associated with a single field.

Instances of these types are to be held by soca_fields_metadata

Definition at line 19 of file soca_fields_metadata_mod.F90.

Member Data Documentation

◆ dummy_atm

logical soca_fields_metadata_mod::soca_field_metadata::dummy_atm

a meaningless dummy field, for the CRTM hacks

Definition at line 29 of file soca_fields_metadata_mod.F90.

◆ getval_name

character(len=:), allocatable soca_fields_metadata_mod::soca_field_metadata::getval_name

variable name used by UFO

Definition at line 24 of file soca_fields_metadata_mod.F90.

◆ getval_name_surface

character(len=:), allocatable soca_fields_metadata_mod::soca_field_metadata::getval_name_surface

Definition at line 25 of file soca_fields_metadata_mod.F90.

◆ grid

character(len=1) soca_fields_metadata_mod::soca_field_metadata::grid

"h", "u" or "v"

Definition at line 21 of file soca_fields_metadata_mod.F90.

◆ io_file

character(len=:), allocatable soca_fields_metadata_mod::soca_field_metadata::io_file

the restart file domain (ocn, sfc, ice)

Definition at line 26 of file soca_fields_metadata_mod.F90.

◆ io_name

character(len=:), allocatable soca_fields_metadata_mod::soca_field_metadata::io_name

the name use in the restart IO

Definition at line 27 of file soca_fields_metadata_mod.F90.

◆ levels

character(len=:), allocatable soca_fields_metadata_mod::soca_field_metadata::levels

"1", or "full_ocn"

Definition at line 23 of file soca_fields_metadata_mod.F90.

◆ masked

logical soca_fields_metadata_mod::soca_field_metadata::masked

should use land mask when interpolating

Definition at line 22 of file soca_fields_metadata_mod.F90.

◆ name

character(len=:), allocatable soca_fields_metadata_mod::soca_field_metadata::name

internal name used only by soca code

Definition at line 20 of file soca_fields_metadata_mod.F90.

◆ property

character(len=:), allocatable soca_fields_metadata_mod::soca_field_metadata::property

physical property of the field, "none" or "positive_definite"

Definition at line 28 of file soca_fields_metadata_mod.F90.


The documentation for this type was generated from the following file: