pywasp.wasp#

Configuration modules for working with WAsP. Also a placeholder for the in built WAsP routines.

Functions

get_site_effects_cfd(cfd_files, output_locs)

Calculate speedups at all points provided

derive_gen_heights([height_from, height_to, n])

Set generalized lib heights automatically

derive_gen_roughnesses([z0meso_from, ...])

Set generalized lib roughness lengths automatically

predict_wwc(bwc, topo_map, output_locs[, ...])

Predict a weibull wind climate from a binned wind climate using a topography map

predict_bwc(bwc, topo_map, output_locs[, ...])

Predict a binned wind climate from a binned wind climate using a topography map for given output locations

generalize(bwc, topo_map[, conf, ...])

Generalizes the wind climate using either the BZ model or a CFD volume.

downscale(gwc, topo_map, output_locs[, ...])

Calculate site_effects, downscaled wind climate, and meteorlogical fields in a single step

predict_wwc_from_site_effects(bwc, ...[, ...])

Predict a weibull wind climate from a binned wind climate using precalculated site effects

predict_bwc_from_site_effects(bwc, ...[, ...])

Creates a generalized wind climate using atlas_nt

generalize_from_site_effects(bwc, site_effects)

Creates a generalized wind climate using atlas_nt

downscale_from_site_effects(gwc, ...)

Downscale a wind climate using site effects data.

generalize_from_site_effects_to_geowc(bwc, ...)

Creates a generalized wind climate using atlas_nt

downscale_from_geostrophic_and_site_effects_to_bwc(...)

Downscale a geostrophic wind climate using precalculated site effects

get_climate(output_locs[, stab_source, ...])

Get climatological parameters interpolated to the output locations

get_climate_by_config(output_locs, config[, ...])

Get climatological parameters for specified positions and a given config object.

interpolate_gwc(gwc, /, output_locs[, ...])

Spatially interpolate GWC data to a grid of locations.

Classes

Config([par_set])

Configuration class for the WAsP model parameters

TopographyMap(elev_map, rou_map[, lctable, ...])

Class for topography maps