NCL

The NCAR Command Language (NCL)

The latest version 6.6.2 was released at Feb. 28, 2019. The NCL status right now is "feature frozen".

On February 6, 2019, NCAR announced the decision to adopt Python as the scripting language platform of choice for future development of analysis and visualization tools and to place NCL into maintenance mode. NCL Version 6.6.2 will be the last major release of NCL. Subsequent releases will be issued as resources allow for critical bug fixes. [Cited]

GeoCAT Library is the NextGen data analysis and visualization tools extended from NCL. For WRF users, the packages of "WRF-Python" from GeoCAT are the new tools to handle the data analysis and data visualization. The development of the library is supported by Project Raijin.  

Announcement in September 2019

Introduction to NCL

NCL(the NCAR Command Language)是一種非常強大的腳本語言,與使用 Fortran 或 C 的傳統 NCAR 圖形程式碼相比具有許多優點。有關更多訊息,請參閱 NCL 網站。此處提供的套件是一組現成的 NCL 腳本,用於從 WRF 輸出/輸入資料來創建圖表。這些腳本相對容易閱讀和更改以生成不同或更多圖表。

現成腳本位置:NCL Graphics: Plotting WRF-ARW data using NCL

先選擇大概要繪製的圖的外觀,點選圖片可以看到放大的圖,點選標題連結可以看到NCL的繪圖程式碼腳本或是進入更細節的設定頁面。可以直接取用這些程式碼,進行後續的修改及計算。

Breadcrumbs 

Features and limitation

高效數據處理: 這些 NCL 腳本直接讀取 WRF 輸出資料檔案,無需額外生成龐大的中間數據集(有些人認為這是一個優勢)。

靈活插值: 腳本可實時進行垂直方向的插值,支援壓力、高度等不同座標的資料內外插,提高了靈活性。

廣泛數據兼容: 可處理 WRF 的輸入和輸出資料,涵蓋實際天氣、二维模擬和理想化模擬等場景。

豐富診斷選項: 提供了相對大量的診斷選項,方便進行多方面的分析。(但請使用者謹慎使用,例如診斷雷達迴波的算式,在 NCL 中還蠻...特別的)

包含 NCAR 圖形套件: 該套件包含了功能強大的 NCAR 圖形函數(式)庫,可滿足多樣化的製圖需求。

只更新版本到 version 6.6.2 (Announcement 2019)