calc_density | R Documentation |
Calculates the density of an ideal fluid
calc_density(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) density=calc_density(data$temp,data$lev)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.