Search found 14 matches

by gfireman
Thu Jun 14, 2012 1:16 pm
Forum: Installation
Topic: idps algorithm in ADL4.0 distribution
Replies: 3
Views: 1788

Re: idps algorithm in ADL4.0 distribution

Looks like you've discovered a minor flaw in how the code was packaged and/or the install instructions.
When will ADL4.0 be ready for distribution? It's been weeks with no announcement.
by gfireman
Mon Jun 04, 2012 10:51 am
Forum: VIIRS SDR
Topic: Run time error in swapAggZoneOrCalDataZoneBlock() call
Replies: 10
Views: 24998

Re: Run time error in swapAggZoneOrCalDataZoneBlock() call

Hi, Liqin - ProCmnMethodAudit.cpp|206|ProCmnViirsRDRItem[18ProCmnViirsRDRItem]::swapAggZoneOrCalDataZoneBlock(VIIRS-SCIENCE-RDR) [0x12658c90] ROOT PRO_FAIL did not find synch word 0xff000063; found 0xdeaddead instead. from file ProCmnViirsRDRItem.cpp, line 1413 We've had the same error; it can occur...
by gfireman
Thu May 17, 2012 11:16 am
Forum: Installation
Topic: ADL 4.0 availability?
Replies: 4
Views: 2362

ADL 4.0 availability?

It was announced at the Common CM workshop that ADL 4.0 had just been released. Judging from the quite recent updates to ADL 4.0 folders in the download area, it seems that the SSEC team is actively working on getting it ready for us users.

Any ETA? Thanks!
by gfireman
Fri Jan 20, 2012 4:52 pm
Forum: Input and Output
Topic: about granID.exe
Replies: 1
Views: 1221

Re: about granID.exe

The examples are given with the default value for proxy data:
export NPP_GRANULE_ID_BASETIME=1300968033000000

NPP data was generated with the updated granule basetime:
export NPP_GRANULE_ID_BASETIME=1698019234000000
by gfireman
Thu Nov 10, 2011 8:15 pm
Forum: Input and Output
Topic: Unpacking ASCII ANC files
Replies: 2
Views: 1455

Re: Unpacking ASCII ANC files

The ADL unpacker works, but gives me the same file I could download from the USNO. No point in grabbing the H5 file when we can download the content directly. Carol Davidson gave me her converter a few weeks ago, but it requires the Land PEATE environment. I wrote a lighter-weight version in IDL, wh...
by gfireman
Wed Nov 09, 2011 12:08 pm
Forum: Input and Output
Topic: Unpacking ASCII ANC files
Replies: 2
Views: 1455

Unpacking ASCII ANC files

ADL expects USNO-PolarWander-UT1-ANC to be input as a binary/metadata file pair. USNO-PolarWander-UT1-ANC files are delivered in HDF5. ADL_Unpacker outputs an ASCII file, in the same format as the USNO's finals2000A.all. I know others have developed tools to write the equivalent binary. Is there on...
by gfireman
Mon Nov 07, 2011 8:55 am
Forum: Runtime
Topic: Updated NPP_GRANULE_ID_BASETIME value?
Replies: 5
Views: 18360

Updated NPP_GRANULE_ID_BASETIME value?

ADL 3.1 envSetup.* includes a value for NPP_GRANULE_ID_BASETIME: # The value of this variable affects the granule ID utility. It is set # correctly for data that ships with ADL and prelaunch proxy data. If real # NPP data is processed by ADL, this variable will need to be updated. That # value will ...
by gfireman
Fri Aug 12, 2011 8:21 am
Forum: Input and Output
Topic: Setting DPE_SITE_ID and DPE_DOMAIN
Replies: 5
Views: 2122

Re: Setting DPE_SITE_ID and DPE_DOMAIN

Scott M:

Could you notify us when there are new downloads available?
Either email or the ADL Announcements board would work for me.

Thanks,
Gwyn
by gfireman
Thu Aug 11, 2011 3:58 pm
Forum: Input and Output
Topic: Setting DPE_SITE_ID and DPE_DOMAIN
Replies: 5
Views: 2122

Re: Setting DPE_SITE_ID and DPE_DOMAIN

Those vars are set in envSetup.csh, but not in envSetup.ksh - at least not after running support/installAdl3.0.sh. We'll have to add them ourselves, using envSetup.ksh.org for reference.
by gfireman
Thu Jul 21, 2011 8:25 am
Forum: Installation
Topic: ADL3.0 beta: ADL3.0_GCC.patch?
Replies: 3
Views: 1949

Re: ADL3.0 beta: ADL3.0_GCC.patch?

Yeah, they didn't reply to my post but did put up a new version.

We're using gcc 4.5.2, with libz not installed at the system level. I'm having to make some changes to get it to compile here; will summarize when it's working.