/*
 * ENUM: EDCS_UNIT_ENUM
 *
 *   Unit designations for <Axis> axis_unit and <Property> value_unit
 *
 *   Guidelines for extensions to EDCS_UNIT_ENUM:
 *     1) Use SI units if at all possible.
 *     2) Use scaled SI units if customary in the community.
 *            Example:
 *                 Pascal - SI unit
 *                 hectoPascal - customary in Atmospheric community
 *     3) Use FACC units to be FACC compatible if necessary
 *            Note: Some units have been included for compatibility
 *                  with DIGEST FACC 2.0 (e.g. EDCS_UNITS_HECTARES),
 *                  but their use is not encouraged.
 *     4) Model/Algorithm specific units not enumerated in this list
 *        are designated by EDCS_UNITS_CONTEXTUALLY_DETERMINED
 *        The actual units match the model/algorithm external documentation.
 */
typedef enum
{
EDCS_UNITS_AMPERE, (notes)
EDCS_UNITS_AMPERES_PER_METER, (notes)
EDCS_UNITS_AMPERES_PER_SQUARE_METER, (notes)
EDCS_UNITS_CANDELA, (notes)
EDCS_UNITS_CANDELA_PER_SQUARE_METER, (notes)
EDCS_UNITS_CENTIMETER, (notes)
EDCS_UNITS_CENTIMETERS_PER_HOUR, (notes)
EDCS_UNITS_CONTEXTUALLY_DETERMINED, (notes)
EDCS_UNITS_COULOMB, (notes)
EDCS_UNITS_COULOMBS_PER_KILOGRAM, (notes)
EDCS_UNITS_COULOMBS_PER_CUBIC_METER, (notes)
EDCS_UNITS_COULOMBS_PER_SQUARE_METER, (notes)
EDCS_UNITS_CUBIC_METER, (notes)
EDCS_UNITS_CUBIC_METERS_PER_KILOGRAM, (notes)
EDCS_UNITS_DAY, (notes)
EDCS_UNITS_DECIBEL, (notes)
EDCS_UNITS_DECIBELS_PER_METER,
EDCS_UNITS_DECIBELS_PER_METER_KILOHERTZ,
EDCS_UNITS_DECIBELS_PER_OCTAVE,
EDCS_UNITS_DECIBELS_PER_SQUARE_METER_KILOHERTZ,
EDCS_UNITS_DECIBELS_REF_SQUARE_METER, (notes)
EDCS_UNITS_DECIBEL_REF_ONE_MICROPASCAL, (notes)
EDCS_UNITS_DECIBEL_REF_ONE_MICROPASCAL_PER_DEGREE_ARC, (notes)
EDCS_UNITS_DECIMETER, (notes)
EDCS_UNITS_DEGREES_CELSIUS_PER_METER, (notes)
EDCS_UNITS_DEGREE_ARC, (notes)
EDCS_UNITS_DEGREE_CELSIUS, (notes)
EDCS_UNITS_DEGREE_CELSIUS_HOUR,
EDCS_UNITS_ELECTRON_VOLT,
EDCS_UNITS_ELECTRONS_PER_CUBIC_CENTIMETER,
EDCS_UNITS_ENUMERATION, (notes)
EDCS_UNITS_FARAD, (notes)
EDCS_UNITS_FARADS_PER_METER, (notes)
EDCS_UNITS_FOOT, (notes)
EDCS_UNITS_GEOPOTENTIAL_METERS,
EDCS_UNITS_GIGAHERTZ, (notes)
EDCS_UNITS_GRAM, (notes)
EDCS_UNITS_GRAMS_PER_CUBIC_CENTIMETER, (notes)
EDCS_UNITS_GRAMS_PER_GRAM,
EDCS_UNITS_GRAMS_PER_KILOGRAM,
EDCS_UNITS_HECTARES, (notes)
EDCS_UNITS_HECTOPASCAL, (notes)
EDCS_UNITS_HECTOPASCALS_PER_SECOND,
EDCS_UNITS_HENRY, (notes)
EDCS_UNITS_HENRYS_PER_METER, (notes)
EDCS_UNITS_HERTZ, (notes)
EDCS_UNITS_HOUR, (notes)
EDCS_UNITS_INDEX, (notes)
EDCS_UNITS_JOULE, (notes)
EDCS_UNITS_JOULES_PER_CUBIC_METER, (notes)
EDCS_UNITS_JOULES_PER_GRAM_KELVIN, (notes)
EDCS_UNITS_JOULES_PER_KELVIN, (notes)
EDCS_UNITS_JOULES_PER_KILOGRAM, (notes)
EDCS_UNITS_JOULES_PER_KILOGRAM_KELVIN, (notes)
EDCS_UNITS_JOULES_PER_KILOMETER,
EDCS_UNITS_JOULES_PER_MOLE, (notes)
EDCS_UNITS_JOULES_PER_MOLE_KELVIN, (notes)
EDCS_UNITS_KELVIN, (notes)
EDCS_UNITS_KELVINS_PER_KILOMETER,
EDCS_UNITS_KILO_ELECTRON_VOLT,
EDCS_UNITS_KILOGRAM, (notes)
EDCS_UNITS_KILOGRAMS_PER_CUBIC_METER, (notes)
EDCS_UNITS_KILOGRAMS_PER_SQUARE_METER,
EDCS_UNITS_KILOHERTZ, (notes)
EDCS_UNITS_KILOMETER, (notes)
EDCS_UNITS_KILOMETERS_PER_HOUR, (notes)
EDCS_UNITS_KILOMETERS_PER_SECOND, (notes)
EDCS_UNITS_KILOVOLT, (notes)
EDCS_UNITS_KILOAMPERE, (notes)
EDCS_UNITS_KIP, (notes)
EDCS_UNITS_KNOT, (notes)
EDCS_UNITS_LUMEN, (notes)
EDCS_UNITS_LUX, (notes)
EDCS_UNITS_MEGA_ELECTRON_VOLT,
EDCS_UNITS_MEGAHERTZ, (notes)
EDCS_UNITS_MEGAWATT, (notes)
EDCS_UNITS_METER, (notes)
EDCS_UNITS_METERS_PER_HOUR, (notes)
EDCS_UNITS_METERS_PER_SECOND, (notes)
EDCS_UNITS_METERS_PER_SECOND_SQUARED, (notes)
EDCS_UNITS_MICROSECOND, (notes)
EDCS_UNITS_MICRO_METER, (notes)
EDCS_UNITS_MILE, (notes)
EDCS_UNITS_MILES_PER_HOUR, (notes)
EDCS_UNITS_MILLILITERS_PER_HOUR,
EDCS_UNITS_MILLIMETER, (notes)
EDCS_UNITS_MILLIMETERS_PER_HOUR, (notes)
EDCS_UNITS_MILLISECOND, (notes)
EDCS_UNITS_MINUTE, (notes)
EDCS_UNITS_MINUTE_ARC, (notes)
EDCS_UNITS_MOLE, (notes)
EDCS_UNITS_MOLES_PER_CUBIC_METER, (notes)
EDCS_UNITS_NANOTESLA, (notes)
EDCS_UNITS_NAUTICAL_MILE, (notes)
EDCS_UNITS_NEWTON, (notes)
EDCS_UNITS_NEWTON_METER, (notes)
EDCS_UNITS_NEWTONS_PER_METER, (notes)
EDCS_UNITS_OHM, (notes)
EDCS_UNITS_PARTICLES_PER_CUBIC_CENTIMETER,
EDCS_UNITS_PARTICLES_PER_SQUARE_CM_SEC_STERADIAN,
EDCS_UNITS_PARTICLES_PER_SQUARE_CM_SEC_STERADIAN_KEV,
EDCS_UNITS_PARTICLES_PER_SQUARE_CM_SEC_STERADIAN_MEV,
EDCS_UNITS_PARTS_PER_MILLION, (notes)
EDCS_UNITS_PARTS_PER_THOUSAND, (notes)
EDCS_UNITS_PASCAL, (notes)
EDCS_UNITS_PASCAL_SECOND, (notes)
EDCS_UNITS_PERCENT, (notes)
EDCS_UNITS_PER_TEN_SQUARE_METERS, (notes)
EDCS_UNITS_PHOTONS_PER_CUBIC_CM_SECOND,
EDCS_UNITS_RADIAN, (notes)
EDCS_UNITS_RADIANS_PER_SECOND, (notes)
EDCS_UNITS_RADIANS_PER_SECOND_SQUARED, (notes)
EDCS_UNITS_RECIPROCAL_METER, (notes)
EDCS_UNITS_RECIPROCAL_RADIAN, (notes)
EDCS_UNITS_RECIPROCAL_SECOND, (notes)
EDCS_UNITS_RECIPROCAL_STERADIAN, (notes)
EDCS_UNITS_SECOND, (notes)
EDCS_UNITS_SIEMENS, (notes)
EDCS_UNITS_SIEMENS_PER_METER, (notes)
EDCS_UNITS_SOLAR_FLUX_UNIT, (notes)
EDCS_UNITS_SQUARE_METER, (notes)
EDCS_UNITS_SQUARE_METERS_PER_HERTZ,
EDCS_UNITS_STERADIAN, (notes)
EDCS_UNITS_TEC, (notes)
EDCS_UNITS_TESLA, (notes)
EDCS_UNITS_TON, (notes)
EDCS_UNITS_UNITLESS, (notes)
EDCS_UNITS_UNITS_NOT_APPLICABLE, (notes)
EDCS_UNITS_VOLT, (notes)
EDCS_UNITS_VOLTS_PER_METER, (notes)
EDCS_UNITS_WATT, (notes)
EDCS_UNITS_WATTS_PER_METER_KELVIN, (notes)
EDCS_UNITS_WATTS_PER_SQUARE_CM_SECOND,
EDCS_UNITS_WATTS_PER_SQUARE_METER, (notes)
EDCS_UNITS_WATTS_PER_SQUARE_METER_STERADIAN, (notes)
EDCS_UNITS_WATTS_PER_STERADIAN, (notes)
EDCS_UNITS_WEBER, (notes)
EDCS_UNITS_YEAR, (notes)
EDCS_UNITS_DECIBELS_PER_KILOMETER, (notes)
EDCS_UNITS_GRAMS_PER_CUBIC_METER, (notes)
EDCS_UNITS_KILOGRAMS_PER_KILOGRAM, (notes)
EDCS_UNITS_MILLIBAR, (notes)
EDCS_UNITS_MILLILUX, (notes)
EDCS_UNITS_NEWTONS_PER_SQUARE_METER, (notes)
EDCS_UNITS_PASCAL_PER_SECOND, (notes)
EDCS_UNITS_SQUARE_METERS_PER_KILOGRAM, (notes)
EDCS_UNITS_WATTS_PER_SQUARE_METER_KELVIN, (notes)
EDCS_UNITS_WATTS_PER_SQUARE_METER_MICROMETER, (notes)
EDCS_UNITS_WATTS_PER_SQUARE_METER_STERADIAN_MICROMETER (notes)
} EDCS_UNIT_ENUM;


