ISCCP D1
Summary
- ISCCP DX data are gidded to produce ISCCP D1 data
- The grid resolution is 2.5 deg
Data Access
Access Methods
- OPENDAP
- Download data as ASCII text or OpenDAP binary
- User can subset data along any dimension.
- Available for all data types.
- ncServer
- Download data as netCDF file.
- User can subset data along time and space dimensions.
- Available only for gridded data types (GPCP, ISCCP, GACP, SRB)
- HTTPServer
- Download the entire file in the original data format.
- Available for most data types.
- netcdf-download
- Download the entire file as a netCDF file.
- Available for most data types.
Sample code
- tds.get_d1_netcdf.sh - This routine is a BASH script which demonstrates how to download an entire year of D1 data. All variables are downloaded and each netCDF file is 9 MB.
- tds.get_d1_netcdf_part.sh - This routine is a BASH script which demonstrates how to download an entire year of D1 data. Only variables which are requested are downloaded. This is performed by requesting the variable names in the script. This will save you from downloading variables you do not need. It also saves space since each variable is 43 kB.



