View source: R/diff_operators.R
df_dp | R Documentation |
Calculates the p derivative (pressure system) using central differences
df_dp(fld, plev = 5000)
fld |
field with dimensions (lon,lat,p) |
plev |
a scalar containing the p resolution (if equidistant) or a vector containing pressure levels in Pa (for non-equidistant) |
field containing the partial derivative w.r.t. p
myfile=system.file("extdata", "era5_storm-zeynep.nc", package = "meteoEVT") data = readin_era5(myfile) theta=calc_theta(data$temp,data$lev) dtheta_dp=df_dp(theta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.