Skip to content

Commit

Permalink
Merge pull request #150 from oxelson/main
Browse files Browse the repository at this point in the history
removal of ftp site. update netcdf doc location.
  • Loading branch information
akrherz committed May 10, 2024
2 parents 99367e2 + 1fed5f3 commit bd034af
Show file tree
Hide file tree
Showing 17 changed files with 57 additions and 64 deletions.
3 changes: 1 addition & 2 deletions extlibs/netCDF/v4.3.3.1/CMakeInstallation.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ IF(WIN32)
SET(CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL ON)
SET(CPACK_NSIS_MENU_LINKS
"http://www.unidata.ucar.edu/netcdf" "Unidata Website"
"http://www.unidata.ucar.edu/netcdf/docs" "NetCDF Stable Documentation"
"http://www.unidata.ucar.edu/netcdf/docs_rc" "NetCDF Unstable Documentation")
"https://docs.unidata.ucar.edu/netcdf-c/current/" "NetCDF Stable Documentation")

ENDIF()

Expand Down
14 changes: 7 additions & 7 deletions extlibs/netCDF/v4.3.3.1/INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ libraries. (And, optionally, the szlib library). Versions required are
at least HDF5 1.8.8, zlib 1.2.5, and curl 7.18.0 or later.
(Optionally, if building with szlib, get szip 2.0 or later.)

HDF5 1.8.9 and zlib 1.2.7 packages are available from the netCDF-4 ftp
site:
These packages are available at:

https://resources.unidata.ucar.edu/netcdf/netcdf-4

ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-4

If you wish to use the remote data client code, then you will also
need libcurl, which can be obtained from the curl website:
Expand Down Expand Up @@ -122,7 +122,7 @@ Note that for shared libraries, you may need to add the install
directory to the LD_LIBRARY_PATH environment variable. See the netCDF
FAQ:

http://www.unidata.ucar.edu/netcdf/docs/faq.html#Shared%20Libraries
https://docs.unidata.ucar.edu/netcdf-c/current/faq.html#Shared-Libraries

for more details on using shared libraries.

