├── LICENSE ├── README.md ├── check_fnl.py ├── eriscripts2.py ├── fnl_download.py ├── rename_era5_grib.py └── 地面场_era5_cds.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangleads/Get_ECMWF_Data/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangleads/Get_ECMWF_Data/HEAD/README.md -------------------------------------------------------------------------------- /check_fnl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangleads/Get_ECMWF_Data/HEAD/check_fnl.py -------------------------------------------------------------------------------- /eriscripts2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangleads/Get_ECMWF_Data/HEAD/eriscripts2.py -------------------------------------------------------------------------------- /fnl_download.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangleads/Get_ECMWF_Data/HEAD/fnl_download.py -------------------------------------------------------------------------------- /rename_era5_grib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangleads/Get_ECMWF_Data/HEAD/rename_era5_grib.py -------------------------------------------------------------------------------- /地面场_era5_cds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangleads/Get_ECMWF_Data/HEAD/地面场_era5_cds.py --------------------------------------------------------------------------------