CRAN
aiRthermo 1.2
Atmospheric Thermodynamics and Visualization
Released Jul 2, 2018 by Santos J. González-Rojí
Deals with many computations related to the thermodynamics of atmospheric processes. It includes many functions designed to consider the density of air with varying degrees of water vapour in it, saturation pressures and mixing ratios, conversion of moisture indices, computation of atmospheric states of parcels subject to dry or pseudoadiabatic vertical evolutions and atmospheric instability indices that are routinely used for operational weather forecasts or meteorological diagnostics.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>aiRthermo</artifactId> <version>1.2-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:aiRthermo')
Test Results
This package was last tested against Renjin 0.9.2657 on Aug 18, 2018.
- AnyAdiabaticDown-examples
- C2K-examples
- CAPE_CIN-examples
- K2C-examples
- Kindex-examples
- LIindex-examples
- PT2Theta-examples
- PTheta2T-examples
- PW-examples
- RadiosondeA-examples
- RadiosondeD-examples
- RadiosondeDavenport-examples
- Sindex-examples
- TTdP2rh-examples
- TTheta2P-examples
- TTindex-examples
- adiabatic_ascent-examples
- aiRthermo-package-examples
- aiRthermoConstants-examples
- boltonTLCL-examples
- bruntVaisallaOmegaSquared-examples
- densityDry-examples
- densityH2Ov-examples
- densityMoistAir-examples
- dewpointdepression2rh-examples
- e2w-examples
- equivalentPotentialTemperature-examples
- export_constants-examples
- export_lines-examples
- find_lcl-examples
- fixedlines-examples
- gamma_saturated-examples
- latent_heat_H2O-examples
- moistAdiabaticLapseRate-examples
- moistCp-examples
- moistCv-examples
- parcelState-examples
- q2e-examples
- q2w-examples
- rh2shum-examples
- rh2w-examples
- saturation_mixing_ratio-examples
- saturation_pressure_H2O-examples
- stuve_diagram-examples
- virtual_temperature-examples
- w2Td-examples
- w2q-examples