|
PALM-meteo
|
Classes | |
| class | AladinCoordTransform |
| class | AladinPlugin |
| class | AladinRadPlugin |
| class | BilinearRegridder |
Functions | |
| def | variable2parameter () |
| def | findnearest (xlon, xlat, point) |
| def | transform_from_grib (filename, fileout, cfg, **kwargs) |
| def | log_dstat_on (desc, delta) |
| def | log_dstat_off (desc, delta) |
| def | palm_alad_gw (f, lon, lat, levels, tidx=0) |
| def | minterp (interp_heights, data_heights, u, v) |
| def | get_wrf_dims (f, lat, lon, xlat, xlong) |
| def | calcgw_wrf (f, lat, lon, levels, tidx=0) |
| def | aladin_t (f, it) |
| def | description_key () |
Variables | |
| barom_pres = PalmPhysics.barom_lapse0_pres | |
| barom_gp = PalmPhysics.barom_lapse0_gp | |
| g = PalmPhysics.g | |
| ax_ = np.newaxis | |
| int | gw_gfs_margin_deg = 5. |
| int | gw_wrf_margin_km = 10. |
| int | gw_alpha = 1. |
| def palmmeteo_stdplugins.aladin.aladin_t | ( | f, | |
| it | |||
| ) |
| def palmmeteo_stdplugins.aladin.calcgw_wrf | ( | f, | |
| lat, | |||
| lon, | |||
| levels, | |||
tidx = 0 |
|||
| ) |
| def palmmeteo_stdplugins.aladin.description_key | ( | ) |
| def palmmeteo_stdplugins.aladin.findnearest | ( | xlon, | |
| xlat, | |||
| point | |||
| ) |
| def palmmeteo_stdplugins.aladin.get_wrf_dims | ( | f, | |
| lat, | |||
| lon, | |||
| xlat, | |||
| xlong | |||
| ) |
A crude method, yet satisfactory for approximate WRF surroundings
| def palmmeteo_stdplugins.aladin.log_dstat_off | ( | desc, | |
| delta | |||
| ) |
Do nothing (log disabled)
| def palmmeteo_stdplugins.aladin.log_dstat_on | ( | desc, | |
| delta | |||
| ) |
Calculate and log delta statistics if enabled.
| def palmmeteo_stdplugins.aladin.minterp | ( | interp_heights, | |
| data_heights, | |||
| u, | |||
| v | |||
| ) |
Interpolate wind using power law for agl levels
| def palmmeteo_stdplugins.aladin.palm_alad_gw | ( | f, | |
| lon, | |||
| lat, | |||
| levels, | |||
tidx = 0 |
|||
| ) |
Calculate geostrophic wind from WRF using metpy
| def palmmeteo_stdplugins.aladin.transform_from_grib | ( | filename, | |
| fileout, | |||
| cfg, | |||
| ** | kwargs | ||
| ) |
| def palmmeteo_stdplugins.aladin.variable2parameter | ( | ) |
| palmmeteo_stdplugins.aladin.ax_ = np.newaxis |
| palmmeteo_stdplugins.aladin.barom_gp = PalmPhysics.barom_lapse0_gp |
| palmmeteo_stdplugins.aladin.barom_pres = PalmPhysics.barom_lapse0_pres |
| palmmeteo_stdplugins.aladin.g = PalmPhysics.g |
| int palmmeteo_stdplugins.aladin.gw_alpha = 1. |
| int palmmeteo_stdplugins.aladin.gw_gfs_margin_deg = 5. |
| int palmmeteo_stdplugins.aladin.gw_wrf_margin_km = 10. |