Skip to content

Commit

Permalink
Update dataset.xml
Browse files Browse the repository at this point in the history
New prods and dt format
  • Loading branch information
dotis authored Jul 30, 2024
1 parent ad3d570 commit b1961cc
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion datasets/vsnpp_oc_7d_gom/dataset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<att name="title">VIIRS-SNPP Ocean Color 7-Day means for GOM</att>
</addAttributes>
<axisVariable>
<sourceName>***fileName,timeFormat=yyyyDDD,VSNPP_(\d{7})_(\d{7})_7D_GOM_OC\.nc,2</sourceName>
<sourceName>***fileName,timeFormat=yyyyMMdd,VSNPP_(\d{8})_(\d{8})_7D_GOM_OC\.nc,2</sourceName>
<destinationName>time</destinationName>
<addAttributes>
<att name="ioos_category">Unknown</att>
Expand Down Expand Up @@ -71,6 +71,19 @@
<att name="units">mg m^-3</att>
</addAttributes>
</dataVariable>
<dataVariable>
<sourceName>chlor_a_clim</sourceName>
<destinationName>chlor_a_clim</destinationName>
<dataType>double</dataType>
<addAttributes>
<att name="colorBarMaximum" type="double">0.03</att>
<att name="colorBarMinimum" type="double">30.0</att>
<att name="ioos_category">Ocean Color</att>
<att name="long_name">Chlorophyll-a Climatology (2013-2019)</att>
<att name="Units">null</att>
<att name="units">mg m^-3</att>
</addAttributes>
</dataVariable>
<dataVariable>
<sourceName>Rrs_671_median</sourceName>
<destinationName>Rrs_671_median</destinationName>
Expand All @@ -95,6 +108,18 @@
<att name="units">sr^-1</att>
</addAttributes>
</dataVariable>
<dataVariable>
<sourceName>Rrs_671_clim</sourceName>
<destinationName>Rrs_671_clim</destinationName>
<dataType>double</dataType>
<addAttributes>
<att name="ioos_category">Optical Properties</att>
<att name="long_name">Rrs_671 Climatology (2013-2019)</att>
<att name="Units">null</att>
<att name="units">sr^-1</att>
</addAttributes>
</dataVariable>
<dataVariable>
<dataVariable>
<sourceName>Kd_490_median</sourceName>
<destinationName>Kd_490_median</destinationName>
Expand All @@ -119,5 +144,18 @@
<att name="units">m^-1</att>
</addAttributes>
</dataVariable>
<dataVariable>
<sourceName>Kd_490_clim</sourceName>
<destinationName>Kd_490_clim</destinationName>
<dataType>double</dataType>
<addAttributes>
<att name="colorBarMaximum" type="double">1.0</att>
<att name="colorBarMinimum" type="double">0.0</att>
<att name="ioos_category">Unknown</att>
<att name="long_name">Kd_490 CLimatology (2013-2019)</att>
<att name="Units">null</att>
<att name="units">m^-1</att>
</addAttributes>
</dataVariable>
</dataset>

0 comments on commit b1961cc

Please sign in to comment.