df_dz {meteoEVT} | R Documentation |
df_dz
Description
Calculates the z derivative
Usage
df_dz(fld, rho, plev = 5000)
Arguments
fld |
field with dimensions (lon,lat,p) |
rho |
field with dimensions (lon,lat,p) for density or a scalar rho (for constant density) |
plev |
a scalar containing the p resolution (if equidistant) or a vector containing pressure levels in Pa (for non-equidistant) |
Value
field containing the partial derivative w.r.t. z
[Package meteoEVT version 0.1.0 Index]