Enumerator Notes

EDCS_UNITS_AMPERE

 Electric Current

EDCS_UNITS_AMPERES_PER_METER

 Magnetic Field Strength

EDCS_UNITS_AMPERES_PER_SQUARE_METER

 Current Density

EDCS_UNITS_CANDELA

 Luminous Intensity

EDCS_UNITS_CANDELA_PER_SQUARE_METER

 Luminance

EDCS_UNITS_CENTIMETER

 Length (10^-2 meters)

EDCS_UNITS_CENTIMETERS_PER_HOUR

 Speed (10^5 Km/Hr)

EDCS_UNITS_CONTEXTUALLY_DETERMINED

 Special (must be determined from
 context)

EDCS_UNITS_COULOMB

 Electric Charge (S*A)

EDCS_UNITS_COULOMBS_PER_KILOGRAM

 Exposure (e.g., X-rays; (s*A/Kg))

EDCS_UNITS_COULOMBS_PER_CUBIC_METER

 Electric Charge Density (s*A/m^3)

EDCS_UNITS_COULOMBS_PER_SQUARE_METER

 Electric Flux Density (s*A/m^2)

EDCS_UNITS_CUBIC_METER

 Volume

EDCS_UNITS_CUBIC_METERS_PER_KILOGRAM

 Specific Volume

