write_nml.Rd
Creates a .nml file running a GLM simulation.
write_nml(glm_nml, file)
glmtools package: https://github.com/GLEON/glmtools
a nml (a list) for GLM config
a string with the path to the glm2.nml file to write
get_nml_value, read_nml
Jordan S. Read
if (FALSE) { # \dontrun{ glm_nml <- read_nml() write_path <- paste0(tempdir(),'glm2.nml') write_nml(glm_nml, file = write_path) print(read_nml(write_path)) } # }