-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
88 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,88 @@ | ||
|
||
<dataset type="EDDGridFromNcFiles" datasetID="vsnpp_sstn_7d_seus" active="true"> | ||
<reloadEveryNMinutes>10080</reloadEveryNMinutes> | ||
<updateEveryNMillis>10000</updateEveryNMillis> | ||
<fileDir>/mnt/sdb/vsnpp_sstn_7d_seus/</fileDir> | ||
<fileNameRegex>.*\.nc</fileNameRegex> | ||
<recursive>true</recursive> | ||
<pathRegex>.*</pathRegex> | ||
<metadataFrom>last</metadataFrom> | ||
<matchAxisNDigits>20</matchAxisNDigits> | ||
<fileTableInMemory>false</fileTableInMemory> | ||
<addAttributes> | ||
<att name="cdm_data_type">Grid</att> | ||
<att name="Contact">null</att> | ||
<att name="contact">Dan Otis - [email protected]</att> | ||
<att name="Conventions">COARDS, CF-1.6, ACDD-1.3</att> | ||
<att name="creator_email">[email protected]</att> | ||
<att name="creator_name">DOTIS</att> | ||
<att name="creator_type">institution</att> | ||
<att name="infoUrl">???</att> | ||
<att name="institution">USF IMaRS</att> | ||
<att name="keywords">anomaly, data, earth, Earth Science > Land Surface > Land Temperature > Land Surface Temperature, Earth Science > Oceans > Ocean Temperature > Sea Surface Temperature, florida, img, img_x, img_y, land, local, ocean, oceans, science, sea, sea_surface_temperature, source, south, sst_anom, sst_median, surface, surface_temperature_anomaly, temperature, university, usf</att> | ||
<att name="keywords_vocabulary">GCMD Science Keywords</att> | ||
<att name="Lat-Lon_Limits">null</att> | ||
<att name="Lat_Lon_Limits">18.0129N to 31N -98W to -78.5148W</att> | ||
<att name="license">[standard]</att> | ||
<att name="standard_name_vocabulary">CF Standard Name Table v70</att> | ||
<att name="summary">USF IMaRS VIIRS-SNPP SST4 7-Day means for Southeast US</att> | ||
<att name="title">VIIRS-SNPP Nighttime SST 7-Day mean for SEUS</att> | ||
</addAttributes> | ||
<axisVariable> | ||
<sourceName>***fileName,timeFormat=yyyyMMdd,VSNPP_(\d{8})_(\d{8})_7D_SEUS_SSTN\.nc,2</sourceName> | ||
<destinationName>time</destinationName> | ||
<addAttributes> | ||
<att name="ioos_category">Unknown</att> | ||
<att name="units">seconds since 1970-01-01T00:00:00Z</att> | ||
</addAttributes> | ||
</axisVariable> | ||
<axisVariable> | ||
<sourceName>latitude</sourceName> | ||
<destinationName>latitude</destinationName> | ||
</axisVariable> | ||
<axisVariable> | ||
<sourceName>longitude</sourceName> | ||
<destinationName>longitude</destinationName> | ||
</axisVariable> | ||
<dataVariable> | ||
<sourceName>sstn_median</sourceName> | ||
<destinationName>sstn_median</destinationName> | ||
<dataType>double</dataType> | ||
<addAttributes> | ||
<att name="colorBarMaximum" type="double">32.0</att> | ||
<att name="colorBarMinimum" type="double">0.0</att> | ||
<att name="ioos_category">Temperature</att> | ||
<att name="long_name">Sea Surface Temperature (nighttime)</att> | ||
<att name="standard_name">sea_surface_temperature</att> | ||
<att name="Units">null</att> | ||
<att name="units">degree_C</att> | ||
</addAttributes> | ||
</dataVariable> | ||
<dataVariable> | ||
<sourceName>sstn_anom</sourceName> | ||
<destinationName>sstn_anom</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 Anomaly (nighttime)</att> | ||
<att name="standard_name">surface_temperature_anomaly</att> | ||
<att name="Units">null</att> | ||
<att name="units">degree_C</att> | ||
</addAttributes> | ||
</dataVariable> | ||
<dataVariable> | ||
<sourceName>sstn_clim</sourceName> | ||
<destinationName>sstn_clim</destinationName> | ||
<dataType>double</dataType> | ||
<addAttributes> | ||
<att name="colorBarMaximum" type="double">32.0</att> | ||
<att name="colorBarMinimum" type="double">0.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> |