Git Product home page Git Product logo

ncl-import's Introduction

Introduction

When writing a NCL script, some high level graphics and contributed scripts often need to be loaded first. So, the head of a script looks like this:

load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
load "THE_PATH_OF_MY_SCRIPT.ncl"

With "NCL-import", you can write cleaner code:

import("gsn_code")
import((/"gsn_csm", "contributed"/))
import("MY_SCRIPT")

The license for NCL-import is GPLv3.

Install

  1. Set NCL_DEF_SCRIPTS_DIR environment variable
  2. Put ncl_import.ncl in NCL_DEF_SCRIPTS_DIR

Scripts

NCL scripts in scripts/ directory are functions I use to make writing NCL code easier and faster. To use one of these scripts, just import it. Well, I will write documentation for these scripts later.

Known Issues

  1. Scripts with dependencies should be imported one by one in order, e.g., "gsn_csm" depends on "gsn_code".
  2. NCL (6.0 and 6.1) for Mac might have arbitrary errors or quit unexpectedly sometimes with custom scripts

ncl-import's People

Contributors

shanxl avatar yyr avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.