Download data from esku_heat_budget%2Ecdf


Parent directory

Global attributes

NC_GLOBAL
history
FERRET V4.45 (GUI) 22-May-97
DODS_EXTRA
Unlimited_Dimension
TIME

Downloading data

In the form below you can specify desired variables and their dimensions, and have the data downloaded in different formats depending on the server configuration.

FSH

:

:

:

units
W/M2
_FillValue
1e+34
missing_value
1e+34
long_name
SENSIBLE HEAT FLUX
history
From esku_heat_budget
FDH

:

:

:

units
W/M2
_FillValue
1e+34
missing_value
1e+34
long_name
NET DOWNWARD HEAT FLUX
history
From esku_heat_budget
FLH

:

:

:

units
W/M2
_FillValue
1e+34
missing_value
1e+34
long_name
LATENT HEAT FLUX
history
From esku_heat_budget
FSR

:

:

:

units
W/M2
_FillValue
1e+34
missing_value
1e+34
long_name
AVAILABLE SOLAR RADIATION
history
From esku_heat_budget
FDR

:

:

:

units
W/M2
_FillValue
1e+34
missing_value
1e+34
long_name
NET DOWNWARD RADIATIVE FLUX
history
From esku_heat_budget
FUL

:

:

:

units
W/M2
_FillValue
1e+34
missing_value
1e+34
long_name
NET UPWARD LONGWAVE FLUX
history
From esku_heat_budget
KSLP

:

:

:

units
LOG10 #OBS
_FillValue
1e+34
missing_value
1e+34
long_name
DATA DENSITY OF SEA LEVEL PRESSURE
history
From esku_heat_budget
KSST

:

:

:

units
LOG10 #OBS
_FillValue
1e+34
missing_value
1e+34
long_name
DATA DENSITY OF SST
history
From esku_heat_budget
SAH

:

:

:

units
GR/KG
_FillValue
1e+34
missing_value
1e+34
long_name
SEA-AIR SPECIFIC HUMIDITY DIFFERENCE
history
From esku_heat_budget
KFLH

:

:

:

units
LOG10 #OBS
_FillValue
1e+34
missing_value
1e+34
long_name
DATA DENSITY OF LATENT HEAT FLUX
history
From esku_heat_budget
KFUL

:

:

:

units
LOG10 #OBS
_FillValue
1e+34
missing_value
1e+34
long_name
DATA DENSITY OF NET UPWARD LONGWAVE FLUX
history
From esku_heat_budget
KSAH

:

:

:

units
LOG10 #OBS
_FillValue
1e+34
missing_value
1e+34
long_name
DATA DENSITY OF SEA-AIR SPECIFIC HUMIDIT
history
From esku_heat_budget
KFDH

:

:

:

units
LOG10 #OBS
_FillValue
1e+34
missing_value
1e+34
long_name
DATA DENSITY OF NET DOWNWARD HEAT FLUX
history
From esku_heat_budget
SPD

:

:

:

units
M/S
_FillValue
1e+34
missing_value
1e+34
long_name
SURFACE WIND SPEED
history
From esku_heat_budget
KFSH

:

:

:

units
LOG10 #OBS
_FillValue
1e+34
missing_value
1e+34
long_name
DATA DENSITY OF SENSIBLE HEAT FLUX
history
From esku_heat_budget
SAT

:

:

:

units
DEG C
_FillValue
1e+34
missing_value
1e+34
long_name
SEA-AIR TEMPERATURE DIFFERENCE
history
From esku_heat_budget
ESKUY

:

units
degrees_north
edges
ESKUYedges
point_spacing
uneven
ESKUX

:

units
degrees_east
modulo
point_spacing
even
CLD

:

:

:

units
FRACTION OF SKY COVER
_FillValue
1e+34
missing_value
1e+34
long_name
CLOUDINESS
history
From esku_heat_budget
AH

:

:

:

units
GR/KG
_FillValue
1e+34
missing_value
1e+34
long_name
SPECIFIC HUMIDITY
history
From esku_heat_budget
TIME

:

units
hour since 0000-01-01 00:00:00
modulo
time_origin
1-JAN-0000 00:00:00
SLP

:

:

:

units
MB
_FillValue
1e+34
missing_value
1e+34
long_name
SEA LEVEL PRESSURE
history
From esku_heat_budget
KSPD

:

:

:

units
LOG10 #OBS
_FillValue
1e+34
missing_value
1e+34
long_name
DATA DENSITY OF SURFACE WIND SPEED
history
From esku_heat_budget
KSAT

:

:

:

units
LOG10 #OBS
_FillValue
1e+34
missing_value
1e+34
long_name
DATA DENSITY OF SEA-AIR TEMPERATURE DIFF
history
From esku_heat_budget
ESKUYedges

:

edges
SST

:

:

:

units
DEG C
_FillValue
1e+34
missing_value
1e+34
long_name
SEA SURFACE TEMPERATURE
history
From esku_heat_budget
KAH

:

:

:

units
LOG10 #OBS
_FillValue
1e+34
missing_value
1e+34
long_name
DATA DENSITY OF SPECIFIC HUMIDITY
history
From esku_heat_budget
KAT

:

:

:

units
LOG10 #OBS
_FillValue
1e+34
missing_value
1e+34
long_name
DATA DENSITY OF AIR TEMPERATURE
history
From esku_heat_budget
AT

:

:

:

units
DEG C
_FillValue
1e+34
missing_value
1e+34
long_name
AIR TEMPERATURE
history
From esku_heat_budget

as

Downloading data with Ferret

To access this dataset with the Ferret visualization and analysis environment from PMEL:

$ ferret
yes? use "http://ooici.net:8001/esku_heat_budget.cdf"
yes? show data

Downloading data with GrADS

To access this dataset with the GrADS data analysis and visualization software developed by COLA:

$ gradsdap
ga-> sdfopen http://ooici.net:8001/esku_heat_budget.cdf
ga-> query file

Downloading data with Pydap

To access this dataset using the Pydap Python module:

$ python
>>> from pydap.client import open_url
>>> dataset = open_url("http://ooici.net:8001/esku_heat_budget.cdf")
>>> print dataset.keys()
['FSH', 'FDH', 'FLH', 'FSR', 'FDR', 'FUL', 'KSLP', 'KSST', 'SAH', 'KFLH', 'KFUL', 'KSAH', 'KFDH', 'SPD', 'KFSH', 'SAT', 'ESKUY', 'ESKUX', 'CLD', 'AH', 'TIME', 'SLP', 'KSPD', 'KSAT', 'ESKUYedges', 'SST', 'KAH', 'KAT', 'AT']

Downloading data with other Opendap clients

There are other Opendap clients that can access this dataset, including Matlab and several command line utilities. You should know that the URL for this dataset is http://ooici.net:8001/esku_heat_budget.cdf (i.e., the .html extension should be omitted when opening this dataset on an Opendap client).


pydap/3.0.rc.8