Download data from monthly_navy_winds%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.

VWND

:

:

:

units
M/S
_FillValue
-99.9
missing_value
-99.9
long_name
MERIDIONAL WIND
history
From monthly_navy_winds
FNOCY

:

units
degrees_north
point_spacing
even
FNOCX

:

units
degrees_east
modulo
point_spacing
even
UWND

:

:

:

units
M/S
_FillValue
-99.9
missing_value
-99.9
long_name
ZONAL WIND
history
From monthly_navy_winds
TIME

:

units
hour since 1980-01-14 14:00:00
time_origin
14-JAN-1980 14:00:00

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/monthly_navy_winds.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/monthly_navy_winds.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/monthly_navy_winds.cdf")
>>> print dataset.keys()
['VWND', 'FNOCY', 'FNOCX', 'UWND', 'TIME']

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/monthly_navy_winds.cdf (i.e., the .html extension should be omitted when opening this dataset on an Opendap client).


pydap/3.0.rc.8