|
ISCCP SOFTWARE Our software is written and tested on an IBM AIX platform. Users working on other platforms may need to make slight modifications to the code as listed below. Attention SGI/DEC users: Before compiling any fortran code read the following instructions: C* SGI users: C* change recl=lrecl to recl=lrecl/4 in open statement C* SGI ORIGIN users: uncomment SAVE statement in the C* declaration section C* C* DEC users C* change recl=lrecl to recl=lrecl/4 in open statement C* add convert='little_endian' to open statement C* change each occurrence of chars(4) to chars(1) For other platforms check the User-Modified ISCCP software page.
The following is a list of software that can be used to read the
standard ISCCP data products.
This program reads the B3 Reduced Resolution Radiance Dataset described in the B3 Data documentation. The program is composed of two sections: INIT and READ. Description: This program reads the ISCCP BT (calibration look up tables) dataset which should be used in combination with the B3 dataset, and is documented in the ISCCP Update of Radiance Calibrations documentation. These tables are the same format as those contained in the B3 dataset, but provide more up-to-date calibration information. Always use the BT dataset with the highest Version number. Description: This program reads The ISCCP TV (TOVS atmospheric temperature and humidity profiles with ozone column abundances) dataset described in the Tovs Atmospheric Gridded Data Product documentation. Description: This program reads The ISCCP IS (sea ice and snow information) described in the Ice/Snow data product documentation. Description: This program reads the ISCCP DX (3-hourly, 30-km sampled image pixel) dataset described in the DX Data documentation. The program is composed of three subroutines : DXTABS,DXOPEN and DXREAD. This program reads the ISCCP D1 (3-hourly, 280-km equal-area grid dataset) described in the D1 Data Documentation. Description: This program reads the ISCCP D2 (monthly, 280-km equal area gridded data) described in the D2 Data documentation. D2 Data contain eight files representing the monthly average at each of eight times-of-day and a ninth file representing the monthly average over all times-of-day. Description: This program reads the old ISCCP C1 (3-hourly, 280-km equal-area grid dataset) described in the C1/C2 Cloud Data Documentation. ***THESE DATA HAVE BEEN REPLACD BY THE D1 DATASET.*** The program requires one argument, a latitude zone number. C1READ then returns all parameters for all longitude boxes within that latitude zone. The data are saved in an equal-area grid. This program maps the data by replication into a square latitude/longitude grid. This version of the code is for the equal-area format, and returns physical values. Description: This program reads the old ISCCP C2 (monthly, 280-km equal area gridded data) dataset described in the C1/C2 Cloud Data Documentation. ***THESE DATA HAVE BEEN REPLACED BY THE D2 DATASET.*** The program requires one argument, a latitude zone number. C2READ then returns all parameters for all longitude boxes within that latitude zone. The data are saved in an equal-area grid. This routine maps the data by replication into a square latitude/longitude grid. Description: The program kmeans_D1.f performs a k-means cluster analysis on a set of vectors. The program is currently written to accept a file containing 42-element D1 PC-Tau vectors but can be modified to accept vectors of any length and number (specified by the parameters nelements and nvecotors). The number of clusters is required as an input and is specified by the parameter nclusters. Description: ISCCP On-Line Datasets | Data Product Documentation Contact Us: ISCCP Webmaster http://isccp.giss.nasa.gov/products/software.html Last updated: 2006:08:17 @ 12:48:16 | |