Skip to main content

Generates time-varying weather profiles using a synthesis of in-situ observations and satellite reanalysis estimates of meteorological parameters.

Project description

About

weathergen generates time-varying weather profiles using a synthesis of in-situ observations and satellite reanalysis estimates of meteorological parameters, and is able to recreate weather patterns allowing for the simulation frameworks like maria to simulate climatologically-accurate ground-based astronomical observations.

Methodology

Atmospheric parameters are generated by combining three ingredients:

  1. The probability distributions of each parameter for each time of year and time of day.

  2. An eigenmodal decomposition of how parameters covary.

  3. Characteristic spectra of how each eigenmode changes over time.

These are all calculated using climatological data from ERA5, GML, ESO, MKWC, and Meteostat. For each region, reanalysis weather parameters are compiled and adjusted (e.g. for seasonal diurnal and trends) with respect to in-situ meteorological trends.

The generated profiles depend on reanalysis data which are limited to a temporal resolution of an hour, but other means of adjustment are possible depending on the sophistication of the alternate sources of weather data. For example, the level of turbulent fluctuation in total column water vapor (the largest driver of sub-millimeter atmospheric interference) is not stationary from hour to hour.

Usage

Install the package using pip:

pip install weathergen

Import the package and instantiate a `Weather` object, and pass it an array of times to the `generate` function. For example, to simulate hourly weather for Princeton, New Jersey between June 1st and September 1st we would write

import numpy as np
from datetime import datetime
import weathergen

t0 = datetime(2022,6,1).timestamp() # June 1, 2022
t1 = datetime(2022,9,1).timestamp() # August 1, 2022

gen_times = np.arange(t0, t1, 3600) # three months of hourly data

weather = weathergen.Weather(region='princeton', seasonal=True, diurnal=True)
weather.generate(time=gen_times, mode='random')

Specified times should be supplied in Unix time. The weather parameters are contained in the attributes of the weather object, e.g. weather.temperature or weather.pressure. The values are typically two-dimensional with shape (n_height, n_time), where weather.height and weather.time describe the time and height of each dimension, in Unix time and meters above sea level. Single-level parameters are described by a single number for each time and do not have a height dimension.

Note that the supplied year is arbitrary; the underlying model considers only seasonal and diurnal climatological variations. All available regions are outlined in the dataframe weathergen.regions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

weathergen-2.3.2.tar.gz (89.0 MB view details)

Uploaded Source

File details

Details for the file weathergen-2.3.2.tar.gz.

File metadata

  • Download URL: weathergen-2.3.2.tar.gz
  • Upload date:
  • Size: 89.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for weathergen-2.3.2.tar.gz
Algorithm Hash digest
SHA256 ddf325f35513e516b33b55da0c41be51cdfb81847d1926c36a1faa8cb92d93ea
MD5 e218a685741cb1717005286cf46b703d
BLAKE2b-256 88ac27e075080f27cf44b70c17893a290c65114164c5c51e5089b3aa29add52a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page