Download data from snow_1989_1999_dayavg%2Enc
Global attributes
- NC_GLOBAL
-
- CDO
- Climate Data Operators version 1.1.1 (http://www.mpimet.mpg.de/cdo)
- history
- Wed Apr 29 13:47:39 2009: cdo selyear,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999 snow_1989_2007_dayavg.nc snow_1989_1999_dayavg.nc Wed Apr 29 13:32:27 2009: cdo -f nc copy snow_1989_2007_dayavg snow_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.
Downloading data with Ferret
To access this dataset with the Ferret visualization and analysis environment from PMEL:
$ ferret
yes? use "http://ooici.net:8001/snow_1989_1999_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/snow_1989_1999_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/snow_1989_1999_dayavg.nc")
>>> print dataset.keys()
['var66', '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/snow_1989_1999_dayavg.nc (i.e., the .html extension should be omitted when opening this dataset on an Opendap client).
Parent directory