Type for storing WW3 netCDF metadata for a variable. More...
Public Attributes | |
| real | fsc |
| Scaling factor for data. More... | |
| real | vmin |
| "valid_min" attribute More... | |
| real | vmax = UNSETR |
| "valid_max" attribute More... | |
| character(len=24) | units = UNSETC |
| SI units for field. More... | |
| character(len=50) | ename = UNSETC |
| Field name used in output filename. More... | |
| character(len=80) | varnm = UNSETC |
| netCDF variable name More... | |
| character(len=80) | varnl = UNSETC |
| "long_name" attibute More... | |
| character(len=120) | varns = UNSETC |
| "standard_name" attribute More... | |
| character(len=120) | varng = UNSETC |
| "globwave_name" attribute More... | |
| character(len=120) | varnd = UNSETC |
| "direction_convention" attribute More... | |
| character(len=512) | varnc = UNSETC |
| "comment attribute More... | |
| type(meta_list_t) | extra |
| List of user defined meta data. More... | |
| integer | ifi = 0 |
| Group index to update. More... | |
| integer | ifj = 0 |
| Field index to update. More... | |
| integer | ifc = 1 |
| Component index to update. More... | |
| character(len=6) | fldid = '' |
| Field ID to update. More... | |
Type for storing WW3 netCDF metadata for a variable.
Definition at line 211 of file w3ounfmetamd.F90.
| character(len=50) w3ounfmetamd::meta_t::ename = UNSETC |
Field name used in output filename.
Definition at line 216 of file w3ounfmetamd.F90.
| type(meta_list_t) w3ounfmetamd::meta_t::extra |
List of user defined meta data.
Definition at line 223 of file w3ounfmetamd.F90.
| character(len=6) w3ounfmetamd::meta_t::fldid = '' |
Field ID to update.
Definition at line 229 of file w3ounfmetamd.F90.
| real w3ounfmetamd::meta_t::fsc |
| integer w3ounfmetamd::meta_t::ifc = 1 |
Component index to update.
Definition at line 226 of file w3ounfmetamd.F90.
| integer w3ounfmetamd::meta_t::ifi = 0 |
Group index to update.
Definition at line 226 of file w3ounfmetamd.F90.
| integer w3ounfmetamd::meta_t::ifj = 0 |
Field index to update.
Definition at line 226 of file w3ounfmetamd.F90.
| character(len=24) w3ounfmetamd::meta_t::units = UNSETC |
SI units for field.
Definition at line 215 of file w3ounfmetamd.F90.
| character(len=512) w3ounfmetamd::meta_t::varnc = UNSETC |
"comment attribute
Definition at line 222 of file w3ounfmetamd.F90.
| character(len=120) w3ounfmetamd::meta_t::varnd = UNSETC |
"direction_convention" attribute
Definition at line 219 of file w3ounfmetamd.F90.
| character(len=120) w3ounfmetamd::meta_t::varng = UNSETC |
"globwave_name" attribute
Definition at line 219 of file w3ounfmetamd.F90.
| character(len=80) w3ounfmetamd::meta_t::varnl = UNSETC |
"long_name" attibute
Definition at line 217 of file w3ounfmetamd.F90.
| character(len=80) w3ounfmetamd::meta_t::varnm = UNSETC |
netCDF variable name
Definition at line 217 of file w3ounfmetamd.F90.
| character(len=120) w3ounfmetamd::meta_t::varns = UNSETC |
"standard_name" attribute
Definition at line 219 of file w3ounfmetamd.F90.
| real w3ounfmetamd::meta_t::vmax = UNSETR |
| real w3ounfmetamd::meta_t::vmin |