read/write/set/get nml can handle logical vectors
now can use vectors of R booleans for values in the gml2.nmls
.true., .false., .true.
is read into R as
TRUE, FALSE, TRUE
and writes back to nml in ".true., .false., .true."
form. This is a bug fix