reskit.weather.CordexSource
===========================

.. py:module:: reskit.weather.CordexSource

.. autoapi-nested-parse::

   TODO: NEEDS UPDATING!!!



Classes
-------

.. autoapisummary::

   reskit.weather.CordexSource.CordexSource


Module Contents
---------------

.. py:class:: CordexSource(path, bounds=None, domain='EUR11')

   Bases: :py:obj:`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[]


   .. py:attribute:: GWA50_CONTEXT_MEAN_SOURCE
      :value: None



   .. py:attribute:: GWA100_CONTEXT_MEAN_SOURCE
      :value: None



   .. py:method:: __add__(o)


   .. py:method:: loadWindSpeed(vName='vas', uName='uas')


   .. py:method:: loadRadiation(ghiName='rsds')


   .. py:method:: loadTemperature(which='air', processor=lambda x: x - 273.15)

      Temperature variable loader



   .. py:method:: loadPressure()


