generate_FV3LAM_wflow module
User interface to create an experiment directory consistent with the user-defined YAML configuration file.
- generate_FV3LAM_wflow(ushdir: str, config: str = 'config.yaml', logfile: str = 'log.generate_FV3LAM_wflow', debug: bool = False) str
Sets up a forecast experiment and creates a workflow (according to the parameters specified in the configuration file)
- setup_fv3_namelist(expt_config, debug)
Updates parameters specific to the FV3ATM namelist for the run_fcst step.
- setup_logging(logfile: str = 'log.generate_FV3LAM_wflow', debug: bool = False) None
Sets up logging, printing high-priority (INFO and higher) messages to screen and printing all messages with detailed timing and routine info in the specified text file. If
debug = True, print all messages to both screen and log file.