Expand Down Expand Up @@ -152,7 +152,7 @@ It is possible to build the netCDF C libraries and utilities so that
only the netCDF classic and 64-bit offset formats are supported, or
the remote data access client is not built. (See

http://www.unidata.ucar.edu/netcdf/docs/netcdf_format.html
https://docs.unidata.ucar.edu/netcdf-c/current/faq.html#formatsdatamodelssoftwarereleases

for more information about the netCDF format variants. See the
netCDF-DAP site
Expand Down Expand Up @@ -217,15 +217,15 @@ If the HDF5 used by netCDF has been built with parallel I/O, then
netCDF will also be built with support for parallel I/O. This allows
parallel I/O access to netCDF-4/HDF5 files. (See

http://www.unidata.ucar.edu/netcdf/docs/netcdf_format.html
https://docs.unidata.ucar.edu/netcdf-c/current/faq.html#formatsdatamodelssoftwarereleases

for more information about the netCDF format variants.)

If parallel I/O access to netCDF classic and 64-bit offset files is
also needed, the parallel-netcdf library should also be installed,
(and the replacement pnetcdf.h at

ftp://ftp.unidata.ucar.edu/pub/netcdf/contrib/pnetcdf.h
https://resources.unidata.ucar.edu/netcdf/contrib/pnetcdf.h

must be used). Then configure netCDF with the --enable-pnetcdf flag.

Expand Down
6 changes: 3 additions & 3 deletions extlibs/netCDF/v4.3.3.1/INSTALL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ It is possible to build the netCDF C libraries and utilities so that
only the netCDF classic and 64-bit offset formats are supported, or
the remote data access client is not built. (See

http://www.unidata.ucar.edu/netcdf/docs/netcdf_format.html
https://docs.unidata.ucar.edu/netcdf-c/current/faq.html#formatsdatamodelssoftwarereleases

for more information about the netCDF format variants. See the
netCDF-DAP site
Expand Down Expand Up @@ -125,15 +125,15 @@ If the HDF5 used by netCDF has been built with parallel I/O, then
netCDF will also be built with support for parallel I/O. This allows
parallel I/O access to netCDF-4/HDF5 files. (See

http://www.unidata.ucar.edu/netcdf/docs/netcdf_format.html
https://docs.unidata.ucar.edu/netcdf-c/current/faq.html#formatsdatamodelssoftwarereleases

for more information about the netCDF format variants.)

If parallel I/O access to netCDF classic and 64-bit offset files is
also needed, the parallel-netcdf library should also be installed,
(and the replacement pnetcdf.h at

ftp://ftp.unidata.ucar.edu/pub/netcdf/contrib/pnetcdf.h
https://resources.unidata.ucar.edu/netcdf/contrib/pnetcdf.h

must be used). Then configure netCDF with the --enable-pnetcdf flag.

Expand Down
8 changes: 3 additions & 5 deletions extlibs/netCDF/v4.3.3.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,11 @@ the COPYRIGHT file accompanying the software
To install this package, please see the file INSTALL in the
distribution, or the (usually more up-to-date) document:

* http://www.unidata.ucar.edu/netcdf/docs/building.html
* https://docs.unidata.ucar.edu/netcdf-c/current/netCDF-CMake.html

The netCDF-3 C and FORTRAN-77 interfaces are documented in man(1)
pages at
The netCDF FORTRAN interfaces are documented at

* http://www.unidata.ucar.edu/netcdf/docs/netcdf-man-3.html
* http://www.unidata.ucar.edu/netcdf/docs/netcdf-man-3f.html
* https://docs.unidata.ucar.edu/netcdf-fortran/current/

User's Guides are also available in several forms from the same
location.
Expand Down
11 changes: 4 additions & 7 deletions extlibs/netCDF/v4.3.3.1/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ More details may be found at the Unidata JIRA Dashboard. [NCF-316](https://bugt

* Fixed ncdump bug for char variables with multiple unlimited dimensions and added an associated test. Now the output CDL properly disambiguates dimension groupings, so that ncgen can generate the original file from the CDL. [NCF-310](https://bugtracking.unidata.ucar.edu/browse/NCF-310)

* Converted the [Manually-maintained FAQ page](http://www.unidata.ucar.edu/software/netcdf/docs/faq.html) into markdown and added it to the `docs/` directory. This way the html version will be generated when the rest of the documentation is built, the FAQ will be under version control, and it will be in a more visible location, hopefully making it easier to maintain.
* Converted the [Manually-maintained FAQ page](https://docs.unidata.ucar.edu/netcdf-c/current/faq.html) into markdown and added it to the `docs/` directory. This way the html version will be generated when the rest of the documentation is built, the FAQ will be under version control, and it will be in a more visible location, hopefully making it easier to maintain.

* Bumped minimum required version of `cmake` to `2.8.12`. This was necessitated by the adoption of the new `CMAKE_MACOSX_RPATH` property, for use on OSX.

Expand Down Expand Up @@ -248,7 +248,6 @@ This is a bug-fix-only release for version 4.3.1.


* Added better documentation about accessing ESG datasets.
See http://www.unidata.ucar.edu/software/netcdf/docs/esg.html.

* Corrected an issue with CMake-based builds enabling HDF4 support where the HDF4 libraries were in a non-standard location.

Expand Down Expand Up @@ -1104,11 +1103,9 @@ output.
* Added support for ARM representation of doubles, (thanks to Warren
Turkal).

* Fixed bug in C++ API creating 64-bit offset files. (See
http://www.unidata.ucar.edu/software/netcdf/docs/known_problems.html#cxx_64-bit).
* Fixed bug in C++ API creating 64-bit offset files.

* Fixed bug for variables larger than 4 GB. (See
http://www.unidata.ucar.edu/software/netcdf/docs/known_problems.html#large_vars_362).
* Fixed bug for variables larger than 4 GB.

* Changed the configure.ac to build either 3.6.x or 4.x build from the
same configure.ac.
Expand Down Expand Up @@ -1259,7 +1256,7 @@ configure.
* Switched to new build system, with automake and libtool. Now shared
libraries are built (as well as static ones) on platforms which support
it. For more information about shared libraries, see
http://www.unidata.ucar.edu/software/netcdf/docs/faq.html#shared_intro
https://docs.unidata.ucar.edu/netcdf-c/current/faq.html#Shared-Libraries

* Fixed ncdump crash that happened when no arguments were used.

Expand Down
22 changes: 9 additions & 13 deletions extlibs/netCDF/v4.3.3.1/docs/guide.dox
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ distribution.

The latest version of this document, and the language specific guides,
can be found at the netCDF web site,
http://www.unidata.ucar.edu/netcdf/docs, along with extensive
https://docs.unidata.ucar.edu/netcdf-c/current/, along with extensive
additional information about netCDF, including pointers to other
software that works with netCDF data.

Expand Down Expand Up @@ -98,25 +98,21 @@ data is designed to be independent of the computer on which the data
were written.

Unidata supports the netCDF interfaces for C (see <a
href="http://www.unidata.ucar.edu/netcdf/docs/netcdf-c.html#Top" >NetCDF C Interface
Guide</a>), FORTRAN 77 (see <a
href="http://www.unidata.ucar.edu/netcdf/docs/netcdf-f77.html#Top" >NetCDF Fortran 77
Interface Guide</a>), FORTRAN 90 (see <a
href="http://www.unidata.ucar.edu/netcdf/docs/netcdf-f90.html#Top" >NetCDF Fortran 90
href="https://docs.unidata.ucar.edu/netcdf-c/current/" >NetCDF C Interface
Guide</a>), FORTRAN 77 & 90 (see <a
href="https://docs.unidata.ucar.edu/netcdf-fortran/current/" >NetCDF Fortran
Interface Guide</a>), and C++ (see <a
href="http://www.unidata.ucar.edu/netcdf/docs/netcdf-cxx.html#Top" >NetCDF C++ Interface
href="https://docs.unidata.ucar.edu/netcdf-cxx/current/" >NetCDF C++ Interface
Guide</a>).

The netCDF library is supported for various UNIX operating systems. A
MS Windows port is also available. The software is also ported and
tested on a few other operating systems, with assistance from users
with access to these systems, before each major release. Unidata's
netCDF software is freely available <a
href="ftp://ftp.unidata.ucar.edu/pub/netcdf">via FTP</a> to encourage
its widespread use.
netCDF software is freely available at: https://downloads.unidata.ucar.edu/netcdf/

For detailed installation instructions, see <a
href="http://www.unidata.ucar.edu/netcdf/docs/building.html" >Building NetCDF</a>.
href="https://docs.unidata.ucar.edu/netcdf-c/current/netCDF-CMake.html" >Building NetCDF</a>.

\section netcdf_format The netCDF File Format

Expand Down Expand Up @@ -970,8 +966,8 @@ If present, 'Conventions' is a global attribute that is a character
array for the name of the conventions followed by the
dataset. Originally, these conventions were named by a string that was
interpreted as a directory name relative to the directory
/pub/netcdf/Conventions/ on the host ftp.unidata.ucar.edu. The web
page http://www.unidata.ucar.edu/netcdf/conventions.html is now the
/pub/netcdf/Conventions/ on the defunct unidata ftp site. The web
page https://docs.unidata.ucar.edu/netcdf-c/current/attribute_conventions.html is now the
preferred and authoritative location for registering a URI reference
to a set of conventions maintained elsewhere. The FTP site will be
preserved for compatibility with existing references, but authors of
Expand Down
19 changes: 11 additions & 8 deletions extlibs/netCDF/v4.3.3.1/docs/install.dox
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ full functionality. (See \ref architecture).
- \ref build_classic
- \ref build_hdf4
- \ref build_parallel
- <a class="el" href="http://www.unidata.ucar.edu/netcdf/docs/netcdf-fortran-install.html" >Building netCDF-Fortran Libraries</a>
- <a class="el" href="https://docs.unidata.ucar.edu/netcdf-c/current/building_netcdf_fortran.html" >Building netCDF-Fortran Libraries</a>
- \ref configure_options

\subsection sub CMake and Windows support
Expand All @@ -83,9 +83,12 @@ libraries. (And, optionally, the szlib library). Versions required are
at least HDF5 1.8.8, zlib 1.2.5, and curl 7.18.0 or later.
(Optionally, if building with szlib, get szip 2.0 or later.)

HDF5 1.8.12 and zlib 1.2.8 packages are available from the <a
href="ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-4">netCDF-4 ftp
site</a>. If you wish to use the remote data client code, then you
These packages are available at:

https://resources.unidata.ucar.edu/netcdf/netcdf-4/


If you wish to use the remote data client code, then you
will also need libcurl, which can be obtained from the <a
href="http://curl.haxx.se/download.html">curl website</a>.

Expand Down Expand Up @@ -138,7 +141,7 @@ is being built.

Note that for shared libraries, you may need to add the install
directory to the LD_LIBRARY_PATH environment variable. See
the <a href="http://www.unidata.ucar.edu/netcdf/docs/faq.html#Shared%20Libraries">netCDF
the <a href="https://docs.unidata.ucar.edu/netcdf-c/current/faq.html#Shared-Libraries">netCDF
FAQ</a> for more details on using shared libraries.

If you are building HDF5 with szip, then include the <CODE>--with-szlib=</CODE>
Expand Down Expand Up @@ -291,7 +294,7 @@ make check install
If parallel I/O access to netCDF classic and 64-bit offset files is
also needed, the parallel-netcdf library should also be installed.
(Note: the previously recommended <a
href=ftp://ftp.unidata.ucar.edu/pub/netcdf/contrib/pnetcdf.h>replacement
href=https://resources.unidata.ucar.edu/netcdf/contrib/pnetcdf.h>replacement
pnetcdf.h</a> should no longer be used.) Then configure netCDF with the
"--enable-pnetcdf" option.

Expand Down Expand Up @@ -334,7 +337,7 @@ Note: --disable prefix indicates that the option is normally enabled.
<tr><td>--enable-netcdf-4<td>build with netcdf-4<td>HDF5 and zlib
<tr><td>--enable-netcdf4<td>synonym for enable-netcdf-4
<tr><td>--enable-hdf4<td>build netcdf-4 with HDF4 read capability<td>HDF4, HDF5 and zlib
<tr><td>--enable-hdf4-file-tests<td>test ability to read HDF4 files<td>selected HDF4 files from Unidata ftp site
<tr><td>--enable-hdf4-file-tests<td>test ability to read HDF4 files<td>selected HDF4 files from Unidata
<tr><td>--enable-pnetcdf<td>build netcdf-4 with parallel I/O for classic and
64-bit offset files using parallel-netcdf
<tr><td>--enable-extra-example-tests<td>Run extra example tests<td>--enable-netcdf-4,GNU sed
Expand All @@ -358,7 +361,7 @@ Note: --disable prefix indicates that the option is normally enabled.
The benchmarks are a
bunch of extra tests, which are timed. We use these
tests to check netCDF performance.
<td>sample data files from the Unidata ftp site
<td>sample data files from the Unidata resources site
<tr><td>--disable-extreme-numbers
<td>don't use extreme numbers during testing, such as MAX_INT - 1<td>
<tr><td>--enable-dll<td>build a win32 DLL<td>mingw compiler
Expand Down
15 changes: 8 additions & 7 deletions extlibs/netCDF/v4.3.3.1/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,10 @@ libraries. (And, optionally, the szlib library). Versions required are
at least HDF5 1.8.9, zlib 1.2.5, and curl 7.18.0 or later.
(Optionally, if building with szlib, get szip 2.0 or later.)

HDF5 1.8.9 and zlib 1.2.7 packages are available from the <a
href="ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-4">netCDF-4 ftp
site</a>. If you wish to use the remote data client code, then you
These packages are available at:
https://resources.unidata.ucar.edu/netcdf/netcdf-4/

If you wish to use the remote data client code, then you
will also need libcurl, which can be obtained from the <a
href="http://curl.haxx.se/download.html">curl website</a>.

Expand Down Expand Up @@ -152,7 +153,7 @@ is being built.

Note that for shared libraries, you may need to add the install
directory to the LD_LIBRARY_PATH environment variable. See
the <a href="http://www.unidata.ucar.edu/netcdf/docs/faq.html#Shared%20Libraries">netCDF
the <a href="https://docs.unidata.ucar.edu/netcdf-c/current/faq.html#Shared-Libraries">netCDF
FAQ</a> for more details on using shared libraries.

If you are building HDF5 with szip, then include the <CODE>--with-szlib=</CODE>
Expand Down Expand Up @@ -308,7 +309,7 @@ $ make check install
If parallel I/O access to netCDF classic and 64-bit offset files is
also needed, the parallel-netcdf library should also be installed.
(Note: the previously recommended <a
href=ftp://ftp.unidata.ucar.edu/pub/netcdf/contrib/pnetcdf.h>replacement
href="https://resources.unidata.ucar.edu/netcdf/contrib/pnetcdf.h">replacement
pnetcdf.h</a> should no longer be used.) Then configure netCDF with the
"--enable-pnetcdf" option.

Expand Down Expand Up @@ -355,7 +356,7 @@ Note: --disable prefix indicates that the option is normally enabled.
<tr><td>--enable-netcdf-4<td>build with netcdf-4<td>HDF5 and zlib
<tr><td>--enable-netcdf4<td>synonym for enable-netcdf-4
<tr><td>--enable-hdf4<td>build netcdf-4 with HDF4 read capability<td>HDF4, HDF5 and zlib
<tr><td>--enable-hdf4-file-tests<td>test ability to read HDF4 files<td>selected HDF4 files from Unidata ftp site
<tr><td>--enable-hdf4-file-tests<td>test ability to read HDF4 files<td>selected HDF4 files from Unidata
<tr><td>--enable-pnetcdf<td>build netcdf-4 with parallel I/O for classic and
64-bit offset files using parallel-netcdf
<tr><td>--enable-extra-example-tests<td>Run extra example tests<td>--enable-netcdf-4,GNU sed
Expand All @@ -379,7 +380,7 @@ Note: --disable prefix indicates that the option is normally enabled.
The benchmarks are a
bunch of extra tests, which are timed. We use these
tests to check netCDF performance.
<td>sample data files from the Unidata ftp site
<td>sample data files from the Unidata resources site
<tr><td>--disable-extreme-numbers
<td>don't use extreme numbers during testing, such as MAX_INT - 1<td>
<tr><td>--enable-dll<td>build a win32 DLL<td>mingw compiler
Expand Down
2 changes: 1 addition & 1 deletion extlibs/netCDF/v4.3.3.1/docs/mainpage.dox
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The NetCDF homepage may be found at <a href="http://www.unidata.ucar.edu/netcdf"
- \ref sec_tut
- \ref user_guide
- \ref netcdf_working_with_netcdf_files
- <a class="el" href="http://www.unidata.ucar.edu/software/netcdf/docs/index-413.html">Older Documentation, plus details regarding netcdf-fortran and netcdf-cxx.</a>
- <a class="el" href="http://www.unidata.ucar.edu/software/netcdf/">Older Documentation, plus details regarding netcdf-fortran and netcdf-cxx.</a>

\section netcdf-cmake-windows NetCDF CMake and Windows support:
- \ref netCDF-CMake
Expand Down
7 changes: 3 additions & 4 deletions extlibs/netCDF/v4.3.3.1/docs/tutorial.dox
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ Users writing new programs should use the netCDF-3 API, which contains
better type checking, better error handling, and better documentation.

The netCDF-2 API is provided for backward compatibility. Documentation
for the netCDF-2 API can be found on the netCDF website, see
http://www.unidata.ucar.edu/netcdf/old_docs/really_old/guide_toc.html.
for the netCDF-2 API can be found on the netCDF website.

\page netcdf_documentation NetCDF Documentation

Expand All @@ -173,11 +172,11 @@ C, C++, Fortran 77, Fortran 90, and Java APIs:

Man pages for the C, F77, and F90 interfaces, and ncgen and ncdump,
are available on the documentation page of the netCDF web site
(http://www.unidata.ucar.edu/netcdf/docs), and are installed with the
(https://docs.unidata.ucar.edu/netcdf), and are installed with the
libraries.

The latest version of all netCDF documentation can always be found at
the <a href="http://www.unidata.ucar.edu/netcdf/docs">netCDF
the <a href="https://docs.unidata.ucar.edu/netcdf">netCDF
documentation page</a>.

\page netcdf_data_model The NetCDF Data Model
Expand Down
2 changes: 1 addition & 1 deletion extlibs/netCDF/v4.3.3.1/examples/C/pres_temp_4D_rd.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ C API.
This is part of the netCDF package. Copyright 2006-2011 University
Corporation for Atmospheric Research/Unidata. See COPYRIGHT file for
conditions of use. Full documentation of the netCDF can be found at
http://www.unidata.ucar.edu/software/netcdf/docs.
https://docs.unidata.ucar.edu/netcdf-c.
*/

Expand Down
2 changes: 1 addition & 1 deletion extlibs/netCDF/v4.3.3.1/examples/C/simple_nc4_rd.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ intended to illustrate the use of the netCDF-4 C API.
This is part of the netCDF package. Copyright 2006-2011 University
Corporation for Atmospheric Research/Unidata. See COPYRIGHT file for
conditions of use. Full documentation of the netCDF can be found at
http://www.unidata.ucar.edu/software/netcdf/docs.
https://docs.unidata.ucar.edu/netcdf-c.
*/
#include <stdlib.h>
#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion extlibs/netCDF/v4.3.3.1/examples/C/simple_nc4_wr.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ types, like the unsigned 64-bit integer.
This is part of the netCDF package. Copyright 2006-2011 University
Corporation for Atmospheric Research/Unidata. See COPYRIGHT file for
conditions of use. Full documentation of the netCDF can be found at
http://www.unidata.ucar.edu/software/netcdf/docs.
https://docs.unidata.ucar.edu/netcdf-c.
*/

#include <stdlib.h>
Expand Down
2 changes: 1 addition & 1 deletion extlibs/netCDF/v4.3.3.1/nc_test4/run_bm_ar4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo " *** Getting sample AR4 files $file_list"
for f1 in $file_list
do
if ! test -f $f1; then
wget ftp://ftp.unidata.ucar.edu/pub/netcdf/sample_data/ar4/$f1.gz
wget https://resources.unidata.ucar.edu/netcdf/sample_data/ar4/$f1.gz
gunzip $f1.gz
fi
done
Expand Down
2 changes: 1 addition & 1 deletion extlibs/netCDF/v4.3.3.1/nc_test4/run_get_hdf4_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ echo "Getting HDF4 test files $file_list"
for f1 in $file_list
do
if ! test -f $f1; then
curl -O "ftp://ftp.unidata.ucar.edu/pub/netcdf/sample_data/hdf4/$f1.gz"
curl -O "https://resources.unidata.ucar.edu/netcdf/sample_data/hdf4/$f1.gz"
gunzip $f1.gz
fi
done
Expand Down
2 changes: 1 addition & 1 deletion extlibs/netCDF/v4.3.3.1/nc_test4/run_get_knmi_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo "Getting KNMI test files $file_list"
for f1 in $file_list
do
if ! test -f $f1; then
wget ftp://ftp.unidata.ucar.edu/pub/netcdf/sample_data/$f1.gz
wget https://resources.unidata.ucar.edu/netcdf/sample_data/$f1.gz
gunzip $f1.gz
fi
done
Expand Down
Loading

0 comments on commit bd034af

Please sign in to comment.