From GridLAB-D Wiki
Jump to: navigation, search

The double_format global variable controls the format to use when reading and write double precision numbers. The default double format is %+lg. The double format must be compatible with a double precision digit according the C-library implementation of printf and scanf.

GLM

#set double_format="%.4le"

Command line

host% gridlabd -D double_format="%.4le"

See also