View source: R/get_nml_value.R
get_nml_value | R Documentation |
This function returns an nml value according to the arg_name nml list for GLM.
get_nml_value(glm_nml = NA, arg_name, nml_file = "template", ...)
glm_nml |
a nml (a list) for GLM config |
arg_name |
a string representing a valid field in glm_nml |
nml_file |
a string with the path to the GLM glm2.nml file or
|
... |
additional arguments passed to |
arg_val value for the valid field in glm_nml specified by arg_name
Jordan S. Read
read_nml, set_nml
# read in default nml template from GLM3r
glm_nml <- read_nml()
get_nml_value(glm_nml,arg_name = 'Kw')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.