Page 1 of 1

Updated NPP_GRANULE_ID_BASETIME value?

Posted: Mon Nov 07, 2011 8:55 am
by gfireman
ADL 3.1 envSetup.* includes a value for NPP_GRANULE_ID_BASETIME:

Code: Select all

# 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 not be known until NPP launch.  An updated value will be posted
# on the ADL User's forum (https://forums.ssec.wisc.edu/index.php) after
# launch.
export NPP_GRANULE_ID_BASETIME=1300968033000000
When will the new value be known?

Re: Updated NPP_GRANULE_ID_BASETIME value?

Posted: Tue Nov 08, 2011 12:29 pm
by kbisanz
I've been told the correct operational value for $NPP_GRANULE_ID_BASETIME is 1698019234000000. You should be able to update that value and resource the environment script and be good to go. We haven't had a chance to test that with ADL yet, but it *should* work.

Note that you only want to use the new value if you're using real data from NPP. If you're using the data shipped with ADL, the value needs to stay as shipped.

Re: Updated NPP_GRANULE_ID_BASETIME value?

Posted: Wed Jan 18, 2012 10:41 am
by markgreenman
I've been told the correct operational value for $NPP_GRANULE_ID_BASETIME is 1698019234000000. You should be able to update that value and resource the environment script and be good to go. We haven't had a chance to test that with ADL yet, but it *should* work.
Has the above been confirmed by anyone?

thanks.

Re: Updated NPP_GRANULE_ID_BASETIME value?

Posted: Thu Jan 19, 2012 10:24 pm
by kbisanz
That value is correct. Myself and others have successfully ran using NPP data with that value.

If you want to run with the proxy data that shipped as part of ADL (the staged data), you need to use the old value.

Basically:
Prestaged data: Use 1300968033000000
NPP data: Use 1698019234000000

Re: Updated NPP_GRANULE_ID_BASETIME value?

Posted: Thu Feb 09, 2012 10:45 am
by markgreenman
Is the value for the NPP_GRANULE_ID_BASETIME environment variable compiled into the code, or merely referenced at run-time? If the former, could it be modified to be just referenced at run time?

Re: Updated NPP_GRANULE_ID_BASETIME value?

Posted: Thu Feb 09, 2012 10:53 am
by houchin
It is referenced at runtime.