Applicative tools¶
A series of applicative tools, to be used in shell command-line, is also
developped and distributed along epygram, under directory bin/
.
Each tool is self-documented: epy_[tool].py -h
Currently available:
epy_what.py
: explore the contents of a fileepy_conv.py
: format converter of fieldsepy_movefield.py
: move fields from one file to another, with optional on-the-fly basic operationsepy_delfield.py
: delete fields from a fileepy_profile.py
: extract and plot a vertical profile from 3D fieldsepy_section.py
: extract and plot a vertical section from 3D fieldsepy_stats.py
: compute basic statistics on fieldsepy_plot3D.py
: plot 3D fieldsepy_cartoplot.py
: plot horizontal 2D fields using cartopy packageepy_hist.py
: compute and plot a histogram of fields valuesepy_point.py
: extract the value of fields on a given locationepy_spectrum.py
: compute and plot the DCT spectrum of a fieldfa_sp2gp.py
: convert to gridpoint the spectral fields of a FA filedomain_maker.py
: interactive construction and display of a new LAM domainddhlfa_plot.py
: basic plots of LFA-formatted outputs from DDHrun_epyweb.py
: local fields-plotting html server (requiresvortex
)