EMU Toolbox
The EMU toolbox blah-blah-blah. (links to each toolbox code file [icon] and HTML browseable code)
Code and Header Files
- emu.h
- Main EMU header file.
- unitconv.h
- Header file containing unit conversion constants.
- function.c
- Main system functions and other functions used for building EMU applications.
- io.c
- Main input/output functions used to read and write data.
- util.c
- Memory allocation and deallocation functions, and other miscellaneous "utility" functions.
- TimeUtilities.c
- Functions used to make calendar format conversions, particularly to convert among Julian Day, Gregorian Calendar, Solar Day, and Day of the Week.
- masks.c
- Functions used for handling mask files.
- ncoutput.c
- Functions used for defining and writing new netcdf files and variables.
- nonetcdf.c and nonetcdf.h
- Files used for installation where the netcdf library is not present. These files contain the prototypes and empty
function definitions for the netcdf libraries, versions 2.4 and 3.3.
Configuration Files
- system.cfg
- System configuration file.
- vars.cfg
- Main EMU configuration file.
- maskids.cfg
- Mask configuration file for aggregate ID values.