&control
  workflow_list = 'ungrib', 'geogrid', 'metgrid', 'real', 'wrf'
  workflow_rootdir = '/dvlscratch/ATM/morton/tmp'
  !log_level = 'debug'
/

&time
  start_time = '2023112000'
  end_time = '2023112006'
  wrf_spinup_hours = 0
/

&grib_input1
  type = 'gfs_ctbto'
  subtype = '0.5.fv3'
  hours_intvl = 3
  rootdir = '/ops/data/atm/live/ncep'
/

&domain_defn
  domain_defn_path = 'eu_domain.nml'
/

&geogrid
  num_mpi_tasks = 8
/

&metgrid
  hours_intvl=3,
  num_mpi_tasks = 16
/

&real
  num_nests = 1
  hours_intvl = 3
  ! This needs to be a full, absolute path
  anne_bypass_namelist_input = '/dvlscratch/ATM/morton/NewUserHowTo/namelist.input.eu'
  num_mpi_tasks = 16
/

&wrf
  num_nests = 1
  hours_intvl = 3
  anne_bypass_namelist_input = '/dvlscratch/ATM/morton/NewUserHowTo/namelist.input.eu'
  num_mpi_tasks = 16
/
