재분석자료2 Python API 기반 GLORYS 데이터 다운로드 하기(@CMS) 1. 개요GLORYS(Global Ocean Reanalysis and Simulation) 데이터는 전지구 해양 재분석 자료로, Copernicus Marine Service를 통해 제공된다. 이 포스팅에서는 Python API를 이용하여 GLORYS 데이터를 다운로드하는 방법을 설명한다. 2. 준비사항2.1 필요한 라이브러리import xarray as xrimport copernicusmarinefrom datetime import timedelta, datetimeimport os 2.2 copernicusmarine 설정패키지 설치(Copernicus Marine Toolbox - Installation | Copernicus Marine Help Center) Copernicus Marine .. 2025. 1. 3. Python API 기반 ERA5 데이터 다운로드 하기(@CDS) (1/2) 1. 개요ERA5는 유럽중기예보센터(ECMWF)에서 제공하는 전 지구 대기 재분석 자료이다. 이 데이터는 Climate Data Store (CDS)를 통해 제공되며, CDS API를 이용해 손쉽게 다운로드할 수 있다. 본 포스팅에서는 Python cdsapi을 통하여 WRF 지역 모델링을 위한 ERA5 데이터를 다운로드하는 방법을 소개한다. 2. 준비사항2.1 필요한 라이브러리import cdsapiimport xarray as xrfrom datetime import datetime, timedeltaimport os, glob, importlib 2.2 CDS API 설정CDS 웹사이트 (https://cds.climate.copernicus.eu)에서 계정 생성하기Terms of Use 동의하기웹.. 2025. 1. 2. 이전 1 다음