|
!=====================================================================
! CNCARG 2020
!=====================================================================
!
! NCAR Graphics (NCARG, NG) is a Fortran based graphics package for
! scientific data visualization (drawing X/Y plots, histograms,
! contours, vectors, streamlines, surfaces, maps, weather maps,
! and more) released by National Center for Atmospheric Research.
!
! CNCARG - NCARG Libraries, used for Windows 32/64-bit Fortran Compilers,
! built by chiangtp (chiangtp@ntu.edu.tw)
!
! CNCARG supports 32/64-bit ABSOFT, COMPAQ, G95, GNU, INTEL, LAHEY, NAG,
! PGI, and SILVERFROST Fortran compilers on XP and later versions Windows.
!
!=====================================================================
0. 下載網址:
https://drive.google.com/drive/f ... n9UbBSP?usp=sharing
https://mega.nz/#F!6S5CyQoZ!0J2UDqjLfnDl3IFbBc_iAA
https://pan.baidu.com/s/11G-Gr0VW-wSGHmh95PwNWw
1. 簡介, 請下載
[CNCARG-Quick-Documentation] CNCARG Quick Documentation
2. 演示, 請下載
[CNCARG-Gallery] Plots created by CNCARG Examples
3. 實例, 請下載
[CNCARG-Example] Fortran Programs of CNCARG Examples
[CNCARG-Example(DAT-x)] Input Data Files for CNCARG Examples
4. 編譯, 請下載
[UNIF90] Windows 32/64-bit Fortran 90 Compilers Union (portable, CNCARG built-in)
UNIF90-1 - Fortran Compilers
UNIF90-2 - CNCARG Graphics
UNIF90-3 - Compiler Documentations (optional)
UNIF90-4 - more Fortran Compilers (earlier version, optional)
如果要將CNCARG 匯入個人的Fortran編譯環境 (i.e.,不用UNIF90的編譯環境),
請將 PLT-CNCARG目錄 或 UNIF90\PLT-CNCARG目錄 安置到 C或D磁碟的根目錄,
後續 請參考 PLT-CNCARG\DOC\usrf90.txt
5. 研發, 請下載
[CNCARG] Source Codes of CNCARG
6. 版本更新 (major new/updated)
[2018->2019]
(1) 支援 GB2312中文 向量字型(黑,宋,仿宋)
(2) 支援 顏色透明(Color Transparency)
(3) 圖形影像檔案(GIF, Graphics Image File), 支援 PNG/GIF/TIF/JPG/BMP 五種格式
(4) 簡化 NGCP/NGVV/NGST 的 調用介面(invoking interface)
(5) 80%以上 惱人的 callback routines (dummy procedures), [用戶自定義]->[系統內建]
(6) 調用 NGPC/NGDP/NGGA/NGSF/NGLB/NGHG in a single call (refer NGMU)
[2019->2020]
(1) 支援 Windows "64-bit" Fortran compilers
(2) 對 Fortran編譯器的"版本" 提供更廣泛的支援
(3) 支援 Scientific Data Formats:
GRIB-1/2 (w3lib, g2clib, cnvgrib, wgrib2 and ecCodes)
HDF4, HDF4-EOS
HDF5, HDF5-EOS
NetCDF
ESRI Shapefiles
|
|