#%Module1.0#####################################################################

proc ModulesHelp { } {

puts stderr " "
puts stderr "This module loads the netcdf library built with the gnu15 compiler"
puts stderr "toolchain."
puts stderr "\nVersion 4.10.0\n"

}
module-whatis "Name: netcdf built with gnu15 compiler"
module-whatis "Version: 4.10.0"
module-whatis "Category: runtime library"
module-whatis "Description: C Libraries for the Unidata network Common Data Form"
module-whatis "https://www.unidata.ucar.edu/software/netcdf/"

set     version             4.10.0

depends-on hdf5

prepend-path    PATH                /opt/ohpc/pub/libs/gnu15/netcdf/4.10.0/bin
prepend-path    INCLUDE             /opt/ohpc/pub/libs/gnu15/netcdf/4.10.0/include
prepend-path    LD_LIBRARY_PATH     /opt/ohpc/pub/libs/gnu15/netcdf/4.10.0/lib
prepend-path    MANPATH             /opt/ohpc/pub/libs/gnu15/netcdf/4.10.0/share/man
prepend-path    PKG_CONFIG_PATH     /opt/ohpc/pub/libs/gnu15/netcdf/4.10.0/lib/pkgconfig

setenv          NETCDF_DIR        /opt/ohpc/pub/libs/gnu15/netcdf/4.10.0
setenv          NETCDF_BIN        /opt/ohpc/pub/libs/gnu15/netcdf/4.10.0/bin
setenv          NETCDF_LIB        /opt/ohpc/pub/libs/gnu15/netcdf/4.10.0/lib
setenv          NETCDF_INC        /opt/ohpc/pub/libs/gnu15/netcdf/4.10.0/include
