Skip to content

Commit

Permalink
Auto-generated from 5033030
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 21, 2023
1 parent 5598149 commit 5e14964
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
23 changes: 16 additions & 7 deletions cf-conventions.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 2.0.20">
<meta name="author" content="Brian&#160;Eaton, Jonathan&#160;Gregory, Bob&#160;Drach, Karl&#160;Taylor, Steve&#160;Hankin, Jon&#160;Blower, John&#160;Caron, Rich&#160;Signell, Phil&#160;Bentley, Greg&#160;Rappa, Heinke&#160;Höck, Alison&#160;Pamment, Martin&#160;Juckes, Martin&#160;Raspaud, Randy&#160;Horne, Timothy&#160;Whiteaker, David&#160;Blodgett, Charlie&#160;Zender, Daniel&#160;Lee, David&#160;Hassell, Alan&#160;D.&#160;Snow, Tobias&#160;Kölling, Dave&#160;Allured, Aleksandar&#160;Jelenak, Anders&#160;Meier&#160;Soerensen, Lucile&#160;Gaultier, Sylvain&#160;Herlédan, Fernando&#160;Manzano">
<meta name="author" content="Brian&#160;Eaton, Jonathan&#160;Gregory, Bob&#160;Drach, Karl&#160;Taylor, Steve&#160;Hankin, Jon&#160;Blower, John&#160;Caron, Rich&#160;Signell, Phil&#160;Bentley, Greg&#160;Rappa, Heinke&#160;Höck, Alison&#160;Pamment, Martin&#160;Juckes, Martin&#160;Raspaud, Randy&#160;Horne, Timothy&#160;Whiteaker, David&#160;Blodgett, Charlie&#160;Zender, Daniel&#160;Lee, David&#160;Hassell, Alan&#160;D.&#160;Snow, Tobias&#160;Kölling, Dave&#160;Allured, Aleksandar&#160;Jelenak, Anders&#160;Meier&#160;Soerensen, Lucile&#160;Gaultier, Sylvain&#160;Herlédan, Fernando&#160;Manzano, Lars&#160;Bärring">
<title>NetCDF Climate and Forecast (CF) Metadata Conventions</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
<style>
Expand Down Expand Up @@ -466,6 +466,7 @@ <h1>NetCDF Climate and Forecast (CF) Metadata Conventions</h1>
<span id="author26" class="author">Lucile&#160;Gaultier</span><br>
<span id="author27" class="author">Sylvain&#160;Herlédan</span><br>
<span id="author28" class="author">Fernando&#160;Manzano</span><br>
<span id="author29" class="author">Lars&#160;Bärring</span><br>
<span id="revnumber">version 1.11 draft,</span>
<span id="revdate">31 August, 2022</span>
</div>
Expand Down Expand Up @@ -959,6 +960,9 @@ <h2 id="_about_the_authors"><a class="anchor" href="#_about_the_authors"></a>Abo
<li>
<p>Fernando Manzano, Puertos del Estado</p>
</li>
<li>
<p>Lars Bärring, SMHI</p>
</li>
</ul>
</div>
<div class="paragraph">
Expand Down Expand Up @@ -2455,19 +2459,21 @@ <h4 id="parametric-vertical-coordinate"><a class="anchor" href="#parametric-vert
<h3 id="time-coordinate"><a class="anchor" href="#time-coordinate"></a>4.4. Time Coordinate</h3>
<div class="paragraph">
<p>Variables representing reference time must always explicitly include the <strong><code>units</code></strong> attribute; there is no default value.
The <strong><code>units</code></strong> attribute takes a string value formatted as per the recommendations in the <a href="#UDUNITS">[UDUNITS]</a> package.
The following excerpt from the UDUNITS documentation explains the time unit encoding by example:</p>
The <strong><code>units</code></strong> attribute takes a string value that follows the formatting requirements of the <a href="#UDUNITS">[UDUNITS]</a> package. These requirements can best be described by an example with explanatory comments:</p>
</div>
<div class="paragraph">
<p>"The specification <code>seconds since 1992-10-8 15:15:42.5 -6:00</code> indicates seconds since October 8th, 1992 at 3 hours, 15 minutes and 42.5 seconds in the afternoon in the time zone which is six hours to the west of Coordinated Universal Time (i.e. Mountain Daylight Time).
The time zone specification can also be written without a colon using one or two digits (indicating hours) or three or four digits (indicating hours and minutes)."</p>
<p>The time unit specification <strong><code>seconds since 1992-10-8 15:15:42.5 -6:00</code></strong> indicates seconds since October 8th, 1992 at 3 hours, 15 minutes and 42.5 seconds in the afternoon in the time zone which is six hours to the west of Coordinated Universal Time (i.e. Mountain Daylight Time).
The time zone specification can also be written without a colon using one or two digits (indicating hours) or three or four digits (indicating hours and minutes).</p>
</div>
<div class="paragraph">
<p>The acceptable units for time are given by the UDUNITS package <a href="#UDUNITS">[UDUNITS]</a>.
<p>The acceptable units for time are given by the UDUNITS package.
The most commonly used of these strings (and their abbreviations) includes <strong><code>day</code></strong> (<strong><code>d</code></strong>), <strong><code>hour</code></strong> (<strong><code>hr</code></strong>, <strong><code>h</code></strong>), <strong><code>minute</code></strong> (<strong><code>min</code></strong>) and <strong><code>second</code></strong> (<strong><code>sec</code></strong>, <strong><code>s</code></strong>).
Plural forms are also acceptable.</p>
</div>
<div class="paragraph">
<p>UDUNITS permits a number of alternatives to the word <strong><code>since</code></strong> in the units of time coordinates. All the alternatives have exactly the same meaning in UDUNITS. For compatibility with other software, CF strongly recommends that <code>since</code> should be used.</p>
</div>
<div class="paragraph">
<p>The reference date/time string (appearing after the identifier <strong><code>since</code></strong>) is required.
It may include date alone, or date and time, or date, time and time zone.
If the time zone is omitted the default is UTC, and if both time and time zone are omitted the default is 00:00:00 UTC.</p>
Expand Down Expand Up @@ -11388,6 +11394,9 @@ <h2 id="revhistory"><a class="anchor" href="#revhistory"></a>Revision History</h
<div class="ulist">
<ul>
<li>
<p><a href="https://github.com/cf-convention/cf-conventions/issues/405">Issue #405</a>: Update ch. 4.4 text on reference time vs. UDUNIT</p>
</li>
<li>
<p><a href="https://github.com/cf-convention/cf-conventions/issues/406">Issue #406</a>: Remove duplicate section 8.2 in the conformance document</p>
</li>
<li>
Expand Down Expand Up @@ -11931,7 +11940,7 @@ <h3 id="_references"><a class="anchor" href="#_references"></a>References</h3>
<div id="footer">
<div id="footer-text">
Version 1.11 draft<br>
Last updated 2023-07-14 13:05:10 UTC
Last updated 2023-08-21 15:06:32 UTC
</div>
</div>
</body>
Expand Down
Binary file modified cf-conventions.pdf
Binary file not shown.
5 changes: 4 additions & 1 deletion conformance.html
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,9 @@ <h3 id="time-coordinate">4.4 Time Coordinate</h3>
<li>
<p>Units of <strong><code>year</code></strong> and <strong><code>month</code></strong> and any equivalent units should be used with caution.</p>
</li>
<li>
<p>UDUNITS permits a number of alternatives to the word <strong><code>since</code></strong> in the units of time coordinates. All the alternatives have exactly the same meaning in UDUNITS. For compatibility with other software, CF strongly recommends that <strong><code>since</code></strong> should be used.</p>
</li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -1492,7 +1495,7 @@ <h3 id="parametric-vertical-coordinates">Appendix D Parametric Vertical Coordina
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-07-14 13:05:15 UTC
Last updated 2023-08-21 15:06:28 UTC
</div>
</div>
</body>
Expand Down
Binary file modified conformance.pdf
Binary file not shown.

0 comments on commit 5e14964

Please sign in to comment.