libgm: Library Subprograms for Geophysical
analysis and Graphic presentation

Japanese

PSPLOT   LINE graphics
  postscript output
psopn, plots, plote, pscls, epsbox
plot, scisor, factor, where     newpen, penatr
wrect, wpolyg, wcirc
PSPAINT   SURFACE graphics
  postscript output
dftone, dfrgbt, dfcols, dfc40s
dframe, dframo, paintm, paintw, dresol
dfpcol, paintc, paintr, paintp     (Example)
PTEXT   Draw Font Text and
  Centered Symbol
ptext, lstyle, pcstr     (Example)     (Symbol Font)
pmark     (Example)
CONT   Draw line contour map conts, contso, contx, contr     (Example)
WSHORE   Draw coastlines, etc. wshore, rshore, pshore     (Example)
IGRF   IGRF calculation gigrf, igrfc, igrfm, sigrf, spgrf, sdgrf
XYCONV   Convert map projection xyconv, nxycnv, utm, ikconv, nikcnv, utmik
cvinit, cviken, cvenik, cvdinit, cvdiken, cvdenik
SML   Regression analysis sm1opn, sm1ex, sm1cls, sm1rv
sm2opn, sm2ex, sm2cls, sm2rv
sm3opn, sm3ex, sm3cls, sm3rv
RAND   Generate random number     rand1, randg
XW84T   Geodetic translation
(WGS84 <=> Tokyo datum)
xw84t, xtw84, xw84td, xtw84d
HGEOID   Get geoid height sgeoid, hgeoid, jhgeoid
CALMA   Calculate synthetic
  magnetic anomaly
magafd, mpoint, mvline, mhrect, mprism, calma
LWKDIR
OPNPIN
GETARGS
 
Message output, Progress display,  
  setting up Working directory,
    and Process parameters, etc.
prompt, premsg, dpcini, dpcent, strdtm, lrtrim
abend, abendm, opnpin, clspin, lwkdir
parmin, gparma, gparmi, gparmf, gparmd
gparmif, gparmid, gparmi2, gparmf2, gparmd2
getargs
  Library Archive File path :  /home/SHARE/lib/libgm.a

  [Useful Setting]  alias  cc  'gcc \!* -L/home/SHARE/lib -lgm -lm'
                    alias  gf  'gfortran \!* -L/home/SHARE/lib -lgm'

Functions and entry names of all subprograms in the Library libgm are listed. Names of subprograms and entry names as shown above in blue are hyperlinked with indivifual HTML manual.

The source codes of all subprograms in this Library libgm are coded in C language, with only one exception 'getargs.f90' coded in Fortran language.   An HTML document libgm/libcE.html describes briefly the prototypes and functionality of C language subprograms.