Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.
Giampaolo, >> Is there any option to force THREDDS to update those files? The easiest forced update method is to restart tomcat :) (but that's overkill). Might want to check your "NetcdfFileCache" block in threddsConfig.xml to see if your "scour" value is set high (the default is 11 min according to the code comments). Rich et al, http://www.unidata.ucar.edu/software/thredds/current/tds/reference/ThreddsConfigXMLFile.html quote: "IGNORE BELOW THIS LOOK the following may not be working You may also set cache=false..." Is this cache=false for specific datasets now a *working* feature of THREDDS? On Thu, Jun 9, 2016 at 7:04 AM, Signell, Richard <rsignell@xxxxxxxx> wrote: > Cimino, > > You should be able to define a datasetRoot with cache="false", as > shown in this functioning forecast catalog where the forecast files > are simply overwritten each day with new content: > > https://github.com/rsignell-usgs/xml/blob/master/THREDDS/umassd_fvcom/forecasts.xml#L14 > > -Rich > > On Thu, Jun 9, 2016 at 6:48 AM, Giampaolo Cimino <gcimino@xxxxxxxxx> wrote: >> All, >> >> >> i have this datasetScan in my catalog.xml: >> >> <dataset name="mycompany"> >> >> >> <datasetScan name="gliders" ID="gliders" path="gliders" >> location="/opt/ex16/data/gliders" harvest="true"> >> <metadata inherited="true"> >> <serviceName>baseServices</serviceName> >> <dataType>Profile</dataType> >> </metadata> >> <filter> >> <include wildcard="*.nc"/> >> </filter> >> </datasetScan> >> >> >> Inside the directory /opt/ex16/data/gliders/ the same files are overwritten >> every 3 hours. >> Apparently THREDDS doesn' t update automatically, that is THREDDS still >> serve the old files instead of the updated version. >>
thredds
archives: