Is there a specific way to add subsetVariables in datasets.xml? GenerateDatasetsXml created the snippet below, which works.
<addAttributes>
<att name="cdm_data_type">Point</att>
<att name="Conventions">COARDS, CF-1.10, ACDD-1.3</att>
<att name="keywords">chlorophyll, HPLC, optical water types, Rrs, North America, coastal, surface, in situ, optical</att>
<att name="keywords_vocabulary">GCMD Science Keywords</att>
<att name="sourceUrl">
https://www.oceancolour.org/</att>
<att name="subsetVariables">OWT_Array</att>
<att name="institution">NOAA | NMFS | NEFSC </att>
<att name="creator_type">institution</att>
<att name="creator_url">
https://www.noaa.gov/</att>
<att name="title">Optical | NEFSC | Coastal North America In Situ Chlorophyll and Satellite Match-ups | Chlorophyll, Optical Water Type | North America | 2000-2026 </att>
</addAttributes>
I get the error in the attached screenshot. The odd thing is I'm not getting any Status load errors and from what I can tell the DasDds output looks good (also attached).
Any advice on how to properly add other parameters as a subsetVariable would be greatly appreciated.