Skip to content

Commit

Permalink
fix light_intensity variables fom par
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Sep 6, 2024
1 parent c54766c commit 57d8971
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions datasets.d/development/HakaiNearshoreTemperature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<att name="title">Hakai Nearshore temperature and light instensity loggers</att>
<att name="cdm_data_type">Timeseries</att>
<att name="cdm_timeseries_variables">station,latitude,longitude</att>
<att name="subsetVariables">station,instrument_sn,water_temp_uql,light_intensity_uql</att>
<att name="subsetVariables">station,instrument_sn,water_temp_uql,par_uql</att>
<att name="platform">mooring</att>
<att name="platform_vocabulary">http://vocab.nerc.ac.uk/collection/L06/current/</att>
</addAttributes>
Expand Down Expand Up @@ -151,21 +151,21 @@
</addAttributes>
</dataVariable>
<dataVariable>
<sourceName>light_intensity</sourceName>
<destinationName>light_intensity</destinationName>
<sourceName>par</sourceName>
<destinationName>par</destinationName>
<dataType>double</dataType>
<!-- sourceAttributes>
</sourceAttributes -->
<addAttributes>
<att name="long_name">Light Intensity</att>
<att name="units">lux</att>
<att name="standard_name">downwelling_photon_flux_in_sea_water</att>
<att name="ancillary_data">light_intensity_qc light_intensity_uql</att>
<att name="ancillary_data">par_qc par_uql</att>
</addAttributes>
</dataVariable>
<dataVariable>
<sourceName>light_intensity_ql</sourceName>
<destinationName>light_intensity_ql</destinationName>
<sourceName>par_ql</sourceName>
<destinationName>par_ql</destinationName>
<dataType>String</dataType>
<!-- sourceAttributes>
</sourceAttributes -->
Expand All @@ -175,8 +175,8 @@
</addAttributes>
</dataVariable>
<dataVariable>
<sourceName>light_intensity_qc</sourceName>
<destinationName>light_intensity_qc</destinationName>
<sourceName>par_qc</sourceName>
<destinationName>par_qc</destinationName>
<dataType>String</dataType>
<!-- sourceAttributes>
</sourceAttributes -->
Expand All @@ -186,8 +186,8 @@
</addAttributes>
</dataVariable>
<dataVariable>
<sourceName>light_intensity_uql</sourceName>
<destinationName>light_intensity_uql</destinationName>
<sourceName>par_uql</sourceName>
<destinationName>par_uql</destinationName>
<dataType>int</dataType>
<!-- sourceAttributes>
</sourceAttributes -->
Expand Down

0 comments on commit 57d8971

Please sign in to comment.