HYSPLIT

作者: 榴莲气象 | 来源:发表于2018-11-23 16:31 被阅读49次

hysplit

hysplit

HYSPLIT-WEB (Internet-based)

PC Windows-based HYSPLIT

Getting Started from the Terminal Window
If Tcl/Tk has not been installed, then the model can be run from the terminal window from the ./hysplit4/working directory. Prior to the models first time use it may be necessary to copy ../bdyfiles/ASCDATA.CFG to the ./working directory.
[Command line trajectory example:]
(https://ready.arl.noaa.gov/hyreg/HYSPLIT_applehysp.php)
cp sample_traj CONTROL
../exec/hyts_std
../exec/trajplot tdump
open trajplot.ps
Command line concentration example:

cp sample_conc CONTROL
../exec/hycs_std
../exec/concplot cdump
open concplot.ps

Apple-based HYSPLIT

LINUX HYSPLIT

注册后下载

Automated HYSPLIT Disperison Forecasts

HYSPLIT-compatible Meteorological Data

On-Line Training/Help

Documentation

Publications

Applications

Presentations

User Contributions


World Meteorological Organization (WMO) Atmospheric Dispersion Model Simulations of Fukushima Daiichi Accident 福岛第一核电站事故


PySPLIT: a Package for the Generation, Analysis, and Visualization of HYSPLIT Air Parcel Trajectories

Mellissa Cross
Department of Earth Sciences, University of Minnesota

Abstract

The National Oceanic and Atmospheric Administration (NOAA) Air Resources Laboratory's HYSPLIT (HYbrid Single Particle Lagrangian Transport) model Drax98, Drax97 uses a hybrid Langrangian and Eulerian calculation method to compute air parcel trajectories and particle dispersion and deposition simulations. Air parcels are hypothetical small volumes of air with uniform characteristics. The HYSPLIT model outputs air parcel paths projected forwards or backwards in time (trajectories) and is used in a variety of scientific contexts. Here we present the first package in the mainstream scientific Python ecosystem designed to facilitate HYSPLIT trajectory analysis workflow by providing an intuitive API for generating, inspecting, and plotting trajectory paths and data.

Keywords

HYSPLIT, trajectory analysis, matplotlib Basemap

Bibtex entry

Full text PDF


METEOINFO

Trajectory


Plot HYSPLIT Data

MeteoInfoLab脚本示例:HYSPLIT模式浓度数据

Post by yaqiang » July 19th, 2016, 8:38 pm

You may calculate vorticity firstly (http://www.meteothink.org/examples/me ... hdivg.html) and then extract the vorticity data along the trajectory (http://www.meteothink.org/examples/me ... _data.html).

![traj_meteo_data]

资源:

HYSPLIT_Tutorial.pdf

SplitR-versions0.3

在线安装教程

pysplit

traj_clus.sh


Meteorology Output Along the Trajectory

Sets the option to write the value of certain meteorological variables along the trajectory to the trajectory
output file. The marker variables are set to (1) to turn on the option. Multiple variables may be selected
for simultaneous output but only one variable may be plotted. If multiple variables are selected in
conjunction with the trajectory display option, then only the last variable output will be shown in the
graphic. The variable output order is fixed in the program and cannot be changed.
● TM_PRES (0) - diagnostic marker variables to output atmospheric pressure (1) along the
trajectory
● TM_TPOT (0) - potential temperature (1) in degrees Kelvin
● TM_TAMB (0) - ambient temperature (1) in degrees Kelvin
● TM_RAIN (0) - rainfall (1) in mm per hour
● TM_MIXD (0) - mixed layer depth (1) in meters.
● TM_RELH (0) - relative humidity (1) in percent.
● TM_DSWF (0) - downward solar radiation flux (1) in watts.
● TM_TERR (0) - terrain height (1) in meters required for the trajectory plot to show underlying
terrain.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
TRAJ.CFG is in /data/c02n05/forecast/shanghai/hysplit/trunk/working/


问题汇总

traj_back-NJ.sh 里面的时间不能跳跃

foolish fault 夏季选用了345而不是678

Ground altitude for the same point varies with start date/time**

Backward trajectories starting point: height issue

Re: how to output vorticity along the hysplit trajectory.

相关文章

网友评论

    本文标题:HYSPLIT

    本文链接:https://www.haomeiwen.com/subject/drnjqqtx.html