NCL
This is a Sublime Text package for NCL (NCAR Command Language).
Details
Installs
- Total 13K
- Win 9K
- Mac 2K
- Linux 1K
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 4 | 1 | 1 | 2 | 1 | 0 | 2 | 0 | 0 | 3 | 0 | 1 | 0 | 5 | 5 | 4 | 2 | 2 | 0 | 2 | 3 | 3 | 3 | 1 | 4 | 2 | 5 | 1 | 3 | 2 | 5 | 6 | 3 | 2 | 3 | 7 | 4 | 4 | 6 | 3 | 6 | 4 | 7 | 3 | 3 | 3 |
Mac | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 5 | 1 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Description
This is a Sublime Text package for NCL (NCAR Command Language). It contains syntax and some useful snippets. All you have to do is getting familiar with Sublime Text (now in version 3).
Usage
For scientific users who first meet Sublime Text, I list the following procedures to get start:
Install Sublime Text:
Download from here.
Install Package Control:
- Open Sublime Text, and open console (click menu
View > Show Console
or press ctrl-). - Paste the codes on this page into the console, press return key and wait for the completion of installation.
- Restart Sublime Text (don't forget!).
- Open Sublime Text, and open console (click menu
Install NCL package through Package Control
- Open command palette (click menu
Tools > Command Palette ...
or pressctrl-shift-p
in Linux/Windows orcmd-shift-p
in Mac). - Type
Install Package
(you can just type some characters ofInstall Package
such asinst
). - Wait the completion of the loading (patience).
- Type
NCL
and click theNCL
item showing up.
- Open command palette (click menu
Open a new file with suffix
.ncl
, and you are good to go!
Authors
- Li Dong dongli@lasg.iap.ac.cn