EDCS_UNITS_DAY

 Time (24 hours; 86,400 seconds))

EDCS_UNITS_DECIBEL

 Pure Number

EDCS_UNITS_DECIBELS_REF_SQUARE_METER

 (Referenced to a 1 meter square
 scattering surface.)

EDCS_UNITS_DECIBEL_REF_ONE_MICROPASCAL

 Pure Number (Referenced to 1 microPascal.)

EDCS_UNITS_DECIBEL_REF_ONE_MICROPASCAL_PER_DEGREE_ARC

 Pure Number (Referenced to 1 microPascal per arc-degree.)

EDCS_UNITS_DECIMETER

 Length (10^-1 meters)

EDCS_UNITS_DEGREES_CELSIUS_PER_METER

 Temperature Gradient

EDCS_UNITS_DEGREE_ARC

 Angle (PI/180 Radians)

EDCS_UNITS_DEGREE_CELSIUS

 Temperature

EDCS_UNITS_ENUMERATION

 Special

EDCS_UNITS_FARAD

 Capacitance (C/V)

EDCS_UNITS_FARADS_PER_METER

 Permittivity (s^4*A^2/(Kg*m^3))

EDCS_UNITS_FOOT

 Length

EDCS_UNITS_GIGAHERTZ

 Frequency (10^9 Hertz)

