Skip to content
Discussion options

You must be logged in to vote

Hello @AyoolaAbe,

It looks like you removed the --dt-atmos "${DT_ATMOS}" \ line in scripts/exregional_run_fcst.sh, but didn't remove:

    parser.add_argument(
        "-t",
        "--dt-atmos",
        dest="dt_atmos",
        required=True,
        help="Forecast model's main time step.",
    )

or

        dt_atmos=str_to_type(args.dt_atmos),

from ush/create_model_configure_file.py.

Please make sure that these lines are removed, then you should be able to run the run_fcst task without this error message.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@MichaelLueken
Comment options

Comment options

You must be logged in to vote
1 reply
@MichaelLueken
Comment options

Answer selected by jdkublnick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants