[gradsusr] OMI SO2 HDF5
James E. Johnson
James.Johnson at nasa.gov
Wed Jul 20 11:16:34 EDT 2011
On Wednesday, July 20, 2011 10:22:26 am Sachis Makowski wrote:
> Dear James,
>
> Sorry that I disturb you again. The descriptors files you sent me worked
> marvelously. I then changed the names of the files just like you mentioned
> and modified the descriptor file as indicated as well. Next you can find
> the new file:
>
> DSET ^OMI-Aura_L3-OMSO2e_%y4m%m1%d1_v003.he5
> OPTIONS template
>
You need to change DSET to:
DSET ^OMI-Aura_L3-OMSO2e_%y4m%m2%d2_v003.he5
and make sure the files are actually named something like:
OMI-Aura_L3-OMSO2e_2004m1001_v003.he5
What I like to do is keep the original files as downloaded from the archive,
and then set up symbolic links with those types of names above. You can write
a short Unix shell script to do this:
for file in OMI-Aura_L3-OMSO2e*.he5
do
ln -s $file `echo $file | cut -c1-33`".he5"
done
I would also set TDEF to:
TDEF 3014 linear 01oct2004 1dy
and then you'll be able to read any of the files through the end of 2012, also
the first day for OMI data is Oct. 1, 2004 (launch was July 15, 2004).
------------------------------------------------------------------------------
| James E. Johnson | address: |
| Wyle Information Systems, Inc. | NASA Goddard Space Flight Center |
| e-mail: james.johnson at nasa.gov | Distributed Active Archive Center |
| phone: 301-614-5121 | Code 610.2, Bldg 32, Room S130G |
| fax: 301-614-5268 | Greenbelt, MD 20771 |
------------------------------------------------------------------------------
More information about the gradsusr
mailing list