NCAR / ncl

The NCAR Command Language (NCL) is a scripting language for the analysis and visualization of climate and weather data.
http://www.ncl.ucar.edu
Other
268 stars 65 forks source link

Refactor NCL source code #18

Open marylhaley opened 5 years ago

marylhaley commented 5 years ago

As part of improving NCL for open development, the NCL source code may be factored into three components, each which will become a separate repository:

Core - this represents the NCL language itself, and will also contain NCL file I/O (addfile) since this is tied directly with the NCL variable model

Visualization - this will include the HLU library, NCAR Graphics, and any programs (idt, rasxxx, ctrans) that are associated with graphics

Computational - this will include the computational routines associated with NCL, and will mainly consist of C and Fortran codes.

Dave-Allured commented 1 year ago

I suggest that Visualization above should be further divided into four components: C library, fortran library, command line utilities, and HLU.