netcdf IASI_o3_subcolumn_IASI-B_20140826 {
dimensions:
time = 15 ;
latitude = 788 ;
longitude = 120 ;
vertical = 2 ;
spectral = 3 ;
variables:
double latitude(time, latitude, longitude) ;
latitude:units = “degree_north” ;
latitude:_FillValue = NaN ;
double longitude(time, latitude, longitude) ;
longitude:units = “degree_east” ;
longitude:_FillValue = NaN ;
int time(time, latitude, longitude) ;
time:units = “” ;
float ozone(time, latitude, longitude) ;
ozone:units = “DU” ;
ozone:_FillValue = NaNf ;
float sza(time, latitude, longitude) ;
sza:units = “” ;
sza:_FillValue = NaNf ;
float azim(time, latitude, longitude) ;
azim:units = “” ;
azim:_FillValue = NaNf ;
double surfpress(time, latitude, longitude) ;
surfpress:units = “Pa” ;
surfpress:_FillValue = NaN ;
float surftemp(time, latitude, longitude, vertical) ;
surftemp:units = “K” ;
surftemp:_FillValue = NaNf ;
double ctp(time, latitude, longitude, spectral) ;
ctp:units = “” ;
ctp:_FillValue = NaN ;
float clf(time, latitude, longitude, spectral) ;
clf:units = “%” ;
clf:_FillValue = NaNf ;
// global attributes:
:Conventions = “HARP-1.0” ;
Greetings Sander,
We are using Harp 1.23 to ingest the official EUMETSAT IASI L2 combined products. For each day of 14/15 orbits, we create a harp-compliant “daily” product. Its contents and dimensions, etc. are given above.
However, at a next step we wish to create overpass type files using the point_distance command. Even when setting the search radius at 2500km it does not find any data, which is well, impossible, since we are talking Total Ozone, the best species in the Continent.
I am guessing that the point_distance operation does not like the 3D/4D variables? any way to overcome this issue?
Thanks!
MariLiza