Skip to content

Commit

Permalink
Update dataset.xml
Browse files Browse the repository at this point in the history
Update dt format, add clim band
  • Loading branch information
dotis authored Aug 1, 2024
1 parent 8d69550 commit 7f2520a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion datasets/vsnpp_sstn_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 Nighttime SST 7-Day means for GOM</att>
</addAttributes>
<axisVariable>
<sourceName>***fileName,timeFormat=yyyyDDD,VSNPP_(\d{7})_(\d{7})_7D_GOM_SSTN\.nc,2</sourceName>
<sourceName>***fileName,timeFormat=yyyyMMdd,VSNPP_(\d{8})_(\d{8})_7D_GOM_SSTN\.nc,2</sourceName>
<destinationName>time</destinationName>
<addAttributes>
<att name="ioos_category">Unknown</att>
Expand Down Expand Up @@ -71,4 +71,18 @@
<att name="units">degree_C</att>
</addAttributes>
</dataVariable>
<dataVariable>
<sourceName>sst_clim</sourceName>
<destinationName>sst_clim</destinationName>
<dataType>double</dataType>
<addAttributes>
<att name="colorBarMaximum" type="double">3.0</att>
<att name="colorBarMinimum" type="double">-3.0</att>
<att name="ioos_category">Temperature</att>
<att name="long_name">Sea Surface Temperature Climatology (nighttime 2013-2019)</att>
<att name="standard_name">surface_temperature_climatology</att>
<att name="Units">null</att>
<att name="units">degree_C</att>
</addAttributes>
</dataVariable>
</dataset>

0 comments on commit 7f2520a

Please sign in to comment.