Hi Sean,
sorry, the comment from Julien (dem) was not the correct one. Our script uses wget to obtain the list of the last NRT data available (nothing to do with a subscription) and it seems that the returned list is somehow cut at day 164 (there is no edate in the command):
This next command returns files up to day 164
w.get -q -O - --post-data="sensor=aqua&results_as_file=1&addurl=1&std_only=1&sdate=2011-06-01&search=*L2_LAC_OC.bz2*"
http://oceandata.sci.gsfc.nasa.gov/cgi/file_search.cgiThis one returns an empty list
w.get -q -O - --post-data="sensor=aqua&results_as_file=1&addurl=1&std_only=1&sdate=2011-07-01&search=*L2_LAC_OC.bz2*"
http://oceandata.sci.gsfc.nasa.gov/cgi/file_search.cgiNote that the same problem occurs when using the GUI.
Thanks
Gilbert