N: 90 S: -90 E: 180 W: -180
Description
This dataset provides daily-averaged ocean potential temperature and salinity on the native Lat-Lon-Cap 90 (LLC90) model grid from the ECCO Version 4 Release 4 (V4r4) ocean and sea-ice state estimate. Ocean and sea-ice state estimates from the 'Estimating the Circulation and Climate of the Ocean' are dynamically and kinematically-consistent reconstructions of the three-dimensional, time-evolving ocean, sea-ice, and surface atmospheric state, FLUX, and transports. ECCO V4r4 is a free-running solution of 1-degree global configuration of the MIT general circulation model (MITgcm) that has been fit to observations in a least-squares sense. V4r4 data constraints include sea surface height (SSH) from satellite altimeters [ERS-1/2, TOPEX/Poseidon, GFO, ENVISAT, Jason-1,2,3, CryoSat-2, and SARAL/AltiKa]; sea surface temperature (SST) from satellite radiometers [AVHRR], sea surface salinity (SSS) from the Aquarius satellite radiometer/scatterometer, ocean bottom pressure (OBP) from the GRACE satellite gravimeter; sea ice concentration from satellite radiometers [SSM/I and SSMIS], and in-situ ocean potential temperature and salinity measured with conductivity-temperature-depth (CTD) sensors and expendable bathythermographs (XBTs) from several programs [e.g., WOCE, GO-SHIP, Argo, and others] and platforms [e.g., research vessels, gliders, moorings, ice-tethered profilers, and instrumented pinnipeds]. V4r4 covers the period 1992-01-01T12:00:00 to 2018-01-01T00:00:00.
Product Summary
Citation
Citation is critically important for dataset documentation and discovery. This dataset is openly shared, without restriction, in accordance with the EOSDIS Data Use and Citation Guidance.
Copy Citation
Documents
USER'S GUIDE
ALGORITHM DOCUMENTATION
SCIENCE DATA PRODUCT SOFTWARE DOCUMENTATION
Variables
Variables are a set of physical properties whose values determine the characteristics or behavior of something. For example, temperature and pressure are variables of the atmosphere. Parameters and variables can be used interchangeably. Variable level attributes provide individual information for each variable.
The Name in this table is the variable name. Fill value indicates missing or undefined data points in a variable. Valid range is the range of values the variable can store. Scale factor is used to increase or decrease the size of an object and can be used to correct for distortion. For questions on a specific variable, please use the Earthdata Forum.
| Name Sort descending | Description | Units | Data Type | Fill Value | Valid Range | Scale Factor |
|---|---|---|---|---|---|---|
| i | In the Arakawa C-grid system, tracer (e.g., THETA) and 'v' variables (e.g., VVEL) have the same x coordinate on the model grid. | N/A | int | N/A | N/A | 1 |
| i_g | In the Arakawa C-grid system, 'u' (e.g., UVEL) and 'g' variables (e.g., XG) have the same x coordinate on the model grid. | N/A | int | N/A | N/A | 1 |
| j | In the Arakawa C-grid system, tracer (e.g., THETA) and 'u' variables (e.g., UVEL) have the same y coordinate on the model grid. | N/A | int | N/A | N/A | 1 |
| j_g | In the Arakawa C-grid system, 'v' (e.g., VVEL) and 'g' variables (e.g., XG) have the same y coordinate. | N/A | int | N/A | N/A | 1 |
| k | grid index in z for tracer variables | N/A | int | N/A | N/A | 1 |
| k_l | First index corresponds to the top surface of the uppermost tracer grid cell. The use of 'l' in the variable name follows the MITgcm convention for ocean variables in which the lower (l) face of a tracer grid cell on the logical grid corresponds to the top face of the grid cell on the physical grid. | N/A | int | N/A | N/A | 1 |
| k_p1 | Includes top of uppermost model tracer cell (k_p1=0) and bottom of lowermost tracer cell (k_p1=51). | N/A | int | N/A | N/A | 1 |
| k_u | First index corresponds to the bottom surface of the uppermost tracer grid cell. The use of 'u' in the variable name follows the MITgcm convention for ocean variables in which the upper (u) face of a tracer grid cell on the logical grid corresponds to the bottom face of the grid cell on the physical grid. | N/A | int | N/A | N/A | 1 |
| SALT | Salinity | 1e-3 | float | 9.96921E+36 | 167.35779 to 413.2123 | 1 |
| THETA | Sea water potential temperature is the temperature a parcel of sea water would have if moved adiabatically to sea level pressure. Note: the equation of state is a modified UNESCO formula by Jackett and McDougall (1995), which uses the model variable potential temperature as input assuming a horizontally and temporally constant pressure of $p_0=-g ho_{0} z$. | degree_C | float | 9.96921E+36 | -29.179373 to 364.2514 | 1 |
| tile | The ECCO V4 horizontal model grid is divided into 13 tiles of 90x90 cells for convenience. | N/A | int | N/A | N/A | 1 |
| time | center time of averaging period | hours since 1992-01-01T12:00:00 | int | N/A | N/A | 1 |
| time_bnds | Start and end times of averaging period. | N/A | int | N/A | N/A | 1 |
| XC | nonuniform grid spacing | degrees_east | float | N/A | N/A | 1 |
| XC_bnds | Bounds array follows CF conventions. XC_bnds[i,j,0] = 'southwest' corner (j-1, i-1), XC_bnds[i,j,1] = 'southeast' corner (j-1, i+1), XC_bnds[i,j,2] = 'northeast' corner (j+1, i+1), XC_bnds[i,j,3] = 'northwest' corner (j+1, i-1). Note: 'southwest', 'southeast', northwest', and 'northeast' do not correspond to geographic orientation but are used for convenience to describe the computational grid. See MITgcm dcoumentation for details. | N/A | float | N/A | N/A | 1 |
| XG | Nonuniform grid spacing. Note: 'southwest' does not correspond to geographic orientation but is used for convenience to describe the computational grid. See MITgcm dcoumentation for details. | degrees_east | float | N/A | N/A | 1 |
| YC | nonuniform grid spacing | degrees_north | float | N/A | N/A | 1 |
| YC_bnds | Bounds array follows CF conventions. YC_bnds[i,j,0] = 'southwest' corner (j-1, i-1), YC_bnds[i,j,1] = 'southeast' corner (j-1, i+1), YC_bnds[i,j,2] = 'northeast' corner (j+1, i+1), YC_bnds[i,j,3] = 'northwest' corner (j+1, i-1). Note: 'southwest', 'southeast', northwest', and 'northeast' do not correspond to geographic orientation but are used for convenience to describe the computational grid. See MITgcm dcoumentation for details. | N/A | float | N/A | N/A | 1 |
| YG | Nonuniform grid spacing. Note: 'southwest' does not correspond to geographic orientation but is used for convenience to describe the computational grid. See MITgcm dcoumentation for details. | degrees_north | float | N/A | N/A | 1 |
| Z | Non-uniform vertical spacing. | m | float | N/A | N/A | 1 |
| Zl | First element is 0m, the depth of the top face of the first tracer grid cell (ocean surface). Last element is the depth of the top face of the deepest grid cell. The use of 'l' in the variable name follows the MITgcm convention for ocean variables in which the lower (l) face of a tracer grid cell on the logical grid corresponds to the top face of the grid cell on the physical grid. In other words, the logical vertical grid of MITgcm ocean variables is inverted relative to the physical vertical grid. | m | float | N/A | N/A | 1 |
| Zp1 | Contains one element more than the number of vertical layers. First element is 0m, the depth of the upper interface of the surface grid cell. Last element is the depth of the lower interface of the deepest grid cell. | m | float | N/A | N/A | 1 |
| Zu | First element is -10m, the depth of the bottom face of the first tracer grid cell. Last element is the depth of the bottom face of the deepest grid cell. The use of 'u' in the variable name follows the MITgcm convention for ocean variables in which the upper (u) face of a tracer grid cell on the logical grid corresponds to the bottom face of the grid cell on the physical grid. In other words, the logical vertical grid of MITgcm ocean variables is inverted relative to the physical vertical grid. | m | float | N/A | N/A | 1 |
| Z_bnds | One pair of depths for each vertical level. | N/A | float | N/A | N/A | 1 |