qwer

Results 3 comments of qwer

> ``` > import cdsapi > > c = cdsapi.Client() > > c.retrieve( > 'reanalysis-era5-pressure-levels', > { > 'product_type': 'reanalysis', > 'format': 'netcdf', > 'variable': [ > 'geopotential', 'specific_humidity', 'temperature',...

Dear teacher, hello. I noticed that there are two nc files in your code. single-level.nc is the data you are interested in obtained through CDS. May I ask what is...

> > ``` > > import datetime > > import math > > import pandas as pd > > import xarray > > > > def getTrigVals(dt:datetime.datetime): > > >...