Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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




Code Block
<?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>

...