You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »


With the UnreferencedNcFilesCleaner NetCDF files are deleted that are no longer referenced by the FEWS database. 

NetCDF files can be imported by reference with the NETCDF-CF_GRID_REFERENCES type. Only the metadata is imported. in this case When the grid is accesses the data is read from the NetCDF file and not from the database. When the imported time series expires the nc files are no longer needed by the FEWS database.  The minimal age prevents that files are deleted while the import or MC-MC synchronization is pending




<?xml version="1.0" encoding="UTF-8"?>
<unreferencedNcFilesCleaner xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews
http://fews.wldelft.nl/schemas/version1.0/unreferencedNcFilesCleaner.xsd">
   <minimalAgeNcFile unit="hourt" multiplier="0"/>
   <rootDir urlPrefix="$PREFIX$" path="$TEST_DIR$"/>
</unreferencedNcFilesCleaner>
  • No labels