gfdlvitals.cli module
Command Line Script for running gfdlvitals
- gfdlvitals.cli.arguments(args=None)
Function to capture the user-specified command line options
- gfdlvitals.cli.main()
Entry point for the gfdlvitals command
- gfdlvitals.cli.process_year(args, infile)
Function to process a single year
- Parameters:
args (argparse.parser) – Parsed commmand line arguments
infile (str, pathlike) – History tar file path
- gfdlvitals.cli.run(args)
Function to run the command line tool
- Parameters:
args (list) – List of arguments to parse