NCL
This is a Sublime Text package for NCL (NCAR Command Language).
Details
Installs
- Total 13K
- Win 10K
- Mac 2K
- Linux 1K
Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 2 | 1 | 0 | 0 | 2 | 2 | 7 | 6 | 0 | 2 | 5 | 1 | 2 | 6 | 3 | 5 | 0 | 3 | 2 | 1 | 3 | 3 | 1 | 1 | 1 | 6 | 3 | 10 | 3 | 6 | 1 | 0 | 2 | 3 | 20 | 4 | 0 | 0 | 1 | 3 | 4 | 6 | 5 | 1 |
Mac | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 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