⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 计算线性趋势 回归系数 主要用于气象站点值的线性趋势计算
💻
字号:
                                                           Aug 21, 2003                                                           W/NP11:SAGg2lib Library.This library contains Fortran 90 decoder/encoderroutines for GRIB edition 2, as well as indexing/searchingutility routines.  The user API for the GRIB2 routinesis described in file "grib2.doc".Some Fortran routines call "C" functions, which mustfollow a specific symbol naming convention used by yourmachine/loader to be linked successfully.If you are having trouble linking to the C routinesin this library, please make sure the appropriate machine is defined as an option in the CFLAGSvariable in the makefile.  See the first few linesof the makefile for valid options.Recompile the library.We have added support for PNG and JPEG2000 image compressionalgorithms within the GRIB2 standard.  If you would liketo compile this library to utilize these GRIB2 Templates,make sure that -DUSE_PNG and -DUSE_JPEG2000 are specifiedin the FDEFS variable in the makefile.  You will also needto download and install the external libraries listed below,if they are not already installed on your system.If you do not wish to bother with the external libs anddon't need PNG and JPEG2000 support, you can remove the-DUSE_PNG and -DUSE_JPEG2000 flags from the FDEFS variable in the makefile.-------------------------------------------------------------------------------     External Libraries:libjasper.a - This library is a C implementation of the JPEG-2000 Part-1               standard (i.e., ISO/IEC 15444-1).  This library is required              if JPEG2000 support in GRIB2 is desired.  If not, remove              the -DUSE_JPEG2000 option from the FDEFS variable               in the makefile.              Download version jasper-1.700.2 from the JasPer Project's              home page, http://www.ece.uvic.ca/~mdadams/jasper/.                      More information about JPEG2000 can be found at               http://www.jpeg.org/JPEG2000.html.libpng.a      This library is a C implementation of the Portable Network              Graphics PNG image compression format.  This library is required              if PNG support in GRIB2 is desired.  If not, remove              the -DUSE_PNG option from the FDEFS variable              in the makefile.              If not already installed on your system, download version               libpng-1.2.5 from http://www.libpng.org/pub/png/libpng.html.              More information about PNG can be found at               http://www.libpng.org/pub/png/.libz.a        This library contains compression/decompression routines              used by libpng.a for PNG image compression support.               This library is required if PNG support in GRIB2 is desired.                If not, remove the -DUSE_PNG option from the FDEFS variable              in g2lib/makefile.              If not already installed on your system, download version               zlib-1.1.4 from http://www.gzip.org/zlib/.-------------------------------------------------------------------------------A note about routine MOVA2I:Some routines in this library call subroutine MOVA2I, which is included in our W3LIB library containing the GRIB1 decoder/encoder routines.  If youare using this library without libw3.a, you will need to compile mova2i.c (included in this distribution) so it can be added to libg2.a.  Just addthe line:        $(LIB)(mova2i.o) \to the list of routines in the makefile.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -