Hello all -
Having trouble setting up a FMRC. THREDDS is not interpreting the run and time
variables? The FMRC via NcML (without 'datasetFMRC' tag) works in Tools-UI and
other Java-NetCDF readers. No access to Best Time Series or any other
aggregations but 2D time coordinates in THREDDS. Tested with both small and
large datasets with the same result. Any ideas?
Link to the FMRC dataset:
http://24.249.210.121:8080/thredds/catalog/cips/operational/met/akq/fmrc/catalog.html
<datasetFmrc name="FMRC" path="cips/operational/met/akq/fmrc"
serviceName="fmrc">
<netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"
enhance="true">
<aggregation dimName="run" type="forecastModelRunSingleCollection"
timeUnitsChange="true" recheckEvery="10 min">
<scanFmrc location="/data/cips/operational/akq_wrf"
regExp=".*_nmm_d01\.GrbF[0-9]{5}.gz" runDateMatcher="yyMMddHH#_nmm_d01.GrbF#"
forecastOffsetMatcher="#_nmm_d01.GrbF#HHH"/>
</aggregation>
</netcdf>
</datasetFmrc>
Link to the Raw files the FMRC should be comprised of:
http://24.249.210.121:8080/thredds/catalog/cips/operational/met/akq/raw/catalog.html
<datasetScan name="Raw" path="cips/operational/met/akq/raw"
location="/data/cips/operational/akq_wrf/" >
<serviceName>all</serviceName>
<filter>
<include wildcard="*.gz"/>
</filter>
<sort>
<lexigraphicByName increasing="false"/>
</sort>
<addDatasetSize/>
</datasetScan>
Thanks!