FV3 Bundle
diag_manifest_mod::manifest_field_type Type Reference

A type to hold the data required for the manifest file. More...

Public Attributes

character(len=128) output_name
 output field name in diagnostic file (from diag_table) More...
 
character(len=128) module_name
 model module that has this field More...
 
character(len=128) input_name
 field name in model land More...
 
character(len=50) time_method
 string to hold the time redux method. If static, the .false. More...
 
integer packing
 packing value More...
 
integer ndim
 number of dimensions More...
 

Detailed Description

A type to hold the data required for the manifest file.

The data collected in this type is directly from the other types used in diag_manager, namely: output_fields and input_fields.

Definition at line 71 of file diag_manifest.F90.

Member Data Documentation

◆ input_name

character(len=128) diag_manifest_mod::manifest_field_type::input_name

field name in model land

Definition at line 74 of file diag_manifest.F90.

◆ module_name

character(len=128) diag_manifest_mod::manifest_field_type::module_name

model module that has this field

Definition at line 73 of file diag_manifest.F90.

◆ ndim

integer diag_manifest_mod::manifest_field_type::ndim

number of dimensions

Definition at line 77 of file diag_manifest.F90.

◆ output_name

character(len=128) diag_manifest_mod::manifest_field_type::output_name

output field name in diagnostic file (from diag_table)

Definition at line 72 of file diag_manifest.F90.

◆ packing

integer diag_manifest_mod::manifest_field_type::packing

packing value

Definition at line 76 of file diag_manifest.F90.

◆ time_method

character(len=50) diag_manifest_mod::manifest_field_type::time_method

string to hold the time redux method. If static, the .false.

Definition at line 75 of file diag_manifest.F90.


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