EPIC netCDF Conventions for Profile
Data
This document describes the PMEL-EPIC/CTD convention for writing
netCDF data files with the EPS library, for use with the EPIC
software package for oceanographic data.
Documentations located at ftp://ftp.unidata.ucar.edu/pub/netcdf/Conventions/PMEL-EPIC
describe the Conventions common to all PMEL-EPIC style netCDF
data files. Please see the accompanying documents describing
Conventions specific to specific data types:
This document is an addendum to the PMEL-EPIC Conventions document
in the Unidata /pub/netcdf/Conventions/PMEL-EPIC
directory, describing those characteristics which are specific
to CTD-type data. This includes CTD, XBT and bottle data.
The global attributes here are recommended for use with CTD-type
data. Additional attributes may be defined by the user.
EPS Standard Global Hydrographic
Attributes
| Attribute Name |
Parameter Name |
Type |
Length |
Comment |
| CRUISE |
EPCRUISE |
c |
11 |
Cruise number |
| CAST |
EPCAST |
c |
3 |
Consecutive STD cast number (NOTE: used
as integer by some EPIC programs) |
| BOTTLE |
EPBOTTLE |
i |
1 |
Bottle data flag (=1 if bottle) |
| WEATHER |
EPWEATHER |
c |
1 |
Weather Code (0-9) |
| SEA_STATE |
EPSEASTATE |
c |
1 |
Sea state code (0-9) |
| BAROMETER |
EPBAROMETER |
i |
2 |
Atmospheric pressure (mb) |
| DATA_CMNT |
EPDATACMNT |
c |
80 |
Data comment |
| WIND_DIR |
EPWINDDIR |
i |
3 |
Wind direction (degrees from true North) |
| WIND_SPEED |
EPWINDSPEED |
i |
2 |
Wind speed in knots |
| VISIBILITY |
EPVISIBILITY |
c |
1 |
Visibility code (0-9) |
| CLOUD_TYPE |
EPCLOUDTYPE |
c |
1 |
Cloud type code (0-9,X) |
| CLOUD_AMOUNT |
EPCLOUDAMOUNT |
c |
1 |
Cloud amount code (0-9) |
| AIR_TEMP |
EPAIRTEMP |
r |
4 |
Dry air temperature |
| WET_BULB |
EPWETBULB |
r |
4 |
Wet bulb temperature |
| WATER_DEPTH |
EPWATERDEPTH |
i |
4 |
Water depth to nearest meter |
Notes:
* Required for data files containing CTD-type data (profile
data). All other attributes are optional. Additional attributes
can be included as desired.
"i" is integer
"c" is character
"r" is real
"length" is maximum length in bytes for all types
AUTO means the attribute is set automatically by the EPS library.
|