calc_theta | R Documentation |
Calculates the potential temperature
calc_theta(t_fld, lev_p)
t_fld |
temperature field [K] |
lev_p |
vector containing pressure levels [Pa] |
density [kg/m^3]
myfile=system.file("extdata", "era5_storm-zeynep.nc", package = "meteoEVT") data = readin_era5(myfile) theta=calc_theta(data$temp,data$lev)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.