Skip to content

GRIB2 via manual download #74

@Dadoof

Description

@Dadoof

Hello there fine folks,

So, I noticed that an update was made some time ago to handle the use of opendata as initial conditions;

[src/ai_models/inputs/opendata.py]
195 | # Fix grib2/eccodes bug
196 |  
197 | opendata = FieldArray([NewMetadataField(f, levelist=None) for f in opendata])

I think if a person wanted to download the opendata grib2 file themselves, and then use it with the '--file' option (as in: ai-models --lead-time 360 --input file --file 20250331120000-0h-oper-fc.grib2 --assets assets fourcastnetv2-small), that same 'FieldArray' piece would be needed for the --file option.

I am unsure if I have this correct, and would welcome your insights on this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions