View source: R/read-tuv-file.r
qtuv_clouds | R Documentation |
Constructor of a named list of parameter values to be used as argument to
parameter clouds
of function qtuv_s.e.irrad()
.
qtuv_clouds(cloud.type = "clear.sky")
cloud.type |
character One of "clear.sky", "cirrus", "stratocumulus" or "overcast". |
This function provide a rough approximation for parameter values. In reality there is large variation in the cloud optical depths (COD) and in the elevation at which clouds are located, within each type of cloud. The TUV model assumes a continuous uniform cloud layer, thus the normally discontinuous cover of cumulus clouds cannot be described.
A one-row data frame with members "optical.depth", "base", "top" and "label".
qtuv_clouds("clear.sky")
qtuv_clouds("cirrus")
qtuv_clouds(c("clear.sky", "cirrus"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.