Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbartlein committed Jan 31, 2024
1 parent d3515d3 commit c8afadc
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 13 deletions.
20 changes: 15 additions & 5 deletions docs/install_netCDF.html
Original file line number Diff line number Diff line change
Expand Up @@ -451,12 +451,22 @@ <h2>Windows</h2>
Command (cmd) window and typing <code>ncdump</code>. This should produce
a listing of the options.</p>
<p>To use <code>ncdump</code> to view the contents of netCDF files, open
a new Command (cmd window in the folder with the netCDF file.</p>
a new Command (cmd) window in the folder with the netCDF file.</p>
<ul>
<li>browse to the folder with the netCDF file;</li>
<li>type “cmd” (no quotes) in the address bar and hit enter,</li>
<li>type “<code>cmd</code>” (no quotes) in the address bar and hit
enter,</li>
<li>a cmd window should open up.</li>
</ul>
<p>Then, in the Command window, typing:</p>
<ul>
<li><code>ncdump filename.nc</code> will show a brief listing of the
dimensions variables and attributes;</li>
<li><code>ncdump -c filename.nc</code> will show the above, plus the
explicit values of the dimension variables;</li>
<li><code>nccump -ct filename.nc</code> will show the above, with the
time variable recoded into some kind of human-readable form.</li>
</ul>
<p>On Windows, the CDO and NCO utilities can be installed in the
“Windows Subsystem for Linux (WSL 2) <a
href="https://learn.microsoft.com/en-us/windows/wsl/about">[https://learn.microsoft.com/en-us/windows/wsl/about]</a></p>
Expand Down Expand Up @@ -487,10 +497,10 @@ <h2>MacOS</h2>
</ul>
<p>(If you don’t see the path bar in the bottom of the Finder window,
click on View &gt; Show Path Bar.)</p>
<p>Then, in the terminal window, typing</p>
<p>Then, in the terminal window, typing:</p>
<ul>
<li>`ncdump filename.nc`` will show a brief listing of the dimensions
variables and attributes;</li>
<li><code>ncdump filename.nc</code> will show a brief listing of the
dimensions variables and attributes;</li>
<li><code>ncdump -c filename.nc</code> will show the above, plus the
explicit values of the dimension variables;</li>
<li><code>nccump -ct filename.nc</code> will show the above, with the
Expand Down
14 changes: 10 additions & 4 deletions docs/md/install_netCDF.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,18 @@ To set up the netCDF command-line utilities in Windows,

You can check that the utilities have been installed by opening a Command (cmd) window and typing `ncdump`. This should produce a listing of the options.

To use `ncdump` to view the contents of netCDF files, open a new Command (cmd window in the folder with the netCDF file.
To use `ncdump` to view the contents of netCDF files, open a new Command (cmd) window in the folder with the netCDF file.

- browse to the folder with the netCDF file;
- type "cmd" (no quotes) in the address bar and hit enter,
- type "`cmd`" (no quotes) in the address bar and hit enter,
- a cmd window should open up.

Then, in the Command window, typing:

- `ncdump filename.nc` will show a brief listing of the dimensions variables and attributes;
- `ncdump -c filename.nc` will show the above, plus the explicit values of the dimension variables;
- `nccump -ct filename.nc` will show the above, with the time variable recoded into some kind of human-readable form.

On Windows, the CDO and NCO utilities can be installed in the "Windows Subsystem for Linux (WSL 2) [[https://learn.microsoft.com/en-us/windows/wsl/about]](https://learn.microsoft.com/en-us/windows/wsl/about)

## MacOS ##
Expand Down Expand Up @@ -71,9 +77,9 @@ To use `ncdump` to view the contents of netCDF files, open a new Terminal window

(If you don't see the path bar in the bottom of the Finder window, click on View > Show Path Bar.)

Then, in the terminal window, typing
Then, in the terminal window, typing:

- `ncdump filename.nc`` will show a brief listing of the dimensions variables and attributes;
- `ncdump filename.nc` will show a brief listing of the dimensions variables and attributes;
- `ncdump -c filename.nc` will show the above, plus the explicit values of the dimension variables;
- `nccump -ct filename.nc` will show the above, with the time variable recoded into some kind of human-readable form.

Expand Down
14 changes: 10 additions & 4 deletions md/install_netCDF.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,18 @@ To set up the netCDF command-line utilities in Windows,

You can check that the utilities have been installed by opening a Command (cmd) window and typing `ncdump`. This should produce a listing of the options.

To use `ncdump` to view the contents of netCDF files, open a new Command (cmd window in the folder with the netCDF file.
To use `ncdump` to view the contents of netCDF files, open a new Command (cmd) window in the folder with the netCDF file.

- browse to the folder with the netCDF file;
- type "cmd" (no quotes) in the address bar and hit enter,
- type "`cmd`" (no quotes) in the address bar and hit enter,
- a cmd window should open up.

Then, in the Command window, typing:

- `ncdump filename.nc` will show a brief listing of the dimensions variables and attributes;
- `ncdump -c filename.nc` will show the above, plus the explicit values of the dimension variables;
- `nccump -ct filename.nc` will show the above, with the time variable recoded into some kind of human-readable form.

On Windows, the CDO and NCO utilities can be installed in the "Windows Subsystem for Linux (WSL 2) [[https://learn.microsoft.com/en-us/windows/wsl/about]](https://learn.microsoft.com/en-us/windows/wsl/about)

## MacOS ##
Expand Down Expand Up @@ -71,9 +77,9 @@ To use `ncdump` to view the contents of netCDF files, open a new Terminal window

(If you don't see the path bar in the bottom of the Finder window, click on View > Show Path Bar.)

Then, in the terminal window, typing
Then, in the terminal window, typing:

- `ncdump filename.nc`` will show a brief listing of the dimensions variables and attributes;
- `ncdump filename.nc` will show a brief listing of the dimensions variables and attributes;
- `ncdump -c filename.nc` will show the above, plus the explicit values of the dimension variables;
- `nccump -ct filename.nc` will show the above, with the time variable recoded into some kind of human-readable form.

Expand Down

0 comments on commit c8afadc

Please sign in to comment.