2.6. create_model_configure_file module

create_model_configure_file.create_model_configure_file(cdate, cycle_type, cycle_subtype, stoch, run_dir, fhrot, nthreads, restart_hrs)[source]

Creates a model configuration file in the specified run directory

Parameters
  • cdate – cycle date

  • cycle_type – type of cycle

  • cycle_subtype – sub-type of cycle

  • stoch – logical indicating it is an ensemble forecast

  • run_dir – run directory

  • fhrot – forecast hour at restart

  • nthreads – omp_num_threads

  • restart_hrs – restart hours

Returns

Boolean

create_model_configure_file.parse_args(argv)[source]

Parse command line arguments