View source: R/populate_base_lake_nml.R
This creates an NML object and pre-fills it with key parameters for the site_id
1 2 3 4 5 6 7 8 9 10 11 12  | populate_base_lake_nml(
  site_id,
  kd = get_kd_avg(site_id)$kd_avg,
  nml_template = nml_template_path(),
  zmax = get_zmax(site_id),
  bathy = get_bathy(site_id),
  cd = getCD(site_id),
  elev = get_elevation(site_id),
  area = get_area(site_id),
  latlon = get_latlon(site_id),
  driver = get_driver_path(site_id)
)
 | 
site_id | 
 Unique lake ID  | 
kd | 
 Lake clarity in m^-1  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.