EDCS_UNITS_GRAM

 Mass (10^-3 Kg)

EDCS_UNITS_GRAMS_PER_CUBIC_CENTIMETER

 Density (Mass Density)

EDCS_UNITS_HECTARES

 Area (10^4 m^2)

EDCS_UNITS_HECTOPASCAL

 Pressure (10^2 Pa)

EDCS_UNITS_HENRY

 Inductance (Wb/A)

EDCS_UNITS_HENRYS_PER_METER

 Permeability (m*Kg/(s^2*A^2))

EDCS_UNITS_HERTZ

 Frequency (1/s)

EDCS_UNITS_HOUR

 Time (3600 seconds)

EDCS_UNITS_INDEX

 Special (Pure Number; Positive Integer)

EDCS_UNITS_JOULE

 Energy (N*M or m^2*Kg/s^2)

EDCS_UNITS_JOULES_PER_CUBIC_METER

 Energy Density (Kg/(m*s^2))

EDCS_UNITS_JOULES_PER_GRAM_KELVIN

 Specific Heat Capacity

EDCS_UNITS_JOULES_PER_KELVIN

 Heat Capacity (Entropy; m^2*Kg/(K*s^2))

EDCS_UNITS_JOULES_PER_KILOGRAM

 Specific Energy (m^2/s^2)

EDCS_UNITS_JOULES_PER_KILOGRAM_KELVIN

 Specific Heat Capacity
 (Specific Entropy; m^2/(s^2*K))

EDCS_UNITS_JOULES_PER_MOLE

 Molar Energy (Kg*m^2/(mol*s^2))

