AIRS Code Collection
|
Extract differences between retrieval and a priori data. More...
#include <omp.h>
#include <netcdf.h>
#include "jurassic.h"
Go to the source code of this file.
Data Structures | |
struct | ncd_t |
Buffer for netCDF data. More... | |
Macros | |
#define | NC(cmd) |
Execute netCDF library command and check result. More... | |
#define | L1_NCHAN 34 |
#define | L1_NTRACK 135 |
#define | L1_NXTRACK 90 |
#define | L2_NLAY 27 |
#define | L2_NTRACK 45 |
#define | L2_NXTRACK 30 |
Functions | |
void | read_nc (char *filename, ncd_t *ncd) |
int | main (int argc, char *argv[]) |
Extract differences between retrieval and a priori data.
Definition in file diff_apr.c.
#define NC | ( | cmd | ) |
Execute netCDF library command and check result.
Definition at line 35 of file diff_apr.c.
#define L1_NCHAN 34 |
Definition at line 46 of file diff_apr.c.
#define L1_NTRACK 135 |
Definition at line 49 of file diff_apr.c.
#define L1_NXTRACK 90 |
Definition at line 52 of file diff_apr.c.
#define L2_NLAY 27 |
Definition at line 55 of file diff_apr.c.
#define L2_NTRACK 45 |
Definition at line 58 of file diff_apr.c.
#define L2_NXTRACK 30 |
Definition at line 61 of file diff_apr.c.
void read_nc | ( | char * | filename, |
ncd_t * | ncd | ||
) |
Definition at line 227 of file diff_apr.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 133 of file diff_apr.c.