Download data from pcpt_2000_2007_dayavg%2Enc


Parent directory

Global attributes

NC_GLOBAL
CDO
Climate Data Operators version 1.1.1 (http://www.mpimet.mpg.de/cdo)
history
Wed Apr 29 13:27:30 2009: cdo selyear,2000,2001,2002,2003,2004,2005,2006,2007 pcpt_1989_2007_dayavg.nc pcpt_2000_2007_dayavg.nc Wed Apr 29 12:58:09 2009: cdo -f nc copy pcpt_1989_2007_dayavg pcpt_1989_2007_dayavg.nc
CDI
Climate Data Interface version 1.1.1
Conventions
CF-1.0
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.

var62

:

:

:

:

table
1
grid_mapping
rotated_pole
rlon

:

units
degrees
long_name
longitude in rotated pole grid
standard_name
grid_longitude
height

:

units
m
long_name
height
rotated_pole

grid_north_pole_latitude
18.0
grid_mapping_name
rotated_latitude_longitude
grid_north_pole_longitude
-200.0
time

:

units
day as %Y%m%d.%f
rlat

:

units
degrees
long_name
latitude in rotated pole grid
standard_name
grid_latitude

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/pcpt_2000_2007_dayavg.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/pcpt_2000_2007_dayavg.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/pcpt_2000_2007_dayavg.nc")
>>> print dataset.keys()
['var62', 'rlon', 'height', 'rotated_pole', 'time', 'rlat']

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


pydap/3.0.rc.8