EDCS_UNITS_JOULES_PER_MOLE_KELVIN

 Molar Heat Capacity (Molar Entropy;
 (Kg*m^2/(mol*K*s^2))

EDCS_UNITS_KELVIN

 Thermodynamic Temperature

EDCS_UNITS_KILOGRAM

 Mass

EDCS_UNITS_KILOGRAMS_PER_CUBIC_METER

 Density (Mass Density)

EDCS_UNITS_KILOHERTZ

 Frequency (10^3 Hertz)

EDCS_UNITS_KILOMETER

 Length (10^3 meters)

EDCS_UNITS_KILOMETERS_PER_HOUR

 Speed

EDCS_UNITS_KILOMETERS_PER_SECOND

 Speed

EDCS_UNITS_KILOVOLT

 Electric Potential

EDCS_UNITS_KILOAMPERE

 Electric Current (10^3 Ampere)

EDCS_UNITS_KIP

 Mass (10^3 Pounds)

EDCS_UNITS_KNOT

 Speed (1 Nm/Hr; 1825/3600 m/s)

EDCS_UNITS_LUMEN

 Luminous Flux (cd*sr)

EDCS_UNITS_LUX

 Illuminance (lm/m^2 or cd*sr/m^2)

EDCS_UNITS_MEGAHERTZ

 Frequency (10^6 Hertz)

EDCS_UNITS_MEGAWATT

 Power (10^6 Watt)

EDCS_UNITS_METER

 Length

EDCS_UNITS_METERS_PER_HOUR

 Speed

EDCS_UNITS_METERS_PER_SECOND

 Speed

EDCS_UNITS_METERS_PER_SECOND_SQUARED

 Acceleration

EDCS_UNITS_MICROSECOND

 Time (10^-6 seconds)

EDCS_UNITS_MICRO_METER

 Length (10^-6 meters)

EDCS_UNITS_MILE

 Length (5280 Feet)

EDCS_UNITS_MILES_PER_HOUR

 Speed

EDCS_UNITS_MILLIMETER

 Length (10^-3 meters)

EDCS_UNITS_MILLIMETERS_PER_HOUR

 Speed (10^6 Km/Hr)

EDCS_UNITS_MILLISECOND

 Time (10^-3 seconds)

EDCS_UNITS_MINUTE

 Time (60 seconds)

EDCS_UNITS_MINUTE_ARC

 Angle (PI/(180*60) Radians)

EDCS_UNITS_MOLE

 Amount of Substance

EDCS_UNITS_MOLES_PER_CUBIC_METER

 Concentration (of Amount of Substance)

EDCS_UNITS_NANOTESLA

 Magnetic Flux Density

EDCS_UNITS_NAUTICAL_MILE

 Length (1852 meters)

EDCS_UNITS_NEWTON

 Force (m*Kg/s^2)

EDCS_UNITS_NEWTON_METER

 Moment of Force (N*m)

EDCS_UNITS_NEWTONS_PER_METER

 Surface Tension (N/m)

EDCS_UNITS_OHM

 Electric Resistance (V/A)

EDCS_UNITS_PARTS_PER_MILLION

 Concentration (Pure Number)

EDCS_UNITS_PARTS_PER_THOUSAND

 Concentration (Pure Number)

EDCS_UNITS_PASCAL

 Pressure (N/m^2 or Kg/(m*s^2))

EDCS_UNITS_PASCAL_SECOND

 Dynamic Viscosity (Pa*s)

EDCS_UNITS_PERCENT

 Pure Number

EDCS_UNITS_PER_TEN_SQUARE_METERS

 Area - Reciprocal

EDCS_UNITS_RADIAN

 Angle (Plane; m/m = dimensionless)

EDCS_UNITS_RADIANS_PER_SECOND

 Speed - Angular

EDCS_UNITS_RADIANS_PER_SECOND_SQUARED

 Acceleration - Angular

EDCS_UNITS_RECIPROCAL_METER

 Length - Reciprocal (Wave Number)

EDCS_UNITS_RECIPROCAL_RADIAN

 Angle - Reciprocal (Plane)

EDCS_UNITS_RECIPROCAL_SECOND

 Time - Reciprocal (Hertz preferred)

EDCS_UNITS_RECIPROCAL_STERADIAN

 Angle - Reciprocal (Solid)

EDCS_UNITS_SECOND

 Time

EDCS_UNITS_SIEMENS

 Electric Conductance (A/V)

EDCS_UNITS_SIEMENS_PER_METER

 Electric Conductivity (A/(V*M))

EDCS_UNITS_SOLAR_FLUX_UNIT

 1 SFU = 10^-22 watts/square meter/Hertz.

EDCS_UNITS_SQUARE_METER

 Area

EDCS_UNITS_STERADIAN

 Angle (Solid; m^2/m^2 = dimensionless)

EDCS_UNITS_TEC

 10^16 electrons/m^2

EDCS_UNITS_TESLA

 Magnetic Flux Density (Wb/m^2)

EDCS_UNITS_TON

 Mass (2000 Pounds)

EDCS_UNITS_UNITLESS

 Special (Pure Number)

EDCS_UNITS_UNITS_NOT_APPLICABLE

 Applies to {Boolean, String,
 Lexical String  Structured String}

EDCS_UNITS_VOLT

 Electric Potential (W/A)

EDCS_UNITS_VOLTS_PER_METER

 Electric Field Strength (m*Kg/(A*s^3))

EDCS_UNITS_WATT

 Power (J/S or m^2*Kg/s^3)

EDCS_UNITS_WATTS_PER_METER_KELVIN

 Thermal Conductivity (m*Kg/(K*s^3))

EDCS_UNITS_WATTS_PER_SQUARE_METER

 Irradiance (Heat Flux Density; W/m^2)

EDCS_UNITS_WATTS_PER_SQUARE_METER_STERADIAN

 Radiance

EDCS_UNITS_WATTS_PER_STERADIAN

 Radiant Intensity

EDCS_UNITS_WEBER

 Magnetic Flux (V*S)

EDCS_UNITS_YEAR

 Time (~365.25 days)

EDCS_UNITS_DECIBELS_PER_KILOMETER

 $$$ added by MITRE-110A

EDCS_UNITS_GRAMS_PER_CUBIC_METER

 $$$ added by MITRE-110A

EDCS_UNITS_KILOGRAMS_PER_KILOGRAM

 $$$ added by MITRE-110A

EDCS_UNITS_MILLIBAR

 $$$ added by MITRE-110A

EDCS_UNITS_MILLILUX

 $$$ added by NRL-113C

EDCS_UNITS_NEWTONS_PER_SQUARE_METER

 $$$ added by MITRE-110A

EDCS_UNITS_PASCAL_PER_SECOND

 $$$ added by MITRE-110A

EDCS_UNITS_SQUARE_METERS_PER_KILOGRAM

 $$$ added by JRM-101C

EDCS_UNITS_WATTS_PER_SQUARE_METER_KELVIN

 $$$ added by OKTAL-1A

EDCS_UNITS_WATTS_PER_SQUARE_METER_MICROMETER

 $$$ added by OKTAL-1A

EDCS_UNITS_WATTS_PER_SQUARE_METER_STERADIAN_MICROMETER

 $$$ added by OKTAL-1A
Prev: EDCS_STATUS_CODE_ENUM. Up:Index