calculate_var | R Documentation |
function read and calculate model layer thickness
functions read and to calculate Cloud water path
functions read and to calculate Cloud droplet number concentration
functions read and to calculate column sum concentration
functions read and to calculate column sum concentration
functions read and to calculate Cloud optical thickness
functions read and to calculate Cloud optical thickness
functions read and to calculate Aerosol Optical Depth
calculate_DZ(file, file2 = file, as_raster = FALSE, verbose = TRUE)
calculate_CWP(file, met, verbose = TRUE, ...)
calculate_CDNC(file, met, verbose = TRUE, ...)
calculate_column(file, var, met, verbose = FALSE, ...)
calculate_ACC_RAIN(file, map = file, last = TRUE, verbose = TRUE)
calculate_COT(file, file2 = file, verbose = TRUE)
calculate_CCN(file, met = file, verbose = TRUE, ...)
calculate_AOD(file, met = file, verbose = TRUE, ...)
file |
file with TAUAER3 |
file2 |
file with TAUCLDC variable |
as_raster |
to return a raster instead of a array |
verbose |
set TRUE to display additional information |
met |
file with meteorological variables (ALT, PH,PHB) |
... |
passed to calculate_DZ |
var |
variable name |
map |
a file with LAT, LON and other grid information |
last |
calculate using only the last time |
a raster object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.