Spaces:
Running on Zero
Running on Zero
| # NOTE: The full `cra5_api` class (in cra5_api.py) is intentionally NOT imported | |
| # here. It depends on cdsapi / petrel-oss / xarray for fetching raw ERA5 .nc | |
| # data, which this Space does not use. The Space only consumes: | |
| # - cra5_268v_config.py (variable / level constants) | |
| # - mean_std.json, mean_std_single.json (de-normalization statistics) | |
| # and drives the VAEformer decoder directly from app.py. | |
| __all__ = [] | |