A nix derivation for the NCAR Command Language (NCL).
- On Darwin systems (i.e. macOS), I haven’t had any success running any of
the graphical NCAR Computer Graphics Metafile (NCGM) display tools
(e.g.
idt
,ictrans
, andctrans -d X11
). The NCAR Graphics libs seem to work ok though (based on linking against them in ROMS-plot.nix). - On nixOS, I haven’t had any success running any of the interactive
graphical NCGM display tools (e.g.
idt
andictrans
). My workaround at the moment is to either usectrans -d X11
, or to just dump the NCGM to an hdf file (e.g.ctrans -d hdf ./gmeta.ncgm > ./gmeta.hdf
).