reskit.weather.CordexSource#

TODO: NEEDS UPDATING!!!

Classes#

CordexSource

Open a netCDF4 source which is at the EURO - CORDEX EUR - 11 domain

Module Contents#

class reskit.weather.CordexSource.CordexSource(path, bounds=None, domain='EUR11')#

Bases: NCSource

Open a netCDF4 source which is at the EURO - CORDEX EUR - 11 domain

Standard variables are:

clt - cloud cover[] dpas - 2m dew point temperature[K] hurs - 2m relative humidity[] huss - 2m specific humidity[kg kg - 1] pr - total(convective + large scale) precipitation[kg m - 2 s - 1] prsn - snowfall flux[kg m - 2 s - 1] ps - surface pressure[Pa] rlen - roughness length[m] rsds - surface downwelling shortwave radiation[W m - 2] rsdt - top of atmosphere incident shortwave radiation[W m - 2] tas - 2m temperature[K] uas - 10m u - velocity[m s - 1] vas - 10m v - velocity[m s - 1] glat - geographical latitude[deg N] glon - geographical longitude[deg E] orog - surface orography[m] sftlf - lang area fraction[]

GWA50_CONTEXT_MEAN_SOURCE = None#
GWA100_CONTEXT_MEAN_SOURCE = None#
__add__(o)#
loadWindSpeed(vName='vas', uName='uas')#
loadRadiation(ghiName='rsds')#
loadTemperature(which='air', processor=lambda x: ...)#

Temperature variable loader

loadPressure()#