taohan10200 / cra5 /api /__init__.py
multimodalart's picture
multimodalart HF Staff
Add CRA5 ERA5 decompression demo
ec6cfc7 verified
Raw
History Blame Contribute Delete
421 Bytes
# 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__ = []