test - please ignore

How do I...?
Post Reply
User avatar
jinlee
Posts: 16
Joined: Thu May 19, 2011 6:04 am

test - please ignore

Post by jinlee »

Hello,

I have a CF-compliant NetCDF file which contains AIRS footprint point data (see attachment). The output from ncdump shows:

netcdf AIRS_Write201103241800_pe0.cf {
dimensions:
channels = 339 ;
obs = 10134 ;
channels_mw = 15 ;
levels = 43 ;
wetlevels = 26 ;
bias_predictors = 2 ;
variables:
float OminusB(channels, obs) ;
OminusB:coordinates = "time latitude longitude" ;
int time(obs) ;
time:standard_name = "time" ;
time:units = "seconds since 2011-04-03 00:00:00" ;
int ObId(obs) ;
int SatId(obs) ;
...
...
float latitude(obs) ;
latitude:standard_name = "latitude" ;
latitude:units = "degrees_north" ;
float longitude(obs) ;
longitude:standard_name = "longitude" ;
longitude:units = "degrees_east" ;
...
...
float BriTemp_raw(channels, obs) ;
BriTemp_raw:coordinates = "time latitude longitude" ;
float BriTemp_cor(channels, obs) ;
BriTemp_cor:coordinates = "time latitude longitude" ;


A data variable, "BriTemp_raw" is indexed by 2 dimension variables - "obs" and "channels". McIdas-V reads the NetCDF file without any complaint but I'm not sure how to select a particular channel and display its brightness temperature values. Can someone suggest how this can be done?

Thank you in advance.
User avatar
jinlee
Posts: 16
Joined: Thu May 19, 2011 6:04 am

Re: test - please ignore

Post by jinlee »

Test. Please ignore.

I'm attaching a sample data file.
Attachments
AIRS_Write201103241800_pe0.cf.ch3.1d.nc
(436.78 KiB) Downloaded 318 times
Post Reply