Download data from ncep-mslp%2Enc


Parent directory

Global attributes

NC_GLOBAL

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.

Y

:

gridtype
0
long_name
Latitude
units
degree_north
pointwidth
2.5
X

:

gridtype
1
units
degree_east
modulus
360.0
pointwidth
2.5
long_name
Longitude
T

:

gridtype
1
long_name
Time
modulo
12.0
units
months since 1960-01-01
pointwidth
1.0
calendar
360
modulus
12.0
pressure

:

:

:

subcenter
NCEP Reanalysis Project
center
US Weather Service - National Met. Center
process
62 wave triangular, 28 layer Spectral model from "Medium Range Forecast" run
long_name
Pressure
grib_name
PRES
units
Pa
PTVersion
1
history
Averaged over T2[1961, 1990]

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/ncep-mslp.nc"
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/ncep-mslp.nc
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/ncep-mslp.nc")
>>> print dataset.keys()
['Y', 'X', 'T', 'pressure']

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


pydap/3.0.rc.8